aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for ↵Josh Micich2008-06-201-1/+1
| | | | | | DeletedRef3DPtg and DeletedArea3DPtg. Similar to c664220 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669809 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecordJosh Micich2008-06-191-0/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669658 13f79535-47bb-0310-9956-ffa450edef68
* A partial fix for bug #30978, but something still remains, which seems to be ↵Nick Burch2008-06-182-0/+62
| | | | | | related to changing the ptg git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@669140 13f79535-47bb-0310-9956-ffa450edef68
* Make the test related to bug #30978, which shows that named ranges pointing ↵Nick Burch2008-06-162-6/+59
| | | | | | to deleted sheets is ok, more complete git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668155 13f79535-47bb-0310-9956-ffa450edef68
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-162-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668153 13f79535-47bb-0310-9956-ffa450edef68
* added extra RVA test case (for bug 45206)Josh Micich2008-06-152-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@668014 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class ↵Josh Micich2008-06-0714-58/+63
| | | | | | hierarchy git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@664220 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a ↵Josh Micich2008-06-061-12/+33
| | | | | | 4-byte boundary git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663855 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45145 - made sure RowRecordsAggregate comes before ↵Josh Micich2008-06-051-22/+88
| | | | | | ValueRecordsAggregate. Also fixed BiffViewer to show correct record offsets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663765 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring ↵Josh Micich2008-06-052-0/+98
| | | | | | token operand classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663436 13f79535-47bb-0310-9956-ffa450edef68
* Test code clean-up (prior to bug 45126)Josh Micich2008-06-041-139/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@663322 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being ↵Nick Burch2008-05-281-3/+16
| | | | | | date based git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660889 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45060 (and 45041) - Improved token class transformation during ↵Josh Micich2008-05-285-0/+317
| | | | | | formula parsing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660828 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases for parsing IF expressions. Segregated IF test cases into ↵Josh Micich2008-05-263-110/+245
| | | | | | a new class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660280 13f79535-47bb-0310-9956-ffa450edef68
* Small fix for FormulaParser. Need case-insentive match for IF function nameJosh Micich2008-05-261-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660263 13f79535-47bb-0310-9956-ffa450edef68
* Follow-on fix for bug 42564 (r653668). Array elements are stored internally ↵Josh Micich2008-05-262-5/+24
| | | | | | column by column. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@660256 13f79535-47bb-0310-9956-ffa450edef68
* Help for bug #44840 - Improved handling of HSSFObjectData, especially for ↵Nick Burch2008-05-231-0/+39
| | | | | | entries with data held not in POIFS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659575 13f79535-47bb-0310-9956-ffa450edef68
* File with checkboxes, from bug #44840Nick Burch2008-05-231-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659573 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Yury, plus tests, from bug #45043 - Support for getting excel ↵Nick Burch2008-05-231-0/+22
| | | | | | cell comments when extracting text git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659572 13f79535-47bb-0310-9956-ffa450edef68
* Extend the support for specifying a policy to HSSF on missing / blank cells ↵Nick Burch2008-05-231-1/+14
| | | | | | when fetching, to be able to specify the policy at the HSSFWorkbook level git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659525 13f79535-47bb-0310-9956-ffa450edef68
* Marked out test failure which was fixed by patch for bug 39903Josh Micich2008-05-231-120/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659462 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong ↵Josh Micich2008-05-231-3/+2
| | | | | | bug number) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659455 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45041 - improved FormulaParser parse error messagesJosh Micich2008-05-231-788/+729
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659452 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK recordsJosh Micich2008-05-233-1/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659429 13f79535-47bb-0310-9956-ffa450edef68
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-233-3/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@659403 13f79535-47bb-0310-9956-ffa450edef68
* Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo ↵Josh Micich2008-05-223-42/+66
| | | | | | excelfileformat.odt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658986 13f79535-47bb-0310-9956-ffa450edef68
* Test which seems to show that bug #44996 is invalid, but not completely sureNick Burch2008-05-201-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658336 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #44977 - Support for AM/PM in excel date formatsNick Burch2008-05-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658322 13f79535-47bb-0310-9956-ffa450edef68
* Support for specifying a policy to HSSF on missing / blank cells when fetchingNick Burch2008-05-201-0/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658308 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 44898 - Correctly handle short last blocks in POIFSNick Burch2008-05-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658285 13f79535-47bb-0310-9956-ffa450edef68
* Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulasJosh Micich2008-05-193-50/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657702 13f79535-47bb-0310-9956-ffa450edef68
* misc bug fixesYegor Kozlov2008-05-174-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657358 13f79535-47bb-0310-9956-ffa450edef68
* added HSSFName.isDeleted() to check if the name points to cell that no ↵Yegor Kozlov2008-05-171-0/+24
| | | | | | longer exists git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657355 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug number in junit msg - from r656893 bug 44523Josh Micich2008-05-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657180 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 40414 - update selected/active sheet after removing sheet from ↵Josh Micich2008-05-161-2/+75
| | | | | | workbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657167 13f79535-47bb-0310-9956-ffa450edef68
* Should have been submitted with r656893 (for bug 44523)Josh Micich2008-05-161-28/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@657136 13f79535-47bb-0310-9956-ffa450edef68
* added test case for reported bug 44987Josh Micich2008-05-131-13/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655912 13f79535-47bb-0310-9956-ffa450edef68
* 41187 - fixed HSSFSheet to properly read xls files without ROW recordsJosh Micich2008-05-119-424/+226
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@655278 13f79535-47bb-0310-9956-ffa450edef68
* fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated ↵Josh Micich2008-05-081-34/+19
| | | | | | (since bug 13292) test method. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654649 13f79535-47bb-0310-9956-ffa450edef68
* tiny clean-up after r654356 (bug 44950)Josh Micich2008-05-081-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654366 13f79535-47bb-0310-9956-ffa450edef68
* 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and ↵Josh Micich2008-05-086-68/+150
| | | | | | Area3DEval.getValue() also added validation for number of elements in AreaEvals git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654356 13f79535-47bb-0310-9956-ffa450edef68
* Update a test to match the new warning on short filesNick Burch2008-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654056 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled test for bug #44898, and slightly improve a few poifs related ↵Nick Burch2008-05-063-0/+37
| | | | | | error messages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653945 13f79535-47bb-0310-9956-ffa450edef68
* Another attempt to fix unicode problems in functionMetadata.txt. Made that ↵Josh Micich2008-05-061-5/+80
| | | | | | file pure ascii. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653892 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ↵Nick Burch2008-05-061-4/+15
| | | | | | before, but breaking on some systems, while now it ought to work fine everywhere git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653831 13f79535-47bb-0310-9956-ffa450edef68
* 42570 - fixed LabelRecord to use empty string instead of null when the ↵Josh Micich2008-05-063-0/+42
| | | | | | length is zero. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653675 13f79535-47bb-0310-9956-ffa450edef68
* 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ↵Josh Micich2008-05-063-1/+97
| | | | | | ArrayPtg encoding issues. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653668 13f79535-47bb-0310-9956-ffa450edef68
* Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotesJosh Micich2008-05-051-51/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653608 13f79535-47bb-0310-9956-ffa450edef68
* Added test case method javadoc for old bug 44675Josh Micich2008-05-051-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653551 13f79535-47bb-0310-9956-ffa450edef68
* bug #44235 is not reproducible in 3.1-beta1Yegor Kozlov2008-05-052-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653520 13f79535-47bb-0310-9956-ffa450edef68