aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactoring Record.serialize methodsJosh Micich2008-11-1941-1877/+965
* Refactoring Record.serialize methodsJosh Micich2008-11-1894-1127/+571
* Fixed XSSFName and test casesJosh Micich2008-11-183-15/+32
* applied fix suggested in bug#46197: missing cast to float resulted in incorec...Yegor Kozlov2008-11-164-34/+98
* Fix for bug 46213 - FormulaRecordAggregate should gracefully ignore extra Str...Josh Micich2008-11-155-25/+62
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-152-18/+33
* applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun ...Yegor Kozlov2008-11-155-105/+824
* more updates in javadocs and site documentation, also misc improvements in co...Yegor Kozlov2008-11-1413-385/+620
* 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w...Yegor Kozlov2008-11-1423-261/+640
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-1413-638/+155
* refactoring Record.serializeJosh Micich2008-11-1410-136/+26
* Patch from Patrick Cheng (bugzilla 46189) - added chart records: CHARTFRTINFO...Josh Micich2008-11-1411-5/+585
* Fix for bug 46199 - tweaks to EmbeddedObjectRefSubRecordJosh Micich2008-11-135-94/+126
* Changes to formula evaluation allowing for reduced memory usageJosh Micich2008-11-1310-265/+395
* updated javadocJosh Micich2008-11-131-1/+1
* extracted local variableJosh Micich2008-11-131-9/+10
* Fix bug #45290 - Support odd files where the POIFS header block comes after t...Nick Burch2008-11-1213-32/+69
* Fix bug #46184 - more odd escaped date formatsNick Burch2008-11-124-0/+5
* Include the sheet number in the output of XLS2CSVmraNick Burch2008-11-123-1/+6
* Fix bug #46043 - correctly write out HPSF properties with HWPFNick Burch2008-11-125-17/+35
* common ss interfaces for drawing, clientacnhor and picture, also some refacto...Yegor Kozlov2008-11-1217-689/+280
* docs cleanup and improvementsYegor Kozlov2008-11-115-216/+257
* bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired ta...Yegor Kozlov2008-11-1113-347/+390
* fixed bug#46182: Slideshow.readPictures() skips pictures with invalid headersYegor Kozlov2008-11-113-9/+10
* Fix for bug #46137 - continue records after eofrecordNick Burch2008-11-105-0/+16
* converted non-ascii characters to unicode to keep compilers on UTF-8 systems ...Yegor Kozlov2008-11-0914-62/+77
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-0946-1247/+873
* Fixed problem with linking shared formulas when ranges overlapJosh Micich2008-11-0712-65/+339
* javadocs cleanupYegor Kozlov2008-11-0770-655/+575
* Merged revisions 711764 via svnmerge from ooxmlJosh Micich2008-11-065-193/+185
* should have been included in r711839Yegor Kozlov2008-11-061-0/+310
* 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessP...Yegor Kozlov2008-11-0625-258/+79
* Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,7116...Josh Micich2008-11-0637-1360/+1398
* Merged revisions 709263-709264,709317 via svnmerge from Josh Micich2008-10-31153-768/+468
* Merged revisions 708385,708996,709054,709217,709221,709235 via svnmerge from Josh Micich2008-10-3037-957/+1269
* Fixed compilation error introduced in r708982Josh Micich2008-10-302-15/+14
* applied patches #46119, #46120 and #46078 by Gizella BronzettiYegor Kozlov2008-10-3013-23/+429
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-2939-590/+2103
* belongs to r708506Yegor Kozlov2008-10-281-123/+0
* moved FontUnderline to interfaces-jdk15Yegor Kozlov2008-10-281-0/+121
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-2856-910/+198
* Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from Josh Micich2008-10-2720-181/+522
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-276-87/+321
* Merged revisions 707486,707519,707525,707534,707541-707542,707551,707585,7077...Josh Micich2008-10-2689-4258/+2884
* Merged revisions 706772,707450,707481 via svnmerge from Josh Micich2008-10-2631-600/+1350
* applied patches #46079, #46080 and #46081 by Gisella BronzettiYegor Kozlov2008-10-256-203/+478
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-2533-512/+460
* Merged revisions 703100,703197,703302,703596,703620,703645,703651,706540 via ...Josh Micich2008-10-2587-1641/+1592
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-239-622/+1081
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-2125-297/+449