poi/src/java/org/apache/poi/ss/formula
Dominik Stadler 511c2544a8 Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791720 13f79535-47bb-0310-9956-ffa450edef68
2017-04-17 20:13:52 +00:00
..
atp Bug #56822 fix COUNTIFS() 2017-02-14 22:13:48 +00:00
constant #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants 2016-05-16 09:38:42 +00:00
eval Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
function SonarCube fixes 2016-11-12 00:52:10 +00:00
functions 60823: DGET function, correct behavior with multiple result entries but only one non-blank 2017-03-19 20:29:55 +00:00
ptg SonarQube fixes 2017-01-06 17:51:22 +00:00
udf reverted changes of r1747942 and deprecated instead 2016-06-13 21:18:50 +00:00
BaseFormulaEvaluator.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 2016-10-19 07:43:18 +00:00
CellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
CellEvaluationFrame.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
CollaboratingWorkbooksEnvironment.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
ConditionalFormattingEvaluator.java findbugs fixes 2017-04-17 11:02:22 +00:00
DataValidationEvaluator.java add javadocs 2017-02-21 18:31:48 +00:00
EvaluationCache.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
EvaluationCell.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
EvaluationConditionalFormatRule.java findbugs fixes 2017-04-17 11:02:22 +00:00
EvaluationName.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
EvaluationSheet.java add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 2016-07-07 23:20:34 +00:00
EvaluationTracker.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
EvaluationWorkbook.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
ExternSheetReferenceToken.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
Formula.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
FormulaCellCache.java more generics compiler warnings fixes for poi.ss.formula 2008-12-03 22:34:26 +00:00
FormulaCellCacheEntry.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
FormulaCellCacheEntrySet.java Fix bug #51273 - Hash codes can be negative when working on our own low memory hash for formula cell evaluation 2011-05-27 11:45:50 +00:00
FormulaParseException.java Patch 48284 - raise visibility of FormulaParseException 2009-11-27 21:01:59 +00:00
FormulaParser.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
FormulaParsingWorkbook.java whitespace (tabs to spaces) 2016-06-10 02:51:45 +00:00
FormulaRenderer.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 2017-04-17 20:13:52 +00:00
FormulaRenderingWorkbook.java Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range) 2014-07-24 21:25:45 +00:00
FormulaShifter.java bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require SpreadsheetVersion. 2016-11-02 16:37:12 +00:00
FormulaType.java bug 59790,59791: add @since javadoc annotation to FormulaType and CellType 2016-07-04 13:49:44 +00:00
FormulaUsedBlankCellSet.java SonarQube fixes 2017-01-06 17:51:22 +00:00
IEvaluationListener.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
IStabilityClassifier.java bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility 2016-07-04 12:21:42 +00:00
LazyAreaEval.java Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 2016-07-17 21:18:07 +00:00
LazyRefEval.java Bug 59736: Incorrect evaluation of SUBTOTAL with composite interval 2016-07-31 17:19:27 +00:00
NameIdentifier.java The way that HSSF and XSSF stores references to external sheets are rather different, so begin to reflect that in how we parse their formulas into Ptgs 2014-07-19 12:49:41 +00:00
OperandClassTransformer.java bug 59790: add @Removal annotations to deprecated methods 2016-09-14 03:51:45 +00:00
OperationEvaluationContext.java whitespace (tabs to spaces) 2016-06-10 02:51:45 +00:00
OperationEvaluatorFactory.java Some Eclipse warnings 2014-12-22 09:16:16 +00:00
ParseNode.java Sonar fixes - array is stored directly 2016-05-16 09:57:19 +00:00
PlainCellCache.java SonarQube fixes 2017-01-06 17:51:22 +00:00
PlainValueCellCacheEntry.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
SharedFormula.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
SheetIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 2014-07-24 22:44:51 +00:00
SheetNameFormatter.java moved common formula-related code to org.apache.poi.ss.formula, eliminated dependencies on HSSF, reduced the number of eclipse warnings 2010-11-21 12:09:29 +00:00
SheetRange.java Update the RefEval method signature to cope with multi-sheet references, and have appropriate functions take advantage of this. For bug #55906 2014-07-25 15:46:05 +00:00
SheetRangeEvaluator.java sonar fixes 2016-07-01 21:10:40 +00:00
SheetRangeIdentifier.java More progress towards #55906 - FormulaParser is able to identify and parse multi-sheet references, but not yet fully round-trip them. (No evaluation support yet either) 2014-07-24 22:44:51 +00:00
SheetRefEvaluator.java bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 2016-07-04 11:54:20 +00:00
ThreeDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
TwoDEval.java Begin required interface + base-class support for multi-sheet area references for #55906 2014-07-25 16:15:47 +00:00
UserDefinedFunction.java Update the formula evaluator to support XSSF style external named ranges too 2014-07-20 17:51:51 +00:00
WorkbookDependentFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
WorkbookEvaluator.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 2017-04-17 20:13:52 +00:00
WorkbookEvaluatorProvider.java Generalise the CollaboratingWorkbooksEnvironment setup, so that XSSF can use it too 2014-07-21 12:23:54 +00:00
package.html Changed CRLF to LF in remaining trunk/src files 2009-06-01 23:21:13 +00:00