aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* 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
* correctly handle overlapping fields and bookmarksSergey Vladimirov2011-07-251-132/+175
* do not use block-inline property compactization in FO (result is a target to ...Sergey Vladimirov2011-07-251-96/+20
* compact similar CHPX after restoring bin tableSergey Vladimirov2011-07-251-1/+31
* add bookmarks dump feature to HWPFListerSergey Vladimirov2011-07-251-1/+30
* use autogenerated LFO type definitionSergey Vladimirov2011-07-242-85/+434
* new test case for 47731 issueSergey Vladimirov2011-07-241-0/+22
* Bug 44431 - HWPFDocument.write destroys fields - seems to be fixed some time ...Sergey Vladimirov2011-07-241-16/+12
* use new table streams and data streams after write()Sergey Vladimirov2011-07-241-6/+9
* store unknown structures offsets and sizes in FIBSergey Vladimirov2011-07-241-0/+8
* arrays shall be compared using Arrays.toString()Sergey Vladimirov2011-07-241-1/+3
* remove debug output codeSergey Vladimirov2011-07-231-2/+0
* move Field interface to usermodel and create Fields interface as user-friendl...Sergey Vladimirov2011-07-228-248/+427
* fix notes numbering and update test cases for Word-to-FO converterSergey Vladimirov2011-07-222-15/+23
* fix ArrayIndexOutOfBoundsExceptionSergey Vladimirov2011-07-221-1/+5
* do not allow two elements to have same IDs in result of Word-to-FO converterSergey Vladimirov2011-07-221-10/+43
* fix missing spacesSergey Vladimirov2011-07-221-1/+1
* Fix table processing. Spanned columns / different width / spanned rows are co...Sergey Vladimirov2011-07-223-103/+139
* fix: allow text breaks in table cells after Word-to-FO converterSergey Vladimirov2011-07-221-1/+2
* better processing of word tables in cases different rows have different cell ...Sergey Vladimirov2011-07-226-50/+149
* better error messageSergey Vladimirov2011-07-221-1/+1
* compact fo:inline's in FO output of Word-to-FO converterSergey Vladimirov2011-07-215-28/+77
* update TestWordToHtmlConverter tests (expected results)Sergey Vladimirov2011-07-211-6/+8
* nicer HTML for endnotes in Word-to-HTML converterSergey Vladimirov2011-07-211-0/+1
* more compact HTML in Word-to-HTML converterSergey Vladimirov2011-07-211-0/+28
* fix missing table borders in HTML in Word-to-HTML converterSergey Vladimirov2011-07-211-1/+4
* nicer HTML in Word-to-HTML converter for one-section documentSergey Vladimirov2011-07-211-0/+6
* better default css for endnotes in Word-to-HTML converterSergey Vladimirov2011-07-211-3/+7
* fix CSS for subscript/superscript in Word-to-HTML converterSergey Vladimirov2011-07-211-2/+2