summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Some code and documentation cleanup.Rainer Klute2004-08-154-22/+52
* Fixed a bug where the logical comparison of two sections returned false only ...Rainer Klute2004-08-152-4/+25
* Fixed a bug where a mutable section's format ID was written in the wrong byte...Rainer Klute2004-08-132-2/+22
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+7
* - Fix: HPSF now ensures that string properties are always written with the ty...Rainer Klute2004-06-2212-79/+217
* Conditional check for logging to avoid creating too many temporary objects.Glen Stampoultzis2004-06-205-95/+170
* - Write properties sorted by property ID now. This hopefully fixes M$ Word co...Rainer Klute2004-06-091-2/+20
* - Support for SJIS encoding added.Rainer Klute2004-06-021-0/+2
* Bugfix: http://issues.apache.org/bugzilla/show_bug.cgi?id=24925Glen Stampoultzis2004-04-291-8/+9
* Some tests were checkin to the wrong source treeGlen Stampoultzis2004-04-1921-1978/+0
* Some fixes to the branch. Lots left to do. Boolean records aren't supported...Glen Stampoultzis2004-04-186-152/+404
* Fixed error with HexDump.javaGlen Stampoultzis2004-04-121-1/+1
* New licence changes.Glen Stampoultzis2004-04-09427-17243/+6555
* Moved some tests that were added to the wrong source branch.Glen Stampoultzis2004-04-095-293/+0
* Some of the later tweaks ported to the head.Glen Stampoultzis2004-04-093-4/+13
* Ported the drawing stuff from the rel_2_branch. Given the effort this took I...Glen Stampoultzis2004-04-09107-95/+16353
* Applied patch from Piers TaylorSaid Ryan Ackley2004-03-041-55/+17
* Buf fix plus testcasde: Reading property values failed with a StringIndexOutO...Rainer Klute2004-01-081-1/+1
* bug 24125 - date formats. sync to head.Avik Sengupta2004-01-011-12/+0
* bug 25457, formula parser fixes by Peter M MurrayAvik Sengupta2004-01-012-33/+70
* Set constants to be static.Shawn Laubach2003-12-311-18/+18
* More Javadoc issues fixed. "ant javadoc" now runs without any complaints. How...Rainer Klute2003-12-0622-55/+40
* Removed parameter types from @param statements - Javadoc knows about the type...Rainer Klute2003-12-054-11/+11
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-056-6/+0
* Removed some of the Javadoc errors. Fellow developers, please run "ant javado...Rainer Klute2003-12-0411-20/+19
* HPSF: new testcase to check the new codepage support - plus a fix to correct ...Rainer Klute2003-12-032-13/+5
* HPSF: codepage support addedRainer Klute2003-12-027-40/+129
* Superfluous import statements removedRainer Klute2003-11-241-2/+0
* Really clone the merged regions...Thanks to Jason for pointing this out.Danny Mui2003-11-171-1/+7
* The cloned reference for merged cells did not create a new collection, Danny Mui2003-11-171-1/+2
* Fix to 24519. getCustomPalette now works on the head with a newly created wor...Jason Height2003-11-091-1/+0
* *** empty log message ***Rainer Klute2003-11-071-18/+22
* Fix supplied for bug 24397 where some compilation got ambiguous classes. Exp...Shawn Laubach2003-11-042-0/+8
* getters and setters for ClassID - addendum to bug 22195, by Kirill JacobsonAvik Sengupta2003-11-013-0/+40
* bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verifyAvik Sengupta2003-10-312-2/+57
* fix for bug 16560. But the testcase in HEAD was already failing, so continues...Avik Sengupta2003-10-301-3/+8
* bug 17374 - typo in HSSFFontAvik Sengupta2003-10-271-1/+1
* fix for 13921, sync from branchAvik Sengupta2003-10-272-2/+20
* - Added Robert Flaherty's method getCustomProperties() (refactored)Rainer Klute2003-10-236-22/+45
* Dont forget to set the palette pos of the new palette recordJason Height2003-10-142-2/+3
* Fix on head for custom palettes.Jason Height2003-10-142-5/+8
* Fix for big stringsJason Height2003-10-141-3/+7
* Fixed the double byte bugs in SSTDeserializer. Testcases provided in bugs 155...Jason Height2003-10-142-33/+48
* Trivial patch to remove unused factoryJason Height2003-09-261-4/+0
* ExtSST serialization pacth to fix corruption when there are a large number of...Jason Height2003-09-254-17/+41
* Small fix for when the start row didnt contain any cells.Jason Height2003-09-211-2/+14
* - Comparing sections refined: For the dictionary (property 0) only the value ...Rainer Klute2003-09-202-2/+76
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-188-22/+215
* StringRecords are inValueSection.Jason Height2003-09-181-1/+7
* Based on my trials and Tetsuya's email i have changed this to use getFromUnic...Jason Height2003-09-181-1/+1