summaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* When shifting rows, added ability to shift the merged regions entirelyDanny Mui2003-06-271-7/+71
* Fixing future bug when we support continue records for more than xxxx mergedDanny Mui2003-06-271-3/+11
* Round 2 with removing merged regions. The MergedRecords array would be emptiedDanny Mui2003-06-271-0/+4
* When removing one MergedRegion, the record was removed before it was ready,Danny Mui2003-06-271-1/+2
* Fixed a rather nasty concurrency issueAndrew C. Oliver2003-06-261-30/+2
* Same changes as just went to the branchGlen Stampoultzis2003-06-268-95/+193
* Fixed line formatting. (2)tetsuya2003-06-195-3/+68
* Fixed line formatting.tetsuya2003-06-195-5/+560
* Missed the license header.Glen Stampoultzis2003-06-161-1/+54
* Fixed line formatting.Glen Stampoultzis2003-06-161-1/+171
* Fixing the line endings.Glen Stampoultzis2003-06-141-1/+218
* Fixed support for Cloning SharedFormulas and FormulaAggregates leavingDanny Mui2003-06-023-4/+33
* Rolled back to older version and updated Copyright.Danny Mui2003-05-271-1/+187
* Fixed NameRecord deserialization when additional information (description) wa...Danny Mui2003-05-171-11/+12
* Fixes AreaReference when a Sheet name is providedDanny Mui2003-05-172-40/+54
* Added ability to copy row height during shift. Also gave the ability to rese...Shawn Laubach2003-05-161-4/+32
* Made sure all row records for the sheet are aggregated since rows are skippedDanny Mui2003-05-092-7/+9
* Patch to support reading in Shared FormulasDanny Mui2003-05-087-8/+243
* FormulaParser patch to address:Danny Mui2003-05-075-29/+469
* PR 13292, size of FuncPtgAvik Sengupta2003-05-064-15/+49
* Aid debugging unknown ptgsAvik Sengupta2003-05-061-4/+5
* recognise new ptgAvik Sengupta2003-05-051-0/+7
* new ptg, doesnt do much yetAvik Sengupta2003-05-051-0/+130
* PR 19634: Compiling error in jdk1.3Avik Sengupta2003-05-051-1/+9
* Addition of GreaterThan and LessThan in formulas (IF Functions)Avik Sengupta2003-05-044-78/+448
* Font names can sometimes be null.. We now accept this and can move on withAndrew C. Oliver2003-05-021-1/+3
* fixed. Check for reversions.Andrew C. Oliver2003-05-011-1/+405
* unf*ck'd it. please stop doing thisAndrew C. Oliver2003-05-011-1/+129
* unf*cking it...whoever is doing this please stopAndrew C. Oliver2003-05-011-1/+208
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-30272-3100/+272
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18947Andrew C. Oliver2003-04-2211-14/+34
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18090Andrew C. Oliver2003-04-111-2/+27
* FuncPtg stores 2 bytes of data where AbstractFuncPtg says it is 4 bytes long....Danny Mui2003-04-081-1/+21
* FormulaRecord patch (and testcase) to preserve Excel's NaN representation whe...Danny Mui2003-03-291-6/+26
* Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in t...Danny Mui2003-03-271-1/+1
* Add clone() to FormulaRecordAggregateAvik Sengupta2003-03-202-0/+17
* Further to bug 17491:set sheet order - now made accessible from usermodel, ru...Avik Sengupta2003-03-181-1/+13
* Added license!Avik Sengupta2003-03-181-0/+54
* Added new class per bug 13478, to read data from low performance input streams.Avik Sengupta2003-03-181-0/+100
* Support for the SUMIF formula and non-alpha string literalsDanny Mui2003-03-171-4/+10
* FormulaParser changes to support IF function(s)Danny Mui2003-03-153-15/+224
* Added remove and another PrintArea setting method and documentation updateDanny Mui2003-03-072-21/+74
* Fixed bug 17373 - incorrect handling of continue records after unknown record...Avik Sengupta2003-03-073-13/+19
* Fixes NullPointerException for getMergedRegionAt(index) when the index provid...Danny Mui2003-03-061-1/+1
* Print Area PatchDanny Mui2003-03-067-331/+650
* fix for bug 14729 - cant merge more than 1027 times.Avik Sengupta2003-03-011-17/+80
* Support for changing sheet order submitted by Ruel Loehr. Probably should als...Avik Sengupta2003-03-011-0/+13
* fixed clone sheet bug. Thanks to:Avik Sengupta2003-03-018-3/+50
* First preparations for HPSF writing functionality.Rainer Klute2003-02-226-21/+124
* Bug 17222: Workbook corruption when using sheet.addRow()Avik Sengupta2003-02-211-0/+4