aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/formula/TwoDEval.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-251-0/+7
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-3/+3
* cleaned javadoc warningsYegor Kozlov2010-06-061-1/+1
* Added getRow() and getColumn() functions to TwoDEval to simplify logic in IND...Josh Micich2009-12-221-4/+15
* Created new TwoDEval interface for AreaEvals (in preparation for patch 48292)Josh Micich2009-12-091-0/+51