summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* More work understanding hpbfNick Burch2008-08-172-6/+85
* More work understanding hpbfNick Burch2008-08-172-6/+97
* More work understanding hpbfNick Burch2008-08-173-2/+204
* Few little tweaks to dev helpersNick Burch2008-08-172-10/+77
* Start on a HPBF dumperNick Burch2008-08-151-0/+130
* More sample hpbf docs, with a descriptionNick Burch2008-08-154-0/+29
* Add sample publisher files from bug #45602 to svnNick Burch2008-08-152-0/+0
* More for bug #45623 - Support for additional HSSF header and footer fields, i...Nick Burch2008-08-144-7/+51
* Fix bug #45623 - Support stripping HSSF header and footer fields (eg page num...Nick Burch2008-08-144-37/+146
* Refactor header/footer stuff to remove duplicationNick Burch2008-08-143-390/+202
* Update changelogNick Burch2008-08-122-0/+2
* Add HWPF support for stripping out fields (eg macros), and make this optional...Nick Burch2008-08-127-3/+162
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-127-14/+37
* Few documentation updates for recent new codeNick Burch2008-08-122-2/+20
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-129-1/+293
* Properly update the array of Slide's text runs in HSLF when new text shapes a...Yegor Kozlov2008-08-127-28/+88
* Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007Yegor Kozlov2008-08-1213-67/+533
* Finally get all HWPF tests to pass again, by working around how evil PAPX/CHP...Nick Burch2008-08-1119-48/+216
* initial work on supporting calls to add-in functionsJosh Micich2008-08-1117-687/+796
* Get insert based HWPF tests working fine, delete ones still problematicNick Burch2008-08-1110-83/+190
* CHPXs and PAPXs are apparently cp based, but are really byte based! Work arou...Nick Burch2008-08-1117-83/+321
* Refinements to fix for bug 45126. Excel does not produce any records like 'E...Josh Micich2008-08-117-1068/+1050
* deleted obsolete comment (should have been done in c669809)Josh Micich2008-08-111-1/+0
* Remove random un-used import that makes gump unhappyNick Burch2008-08-101-3/+0
* Disable a few HWPF tests that aren't working while the unicode/paragraph bug ...Nick Burch2008-08-094-4/+12
* Add header/footer support to HWPF WordExtractorNick Burch2008-08-094-0/+148
* Tests to show that header stuff all works rightNick Burch2008-08-091-0/+81
* Start on headers/footers supportNick Burch2008-08-095-3/+277
* Improve FIB updating on range changes, and add passing tests for non unicode ...Nick Burch2008-08-094-15/+162
* Get most of the hwpf tests passing againNick Burch2008-08-097-16/+95
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-0921-579/+441
* Big big unicode rationalisation in text piece codeNick Burch2008-08-096-113/+269
* Converted rows map within HSSFSheet to use Integer keysJosh Micich2008-08-092-22/+16
* More range tests, which show that we do have a bug in the hwpf unicode supportNick Burch2008-08-091-41/+146
* More header and footer files, this time with unicode in it tooNick Burch2008-08-092-0/+0
* More tests to show that the range based stuff is working properlyNick Burch2008-08-092-6/+213
* Add lots more getters/setters for useful things to the FIBNick Burch2008-08-091-17/+112
* Start to document the whole FIB stuff betterNick Burch2008-08-096-11/+41
* Prepare to change how we do ranges, to handle different kinds of text in the ...Nick Burch2008-08-093-7/+181
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
* Add several test word files with headers and footersNick Burch2008-08-0912-0/+0
* improved error message for FormulaParser when the formula has a leading equal...Josh Micich2008-08-082-14/+27
* Standardised toString methods on ScalarConstantPtg subclassesJosh Micich2008-08-087-79/+49
* Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ...Josh Micich2008-08-085-62/+113
* Finished extracting PageSettingsBlock logic from SheetJosh Micich2008-08-084-571/+399
* Extracting PageSettingsBlock from SheetJosh Micich2008-08-088-326/+617
* Converted RowRecordsAggregate to proper RecordAggregateJosh Micich2008-08-087-226/+153
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-0712-1003/+756
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-0718-497/+321