aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* reuse existing POIFS of hwpf document to preserve all OLE streamsSergey Vladimirov2011-08-117-67/+130
* dump OLE2 streamsSergey Vladimirov2011-08-111-0/+43
* fix issues related to document properties loading and savingSergey Vladimirov2011-08-119-868/+1223
* fix stylesheet savingSergey Vladimirov2011-08-111-51/+140
* fix document parts boundaries modifications on text changes (in FIB)Sergey Vladimirov2011-08-113-8/+60
* fixed missing ASF licence headersYegor Kozlov2011-08-1118-0/+288
* simplify HTML CSS creation codeSergey Vladimirov2011-08-093-44/+34
* update test case for 41898 issueSergey Vladimirov2011-08-091-20/+26
* rename emf_2003_image.doc to Bug41898.doc and move test to TestBugs classSergey Vladimirov2011-08-092-30/+34
* new word-to-text converter can handle OLE2 included objects, so issue 47731 i...Sergey Vladimirov2011-08-091-13/+4
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-0919-326/+901
* add Word-to-Text converterSergey Vladimirov2011-08-096-47/+584
* allow to disable document rebuilding and use it in HWPF ListerSergey Vladimirov2011-08-092-127/+189
* main() method seems never worked neither documented. removed.Sergey Vladimirov2011-08-091-37/+0
* restore (merge, cleanup and move to dev. package) XSLT utilities classes for ...Sergey Vladimirov2011-08-092-0/+364
* deprecate org.apache.poi.hdf packageSergey Vladimirov2011-08-0969-47/+69
* mak HWPFLister as (eternal) @BetaSergey Vladimirov2011-08-091-0/+2
* mark classes from org.apache.poi.hwpf.model (and subpackages) as @InternalSergey Vladimirov2011-08-0969-15/+167
* mark org.apache.poi.hwpf.converter classes as @BetaSergey Vladimirov2011-08-0912-0/+27
* mark org.apache.poi.hwpf.sprm package classes as @InternalSergey Vladimirov2011-08-0913-2/+28
* add non-deprecated method insertTableBefore to RangeSergey Vladimirov2011-08-092-13/+49
* add TestBugs to AllHWPFTestsSergey Vladimirov2011-08-092-2/+2
* backlink used doc's stringbuilder and singlenton TextPiece from TextPieceTableSergey Vladimirov2011-08-094-6/+92
* replace StringBuffer with StringBuilder in TextPieceSergey Vladimirov2011-08-096-18/+24
* extract Bugzilla tests from TestProblems into TestBugsSergey Vladimirov2011-08-092-418/+476
* fix javadoc encodingSergey Vladimirov2011-07-291-1/+1
* escherTertiaryOptRecord.lookup() added, thanks yegorSergey Vladimirov2011-07-291-2/+2
* fixed compilation errorsYegor Kozlov2011-07-291-2/+2
* expose additional shape propertiesSergey Vladimirov2011-07-282-31/+264
* add simpliest "escher" pictures support in Word-to-HTML and Word-to-FO conver...Sergey Vladimirov2011-07-2813-382/+771
* fix compilation errorSergey Vladimirov2011-07-281-10/+29
* fix escher info dumpSergey Vladimirov2011-07-281-7/+8
* add initial code for office drawings (and pictures saved as such drawings)Sergey Vladimirov2011-07-2816-261/+866
* rename fileManager variable of type PicturesManager to picturesManagerSergey Vladimirov2011-07-283-30/+31
* fix picture matching procedureSergey Vladimirov2011-07-282-20/+41
* Bug 47286 were fixed, update test caseSergey Vladimirov2011-07-281-28/+11
* simplify image processing interface for WordConverters, add PictureManager in...Sergey Vladimirov2011-07-287-115/+256
* output language in (Word) XSL FOSergey Vladimirov2011-07-273-1/+34
* fix 47286 - Word documents saves in wrong format if source contains form elem...Sergey Vladimirov2011-07-258-261/+293
* replace ComplexFileTable with single-element-one right after load; replace te...Sergey Vladimirov2011-07-2515-391/+323
* autoformat, sort members and cleanup codeSergey Vladimirov2011-07-251-217/+280
* move rebuild actions to new methods (in future - to new classes)Sergey Vladimirov2011-07-2510-102/+49
* fix array index out of bound exceptionSergey Vladimirov2011-07-251-1/+1
* update assertion in PAPBinTableSergey Vladimirov2011-07-252-53/+45
* fix: sort bookmarks start indicesSergey Vladimirov2011-07-251-0/+1
* correctly hangle out-of-boundaries cases for bookmarks and fields in Word-to-...Sergey Vladimirov2011-07-251-7/+18
* support text colors in Word-to-HTML and Word-to-FO convertersSergey Vladimirov2011-07-254-0/+62
* add Colorref structure and use it to store color information in CHP(X)Sergey Vladimirov2011-07-255-545/+783
* correctly handle overlapping fields and bookmarksSergey Vladimirov2011-07-251-1/+1
* add test case of processing of Bug47286.doc by Word-to-HTML converterSergey Vladimirov2011-07-251-0/+10