aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model
Commit message (Expand)AuthorAgeFilesLines
...
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* fixed FormulaParser to correctly process defined names with underscore, see ...Yegor Kozlov2010-08-121-1/+45
* Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the c...Nick Burch2010-07-161-1/+32
* records.UnicodeString isn't actually a Record, just a common part that exists...Nick Burch2010-01-181-1/+1
* Fixed FormulaParser to allow negative elements in array literals.Josh Micich2009-12-251-0/+22
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-222-54/+54
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-12/+4
* Some more clean up of array formula support in preparation for patch 48292Josh Micich2009-12-081-1/+34
* Made POI follow the rules for encoding unary +/- operators more closely.Josh Micich2009-12-041-1/+38
* Refactoring/simplification of TestFormulaParserJosh Micich2009-12-041-201/+93
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-272-30/+33
* Made AbstractFunctionPtg immutable, other minor improvementsJosh Micich2009-11-141-1/+1
* Cleaned up AttrPtg - made immutable, fixed property accessors.Josh Micich2009-11-131-1/+1
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-184-71/+61
* Bugzilla 47363 - Fixed HSSFSheet to allow addition of data validations after ...Josh Micich2009-06-121-4/+3
* Bugzilla 46776 - Added clone() method to MulBlankRecord to fix crash in Sheet...Josh Micich2009-06-061-5/+36
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-0/+43
* Code cleanup in hssf.model.Sheet. Minor re-formatting and compiler warning fi...Josh Micich2009-06-011-1/+1
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-60/+61
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-151-9/+73
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-082-0/+152
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-56/+204
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+21
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+11
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-031-3/+3
* Modified formula parser to encode SUM taking a single argument as tAttrSum (f...Josh Micich2009-02-021-5/+4
* Fix for bug 46643 - formula parser should encode range operator with tMemFuncJosh Micich2009-02-021-0/+23
* Fix for bug 46547 - Allow for addition of conditional formatting when data va...Josh Micich2009-01-211-572/+617
* Bug 46548 - fixes for Page Settings Block (patch from Dmitriy Kumshayev + som...Josh Micich2009-01-161-3/+4
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-8/+8
* Fix for bug 46156 - improved POI's number rendering to more closely match Exc...Josh Micich2008-12-011-18/+18
* Fix for bug 46206 - tolerate missing DIMENSION recordsJosh Micich2008-11-281-32/+75
* Fix for bug 46280 - RowRecordsAggregate should allow for ContinueRecords afte...Josh Micich2008-11-242-0/+61
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-1/+1
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-191-2/+31
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-141-11/+14
* Merged revisions 700005,700203-700204 via svnmerge from Josh Micich2008-09-291-4/+9
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-291-22/+84
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-194-43/+53
* Merged revisions 696813 via svnmerge from Josh Micich2008-09-182-4/+5
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-135-23/+31
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-1/+27
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-311-29/+63
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-281-1/+40
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-201-2/+29
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-111-3/+7
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-19/+10
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-10/+17
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-23/+24