aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-2931-278/+3097
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...Nick Burch2011-07-284-1/+56
* expose additional shape propertiesSergey Vladimirov2011-07-282-31/+264
* update EcherContainerRecord.toString() test caseSergey Vladimirov2011-07-281-26/+28
* 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
* child of ContainerRecord is not only SpContainer; use generics to preserve so...Sergey Vladimirov2011-07-282-10/+18
* Bug 51548 - added the handler in the antlib.xml. Add more substantial javado...Jon Svede2011-07-282-0/+16
* add initial code for office drawings (and pictures saved as such drawings)Sergey Vladimirov2011-07-2817-261/+940
* add additional escher properties names from 2.3.4. Group ShapeSergey Vladimirov2011-07-281-9/+56
* make EscherContainerRecord.toString() indent children even if they don't supp...Sergey Vladimirov2011-07-281-28/+20
* add EscherTertiaryOptRecord supportSergey Vladimirov2011-07-282-5/+118
* fix generics compiler warningsSergey Vladimirov2011-07-281-19/+16
* 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
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-2513-22/+461
* 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
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-0/+24
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-2/+2
* 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-256-546/+785
* mark autogenerated methods as internal, but leave them as publicSergey Vladimirov2011-07-251-1/+11
* 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-243-85/+485
* 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-242-16/+13
* 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
* renamed CalculateMortgage to CalculateMortgageFunction in test build script t...Yegor Kozlov2011-07-231-1/+1
* 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