summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* More work understanding hpbfNick Burch2008-08-172-6/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686628 13f79535-47bb-0310-9956-ffa450edef68
* More work understanding hpbfNick Burch2008-08-172-6/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686625 13f79535-47bb-0310-9956-ffa450edef68
* More work understanding hpbfNick Burch2008-08-173-2/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686624 13f79535-47bb-0310-9956-ffa450edef68
* Few little tweaks to dev helpersNick Burch2008-08-172-10/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686621 13f79535-47bb-0310-9956-ffa450edef68
* Start on a HPBF dumperNick Burch2008-08-151-0/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686290 13f79535-47bb-0310-9956-ffa450edef68
* More sample hpbf docs, with a descriptionNick Burch2008-08-154-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686278 13f79535-47bb-0310-9956-ffa450edef68
* Add sample publisher files from bug #45602 to svnNick Burch2008-08-152-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686207 13f79535-47bb-0310-9956-ffa450edef68
* More for bug #45623 - Support for additional HSSF header and footer fields, ↵Nick Burch2008-08-144-7/+51
| | | | | | including bold and full file path git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686053 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45623 - Support stripping HSSF header and footer fields (eg page ↵Nick Burch2008-08-144-37/+146
| | | | | | number) out of header and footer text if required git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686046 13f79535-47bb-0310-9956-ffa450edef68
* Refactor header/footer stuff to remove duplicationNick Burch2008-08-143-390/+202
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686036 13f79535-47bb-0310-9956-ffa450edef68
* Update changelogNick Burch2008-08-122-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685284 13f79535-47bb-0310-9956-ffa450edef68
* Add HWPF support for stripping out fields (eg macros), and make this ↵Nick Burch2008-08-127-3/+162
| | | | | | optionally happen always for headers and footers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685283 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo in the file name, and add a generic method to POITextExtractor to ↵Nick Burch2008-08-127-14/+37
| | | | | | get the appropriate metadata text extractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685267 13f79535-47bb-0310-9956-ffa450edef68
* Few documentation updates for recent new codeNick Burch2008-08-122-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685263 13f79535-47bb-0310-9956-ffa450edef68
* New HPSF based TextExtractor for document metadata, ↵Nick Burch2008-08-129-1/+293
| | | | | | org.apache.poi.hpsf.extractor.HPFSPropertiesExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685260 13f79535-47bb-0310-9956-ffa450edef68
* Properly update the array of Slide's text runs in HSLF when new text shapes ↵Yegor Kozlov2008-08-127-28/+88
| | | | | | are added git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685064 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007Yegor Kozlov2008-08-1213-67/+533
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685054 13f79535-47bb-0310-9956-ffa450edef68
* Finally get all HWPF tests to pass again, by working around how evil ↵Nick Burch2008-08-1119-48/+216
| | | | | | PAPX/CHPX/SEPX byte references are git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684986 13f79535-47bb-0310-9956-ffa450edef68
* initial work on supporting calls to add-in functionsJosh Micich2008-08-1117-687/+796
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684971 13f79535-47bb-0310-9956-ffa450edef68
* Get insert based HWPF tests working fine, delete ones still problematicNick Burch2008-08-1110-83/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684959 13f79535-47bb-0310-9956-ffa450edef68
* CHPXs and PAPXs are apparently cp based, but are really byte based! Work ↵Nick Burch2008-08-1117-83/+321
| | | | | | around this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684939 13f79535-47bb-0310-9956-ffa450edef68
* Refinements to fix for bug 45126. Excel does not produce any records like ↵Josh Micich2008-08-117-1068/+1050
| | | | | | 'Excel_Name_Record_Titles_*' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684938 13f79535-47bb-0310-9956-ffa450edef68
* deleted obsolete comment (should have been done in c669809)Josh Micich2008-08-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684884 13f79535-47bb-0310-9956-ffa450edef68
* Remove random un-used import that makes gump unhappyNick Burch2008-08-101-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684454 13f79535-47bb-0310-9956-ffa450edef68
* Disable a few HWPF tests that aren't working while the unicode/paragraph bug ↵Nick Burch2008-08-094-4/+12
| | | | | | is outstanding git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684370 13f79535-47bb-0310-9956-ffa450edef68
* Add header/footer support to HWPF WordExtractorNick Burch2008-08-094-0/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684362 13f79535-47bb-0310-9956-ffa450edef68
* Tests to show that header stuff all works rightNick Burch2008-08-091-0/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684355 13f79535-47bb-0310-9956-ffa450edef68
* Start on headers/footers supportNick Burch2008-08-095-3/+277
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684349 13f79535-47bb-0310-9956-ffa450edef68
* Improve FIB updating on range changes, and add passing tests for non unicode ↵Nick Burch2008-08-094-15/+162
| | | | | | paragraph properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684336 13f79535-47bb-0310-9956-ffa450edef68
* Get most of the hwpf tests passing againNick Burch2008-08-097-16/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684322 13f79535-47bb-0310-9956-ffa450edef68
* added getRowIndex() to HSSFCell, deprecated HSSFFormulaEvaluator.setCurrentRow()Josh Micich2008-08-0921-579/+441
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684321 13f79535-47bb-0310-9956-ffa450edef68
* Big big unicode rationalisation in text piece codeNick Burch2008-08-096-113/+269
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684319 13f79535-47bb-0310-9956-ffa450edef68
* Converted rows map within HSSFSheet to use Integer keysJosh Micich2008-08-092-22/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684318 13f79535-47bb-0310-9956-ffa450edef68
* More range tests, which show that we do have a bug in the hwpf unicode supportNick Burch2008-08-091-41/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684309 13f79535-47bb-0310-9956-ffa450edef68
* More header and footer files, this time with unicode in it tooNick Burch2008-08-092-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684302 13f79535-47bb-0310-9956-ffa450edef68
* More tests to show that the range based stuff is working properlyNick Burch2008-08-092-6/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684299 13f79535-47bb-0310-9956-ffa450edef68
* Add lots more getters/setters for useful things to the FIBNick Burch2008-08-091-17/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684293 13f79535-47bb-0310-9956-ffa450edef68
* Start to document the whole FIB stuff betterNick Burch2008-08-096-11/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684287 13f79535-47bb-0310-9956-ffa450edef68
* Prepare to change how we do ranges, to handle different kinds of text in the ↵Nick Burch2008-08-093-7/+181
| | | | | | cp area git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684282 13f79535-47bb-0310-9956-ffa450edef68
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684256 13f79535-47bb-0310-9956-ffa450edef68
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684255 13f79535-47bb-0310-9956-ffa450edef68
* Add several test word files with headers and footersNick Burch2008-08-0912-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684223 13f79535-47bb-0310-9956-ffa450edef68
* improved error message for FormulaParser when the formula has a leading ↵Josh Micich2008-08-082-14/+27
| | | | | | equals sign git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684075 13f79535-47bb-0310-9956-ffa450edef68
* Standardised toString methods on ScalarConstantPtg subclassesJosh Micich2008-08-087-79/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684067 13f79535-47bb-0310-9956-ffa450edef68
* Patch 45577 - Added implementations for Excel functions NOW and TODAY, added ↵Josh Micich2008-08-085-62/+113
| | | | | | property getters to HSSFConditionalFormattingRule git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683901 13f79535-47bb-0310-9956-ffa450edef68
* Finished extracting PageSettingsBlock logic from SheetJosh Micich2008-08-084-571/+399
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683880 13f79535-47bb-0310-9956-ffa450edef68
* Extracting PageSettingsBlock from SheetJosh Micich2008-08-088-326/+617
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683871 13f79535-47bb-0310-9956-ffa450edef68
* Converted RowRecordsAggregate to proper RecordAggregateJosh Micich2008-08-087-226/+153
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683788 13f79535-47bb-0310-9956-ffa450edef68
* Consolidating ValueRecordsAggregate within RowRecordsAggregateJosh Micich2008-08-0712-1003/+756
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683758 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-0718-497/+321
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@683706 13f79535-47bb-0310-9956-ffa450edef68