| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More work understanding hpbf | Nick Burch | 2008-08-17 | 2 | -6/+85 |
* | More work understanding hpbf | Nick Burch | 2008-08-17 | 2 | -6/+97 |
* | More work understanding hpbf | Nick Burch | 2008-08-17 | 3 | -2/+204 |
* | Few little tweaks to dev helpers | Nick Burch | 2008-08-17 | 2 | -10/+77 |
* | Start on a HPBF dumper | Nick Burch | 2008-08-15 | 1 | -0/+130 |
* | More sample hpbf docs, with a description | Nick Burch | 2008-08-15 | 4 | -0/+29 |
* | Add sample publisher files from bug #45602 to svn | Nick Burch | 2008-08-15 | 2 | -0/+0 |
* | More for bug #45623 - Support for additional HSSF header and footer fields, i... | Nick Burch | 2008-08-14 | 4 | -7/+51 |
* | Fix bug #45623 - Support stripping HSSF header and footer fields (eg page num... | Nick Burch | 2008-08-14 | 4 | -37/+146 |
* | Refactor header/footer stuff to remove duplication | Nick Burch | 2008-08-14 | 3 | -390/+202 |
* | Update changelog | Nick Burch | 2008-08-12 | 2 | -0/+2 |
* | Add HWPF support for stripping out fields (eg macros), and make this optional... | Nick Burch | 2008-08-12 | 7 | -3/+162 |
* | Fix a typo in the file name, and add a generic method to POITextExtractor to ... | Nick Burch | 2008-08-12 | 7 | -14/+37 |
* | Few documentation updates for recent new code | Nick Burch | 2008-08-12 | 2 | -2/+20 |
* | New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra... | Nick Burch | 2008-08-12 | 9 | -1/+293 |
* | Properly update the array of Slide's text runs in HSLF when new text shapes a... | Yegor Kozlov | 2008-08-12 | 7 | -28/+88 |
* | Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007 | Yegor Kozlov | 2008-08-12 | 13 | -67/+533 |
* | Finally get all HWPF tests to pass again, by working around how evil PAPX/CHP... | Nick Burch | 2008-08-11 | 19 | -48/+216 |
* | initial work on supporting calls to add-in functions | Josh Micich | 2008-08-11 | 17 | -687/+796 |
* | Get insert based HWPF tests working fine, delete ones still problematic | Nick Burch | 2008-08-11 | 10 | -83/+190 |
* | CHPXs and PAPXs are apparently cp based, but are really byte based! Work arou... | Nick Burch | 2008-08-11 | 17 | -83/+321 |
* | Refinements to fix for bug 45126. Excel does not produce any records like 'E... | Josh Micich | 2008-08-11 | 7 | -1068/+1050 |
* | deleted obsolete comment (should have been done in c669809) | Josh Micich | 2008-08-11 | 1 | -1/+0 |
* | Remove random un-used import that makes gump unhappy | Nick Burch | 2008-08-10 | 1 | -3/+0 |
* | Disable a few HWPF tests that aren't working while the unicode/paragraph bug ... | Nick Burch | 2008-08-09 | 4 | -4/+12 |
* | Add header/footer support to HWPF WordExtractor | Nick Burch | 2008-08-09 | 4 | -0/+148 |
* | Tests to show that header stuff all works right | Nick Burch | 2008-08-09 | 1 | -0/+81 |
* | Start on headers/footers support | Nick Burch | 2008-08-09 | 5 | -3/+277 |
* | Improve FIB updating on range changes, and add passing tests for non unicode ... | Nick Burch | 2008-08-09 | 4 | -15/+162 |
* | Get most of the hwpf tests passing again | Nick Burch | 2008-08-09 | 7 | -16/+95 |
* | added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow() | Josh Micich | 2008-08-09 | 21 | -579/+441 |
* | Big big unicode rationalisation in text piece code | Nick Burch | 2008-08-09 | 6 | -113/+269 |
* | Converted rows map within HSSFSheet to use Integer keys | Josh Micich | 2008-08-09 | 2 | -22/+16 |
* | More range tests, which show that we do have a bug in the hwpf unicode support | Nick Burch | 2008-08-09 | 1 | -41/+146 |
* | More header and footer files, this time with unicode in it too | Nick Burch | 2008-08-09 | 2 | -0/+0 |
* | More tests to show that the range based stuff is working properly | Nick Burch | 2008-08-09 | 2 | -6/+213 |
* | Add lots more getters/setters for useful things to the FIB | Nick Burch | 2008-08-09 | 1 | -17/+112 |
* | Start to document the whole FIB stuff better | Nick Burch | 2008-08-09 | 6 | -11/+41 |
* | Prepare to change how we do ranges, to handle different kinds of text in the ... | Nick Burch | 2008-08-09 | 3 | -7/+181 |
* | More HWPF/XWPF sample header footer documents | Nick Burch | 2008-08-09 | 2 | -0/+0 |
* | More HWPF/XWPF sample header footer documents | Nick Burch | 2008-08-09 | 2 | -0/+0 |
* | Add several test word files with headers and footers | Nick Burch | 2008-08-09 | 12 | -0/+0 |
* | improved error message for FormulaParser when the formula has a leading equal... | Josh Micich | 2008-08-08 | 2 | -14/+27 |
* | Standardised toString methods on ScalarConstantPtg subclasses | Josh Micich | 2008-08-08 | 7 | -79/+49 |
* | Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ... | Josh Micich | 2008-08-08 | 5 | -62/+113 |
* | Finished extracting PageSettingsBlock logic from Sheet | Josh Micich | 2008-08-08 | 4 | -571/+399 |
* | Extracting PageSettingsBlock from Sheet | Josh Micich | 2008-08-08 | 8 | -326/+617 |
* | Converted RowRecordsAggregate to proper RecordAggregate | Josh Micich | 2008-08-08 | 7 | -226/+153 |
* | Consolidating ValueRecordsAggregate within RowRecordsAggregate | Josh Micich | 2008-08-07 | 12 | -1003/+756 |
* | Fix for bug 45582 - handle extra bytes after the EOFRecord | Josh Micich | 2008-08-07 | 18 | -497/+321 |