summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Expand)AuthorAgeFilesLines
...
* Test case added.Rainer Klute2003-09-011-0/+74
* Sync to REL_2_BR: HSSFCell.getStringValue now returns the formula result if i...Avik Sengupta2003-08-311-0/+14
* Syncing to REL_2_BR: Macro functions and related fixes, by Paul Krause bug id...Avik Sengupta2003-08-313-8/+66
* Test cases for HPSF writing capability added.Rainer Klute2003-08-304-9/+545
* Add protect record to sheet. Sync from REL_2_BRANCH ..Thanks Rick BermanAvik Sengupta2003-08-231-0/+22
* Removed hastily added import statement.Rainer Klute2003-08-231-1/+0
* - New test case to read all files from the HPSF data directory.Rainer Klute2003-08-232-5/+90
* Updates for the display of gridlines, formulas, and such because I forgot to ...Shawn Laubach2003-08-221-2/+43
* PR:18846tetsuya2003-08-191-12/+12
* *** empty log message ***Rainer Klute2003-08-051-3/+70
* Testcase for bug 13769 .. thanks michael tosdevinAvik Sengupta2003-07-312-1/+18
* Slow input stream patch, bug 13478Avik Sengupta2003-07-312-1/+77
* *** empty log message ***Rainer Klute2003-07-281-0/+13
* MERGE from REL_2_BRANCH: bug 15228 and related fixesAvik Sengupta2003-07-272-0/+98
* Test case for bug 21775Rainer Klute2003-07-262-0/+189
* Bug 21775Rainer Klute2003-07-264-194/+237
* Adding changes recently added to release 2. Includes rewrite of margin code,...Shawn Laubach2003-07-251-0/+2
* Test case to check that the correct header and footer is found (reference bug...Shawn Laubach2003-07-092-0/+126
* When shifting rows, added ability to shift the merged regions entirelyDanny Mui2003-06-271-0/+21
* Round 2 with removing merged regions. The MergedRecords array would be emptiedDanny Mui2003-06-271-0/+19
* When removing one MergedRegion, the record was removed before it was ready,Danny Mui2003-06-271-5/+33
* Fixed support for Cloning SharedFormulas and FormulaAggregates leavingDanny Mui2003-06-021-0/+83
* Fixed NameRecord deserialization when additional information (description) wa...Danny Mui2003-05-172-0/+102
* Fixes AreaReference when a Sheet name is providedDanny Mui2003-05-171-0/+23
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-091-0/+35
* Add the new testcase to the testsuite.Danny Mui2003-05-081-2/+4
* Patch to support reading in Shared FormulasDanny Mui2003-05-082-0/+120
* FormulaParser patch to address:Danny Mui2003-05-071-8/+31
* PR 13292, size of FuncPtgAvik Sengupta2003-05-061-3/+5
* removed non-multiplatform/1.3.x unit testAndrew C. Oliver2003-05-061-161/+0
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-042-1/+42
* line feeds are goodAndrew C. Oliver2003-05-011-1/+161
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-30120-280/+120
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-221-0/+161
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-111-0/+46
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes long....Danny Mui2003-04-082-0/+105
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation whe...Danny Mui2003-03-291-1/+35
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-201-0/+34
* Further to bug 17491:set sheet order - now made accessible from usermodel, ru...Avik Sengupta2003-03-181-0/+103
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-173-14/+87
* FormulaParser changes to support IF function(s)Danny Mui2003-03-152-8/+183
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-071-0/+58
* Fixed bug 17373 - incorrect handling of continue records after unknown record...Avik Sengupta2003-03-072-0/+103
* Print Area PatchDanny Mui2003-03-067-21/+509
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-011-0/+79
* testcase for changing sheet orderAvik Sengupta2003-03-011-0/+101
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-011-0/+85
* Fix for bug #15019. NullPointerException in shiftRows. Added the test case ...Shawn Laubach2003-02-092-83/+179
* Support for freezepanes / split panes / header rows and columns on printouts....Glen Stampoultzis2003-02-065-11/+542
* PR: 16145 - tests delete their output filesAvik Sengupta2003-01-262-2/+0