poi/src/java/org/apache/poi/ss/formula
Dominik Stadler 17e8880dcd Bug 54524: Fix border case in FormulaShifter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1517676 13f79535-47bb-0310-9956-ffa450edef68
2013-08-26 20:09:19 +00:00
..
atp fix some Eclipse warnings, adjust some unit tests slightly 2013-08-23 10:44:39 +00:00
constant Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
eval Bug 55082: patch for missing function ROMAN 2013-08-16 18:28:18 +00:00
function Various small Eclipse warning fixes, 2013-08-14 08:25:51 +00:00
functions Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
ptg Some Eclipse warnings removed 2013-08-23 18:54:05 +00:00
udf Bugzilla 54625 - Register user-defined functions in instance scope instead of static 2013-03-03 16:16:12 +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 Bugzilla 47721 - Added implementation for INDIRECT() 2009-08-21 23:37:17 +00:00
EvaluationCache.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
EvaluationCell.java bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 2012-02-06 07:37:11 +00:00
EvaluationName.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
EvaluationSheet.java Merged revisions 703063 via svnmerge from 2008-10-09 07:20:46 +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 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 2010-11-28 12:03:52 +00:00
ExternSheetReferenceToken.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
Formula.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaCellCache.java more generics compiler warnings fixes for poi.ss.formula 2008-12-03 22:34:26 +00:00
FormulaCellCacheEntry.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
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 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 2011-12-05 00:52:39 +00:00
FormulaParsingWorkbook.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaRenderer.java Some Eclipse warnings removed 2013-08-23 18:54:05 +00:00
FormulaRenderingWorkbook.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaShifter.java Bug 54524: Fix border case in FormulaShifter 2013-08-26 20:09:19 +00:00
FormulaType.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
FormulaUsedBlankCellSet.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +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 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
LazyAreaEval.java fixed bug 53434 2012-08-28 08:24:07 +00:00
LazyRefEval.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
OperandClassTransformer.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
OperationEvaluationContext.java Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 2013-08-23 18:42:57 +00:00
OperationEvaluatorFactory.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
ParseNode.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
PlainCellCache.java Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 2011-07-02 09:05:35 +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 moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +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
SheetRefEvaluator.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
TwoDEval.java Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals 2011-07-25 12:55:32 +00:00
UserDefinedFunction.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
WorkbookDependentFormula.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
WorkbookEvaluator.java fixed javadoc warnings 2012-11-16 12:00:02 +00:00
package.html Changed CRLF to LF in remaining trunk/src files 2009-06-01 23:21:13 +00:00