aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* set forkmode=once for junit tests, it made the build process faster by 5xYegor Kozlov2009-04-102-11/+14
* Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual form...Josh Micich2009-04-088-5/+143
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-5/+51
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-066-6/+57
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-56/+204
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-031-0/+49
* Fix for bug 46948 - Range operator can now take area-refs for operandsJosh Micich2009-04-011-10/+110
* Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(S...Josh Micich2009-03-311-0/+22
* Fix for bug 46898 - Formula evaluator should not cache intermediate circular-...Josh Micich2009-03-301-0/+49
* more refactoring of common ss testsYegor Kozlov2009-03-2918-1023/+1297
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-2716-761/+1584
* Fix for bug 46917 - PageItemRecord(SXPI) can contain multiple field infosJosh Micich2009-03-262-0/+65
* Fix the block allocation test, but still leave the recent blocks hssf bug fixedNick Burch2009-03-251-1/+1
* Fix bug #46904, for old biff5/biff7 files where the block chain is terminated...Nick Burch2009-03-241-2/+11
* Disabled test for bug #46904Nick Burch2009-03-242-0/+7
* Fix for bug 46840 - PageSettingsBlock should include HEADERFOOTER recordJosh Micich2009-03-231-0/+65
* update cell type when setting cached formula result in XSSFCell, also improve...Yegor Kozlov2009-03-222-201/+311
* support built-in data formats in XSSFDataFormatYegor Kozlov2009-03-012-0/+103
* improved shifting of sheet-level names, also fixed an incorrect Bugzilla numb...Yegor Kozlov2009-02-261-7/+26
* more improvements in shiftRows: 1. shift named ranges and merged regions, JUn...Yegor Kozlov2009-02-252-3/+47
* fixed non-standard ASF license headersYegor Kozlov2009-02-243-15/+18
* added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common int...Yegor Kozlov2009-02-245-48/+123
* More fixes to allow EscherContainerRecord to exclusively maintain 'child reco...Josh Micich2009-02-202-16/+10
* Fix for bug introduced in r745976. EscherContainerRecord shouldn't hand out ...Josh Micich2009-02-191-11/+46
* Added Apache License text to files where it was missing. Also fixed some comp...Josh Micich2009-02-192-2/+36
* refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test super...Yegor Kozlov2009-02-156-286/+303
* Fixed formula parser to handle names with backslashesYegor Kozlov2009-02-151-0/+21
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-0/+28
* Fix for bug 46693 - serialization errors in CHARTFORMAT, SHTPROPS, SXVD and S...Josh Micich2009-02-127-15/+234
* Generalised TestSheetShiftRows for both HSSF and XSSF test casesJosh Micich2009-02-092-246/+307
* improved XSSFSheet.shiftRows: 1. properly update cell references of the shift...Yegor Kozlov2009-02-081-0/+0
* added suport for Calculation Chain in XSSF, remove reference from calculation...Yegor Kozlov2009-02-081-0/+0
* Fixed serialization of multiple blank records (should get aggregated into Mul...Josh Micich2009-02-071-59/+147
* Improved error handling for problems described in bugzilla 46569 - Changed Sh...Yegor Kozlov2009-02-061-0/+11
* Should be part of c 741036 (Fix for bug 46654 - HSSFRow/RowRecord needs to pr...Josh Micich2009-02-051-12/+12
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-052-24/+58
* Reverted accidental early commit (should not be part of r741002)Josh Micich2009-02-051-12/+12
* Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for...Josh Micich2009-02-051-12/+12
* Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all depr...Josh Micich2009-02-032-202/+130
* Fixed use of deprecated property HSSFName.reference (should be refersToFormula)Josh Micich2009-02-034-37/+36
* 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 46647 - COUNTIF NE operator and other special cases involving typ...Josh Micich2009-02-021-4/+57
* fixed bugs 40520 and 46553: HSSFFont.applyFont() formats wrong parts of HSSFR...Yegor Kozlov2009-01-291-0/+55
* Fix for bug 46545 - ObjRecord should ignore excessive padding written by prev...Josh Micich2009-01-291-10/+59
* Fix for bug 46613 - evaluator should perform case insensitive string comparisonsJosh Micich2009-01-271-1/+26
* Bugzilla 46580 - Replaced ErrorEval.FUNCTION_NOT_IMPLEMENTED with new excepti...Josh Micich2009-01-223-14/+22
* Fixed HSSFCell/FormulaRecordAggregate to properly remove StringRecord when ca...Josh Micich2009-01-211-312/+370
* Removed System.out.println and compiler warnings from test codeJosh Micich2009-01-211-81/+75
* Fix for bug 46547 - Allow for addition of conditional formatting when data va...Josh Micich2009-01-211-572/+617