| Commit message (Expand) | Author | Age | Files | Lines |
* | expose additional shape properties | Sergey Vladimirov | 2011-07-28 | 2 | -31/+264 |
* | add simpliest "escher" pictures support in Word-to-HTML and Word-to-FO conver... | Sergey Vladimirov | 2011-07-28 | 13 | -382/+771 |
* | fix compilation error | Sergey Vladimirov | 2011-07-28 | 1 | -10/+29 |
* | fix escher info dump | Sergey Vladimirov | 2011-07-28 | 1 | -7/+8 |
* | add initial code for office drawings (and pictures saved as such drawings) | Sergey Vladimirov | 2011-07-28 | 16 | -261/+866 |
* | rename fileManager variable of type PicturesManager to picturesManager | Sergey Vladimirov | 2011-07-28 | 3 | -30/+31 |
* | fix picture matching procedure | Sergey Vladimirov | 2011-07-28 | 2 | -20/+41 |
* | Bug 47286 were fixed, update test case | Sergey Vladimirov | 2011-07-28 | 1 | -28/+11 |
* | simplify image processing interface for WordConverters, add PictureManager in... | Sergey Vladimirov | 2011-07-28 | 7 | -115/+256 |
* | output language in (Word) XSL FO | Sergey Vladimirov | 2011-07-27 | 3 | -1/+34 |
* | fix 47286 - Word documents saves in wrong format if source contains form elem... | Sergey Vladimirov | 2011-07-25 | 8 | -261/+293 |
* | replace ComplexFileTable with single-element-one right after load; replace te... | Sergey Vladimirov | 2011-07-25 | 15 | -391/+323 |
* | autoformat, sort members and cleanup code | Sergey Vladimirov | 2011-07-25 | 1 | -217/+280 |
* | move rebuild actions to new methods (in future - to new classes) | Sergey Vladimirov | 2011-07-25 | 10 | -102/+49 |
* | fix array index out of bound exception | Sergey Vladimirov | 2011-07-25 | 1 | -1/+1 |
* | update assertion in PAPBinTable | Sergey Vladimirov | 2011-07-25 | 2 | -53/+45 |
* | fix: sort bookmarks start indices | Sergey Vladimirov | 2011-07-25 | 1 | -0/+1 |
* | correctly hangle out-of-boundaries cases for bookmarks and fields in Word-to-... | Sergey Vladimirov | 2011-07-25 | 1 | -7/+18 |
* | support text colors in Word-to-HTML and Word-to-FO converters | Sergey Vladimirov | 2011-07-25 | 4 | -0/+62 |
* | add Colorref structure and use it to store color information in CHP(X) | Sergey Vladimirov | 2011-07-25 | 5 | -545/+783 |
* | correctly handle overlapping fields and bookmarks | Sergey Vladimirov | 2011-07-25 | 1 | -1/+1 |
* | add test case of processing of Bug47286.doc by Word-to-HTML converter | Sergey Vladimirov | 2011-07-25 | 1 | -0/+10 |
* | correctly handle overlapping fields and bookmarks | Sergey Vladimirov | 2011-07-25 | 1 | -132/+175 |
* | do not use block-inline property compactization in FO (result is a target to ... | Sergey Vladimirov | 2011-07-25 | 1 | -96/+20 |
* | compact similar CHPX after restoring bin table | Sergey Vladimirov | 2011-07-25 | 1 | -1/+31 |
* | add bookmarks dump feature to HWPFLister | Sergey Vladimirov | 2011-07-25 | 1 | -1/+30 |
* | use autogenerated LFO type definition | Sergey Vladimirov | 2011-07-24 | 2 | -85/+434 |
* | new test case for 47731 issue | Sergey Vladimirov | 2011-07-24 | 1 | -0/+22 |
* | Bug 44431 - HWPFDocument.write destroys fields - seems to be fixed some time ... | Sergey Vladimirov | 2011-07-24 | 1 | -16/+12 |
* | use new table streams and data streams after write() | Sergey Vladimirov | 2011-07-24 | 1 | -6/+9 |
* | store unknown structures offsets and sizes in FIB | Sergey Vladimirov | 2011-07-24 | 1 | -0/+8 |
* | arrays shall be compared using Arrays.toString() | Sergey Vladimirov | 2011-07-24 | 1 | -1/+3 |
* | remove debug output code | Sergey Vladimirov | 2011-07-23 | 1 | -2/+0 |
* | move Field interface to usermodel and create Fields interface as user-friendl... | Sergey Vladimirov | 2011-07-22 | 8 | -248/+427 |
* | fix notes numbering and update test cases for Word-to-FO converter | Sergey Vladimirov | 2011-07-22 | 2 | -15/+23 |
* | fix ArrayIndexOutOfBoundsException | Sergey Vladimirov | 2011-07-22 | 1 | -1/+5 |
* | do not allow two elements to have same IDs in result of Word-to-FO converter | Sergey Vladimirov | 2011-07-22 | 1 | -10/+43 |
* | fix missing spaces | Sergey Vladimirov | 2011-07-22 | 1 | -1/+1 |
* | Fix table processing. Spanned columns / different width / spanned rows are co... | Sergey Vladimirov | 2011-07-22 | 3 | -103/+139 |
* | fix: allow text breaks in table cells after Word-to-FO converter | Sergey Vladimirov | 2011-07-22 | 1 | -1/+2 |
* | better processing of word tables in cases different rows have different cell ... | Sergey Vladimirov | 2011-07-22 | 6 | -50/+149 |
* | better error message | Sergey Vladimirov | 2011-07-22 | 1 | -1/+1 |
* | compact fo:inline's in FO output of Word-to-FO converter | Sergey Vladimirov | 2011-07-21 | 5 | -28/+77 |
* | update TestWordToHtmlConverter tests (expected results) | Sergey Vladimirov | 2011-07-21 | 1 | -6/+8 |
* | nicer HTML for endnotes in Word-to-HTML converter | Sergey Vladimirov | 2011-07-21 | 1 | -0/+1 |
* | more compact HTML in Word-to-HTML converter | Sergey Vladimirov | 2011-07-21 | 1 | -0/+28 |
* | fix missing table borders in HTML in Word-to-HTML converter | Sergey Vladimirov | 2011-07-21 | 1 | -1/+4 |
* | nicer HTML in Word-to-HTML converter for one-section document | Sergey Vladimirov | 2011-07-21 | 1 | -0/+6 |
* | better default css for endnotes in Word-to-HTML converter | Sergey Vladimirov | 2011-07-21 | 1 | -3/+7 |
* | fix CSS for subscript/superscript in Word-to-HTML converter | Sergey Vladimirov | 2011-07-21 | 1 | -2/+2 |