summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more progress with XSLF: made some methods publis as suggested on poi-dev, mo...Yegor Kozlov2011-11-2418-89/+547
* added missing definition of the upArrow shape, moved support for line decorat...Yegor Kozlov2011-11-217-311/+313
* fixed TestXSLFTextParagraph that failed when the Arial font was not availableYegor Kozlov2011-11-201-4/+26
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-195-10/+23
* avoid exception when breaking text with a trailing newlineYegor Kozlov2011-11-192-3/+65
* Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide Yegor Kozlov2011-11-174-13/+26
* misc improvements in text rendering in xlsfYegor Kozlov2011-11-179-55/+273
* Patch from bug #52190 - null check on XWPF setFontFamilyNick Burch2011-11-163-2/+2
* more progress with PPTX2PNGYegor Kozlov2011-11-1432-158/+243
* improved rendering of indented text in XSLF, also improved import content fro...Yegor Kozlov2011-11-1014-84/+695
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-0713-4/+599
* Bugzilla 52062: ensure that temporary files in SXSSF are deleted Yegor Kozlov2011-11-073-20/+39
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-0755-985/+2233
* update test caseSergey Vladimirov2011-10-301-2/+2
* different workarounds for old Word formatSergey Vladimirov2011-10-307-16/+55
* Fix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures(...Sergey Vladimirov2011-10-303-28/+62
* fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBoundsSergey Vladimirov2011-10-304-17/+19
* fix additional issue found in bug 52032, add test filesSergey Vladimirov2011-10-293-63/+117
* update list types definitions using new Grfhic classSergey Vladimirov2011-10-2914-271/+585
* fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken...Sergey Vladimirov2011-10-293-0/+13
* replace exception with warningSergey Vladimirov2011-10-292-14/+18
* more progress with PPTX2PNG: support for gradient and texture fill, also refa...Yegor Kozlov2011-10-2838-469/+1183
* keep javac on JDK 1.5 quietYegor Kozlov2011-10-275-11/+11
* compact cssSergey Vladimirov2011-10-271-9/+9
* ability to change CSS building procedureSergey Vladimirov2011-10-271-12/+23
* ability to extends documents facadesSergey Vladimirov2011-10-275-16/+37
* fix dead field structure boundariesSergey Vladimirov2011-10-261-4/+6
* add TOC supportSergey Vladimirov2011-10-261-29/+34
* ability to customize Excel-to-HTML CSS prefixesSergey Vladimirov2011-10-261-7/+60
* add TOC supportSergey Vladimirov2011-10-261-31/+127
* support for preset shape geometries in xslfYegor Kozlov2011-10-2642-709/+2195
* restore JDK5 compatibilitySergey Vladimirov2011-10-241-8/+8
* distinguish physical number of rows and last row numberSergey Vladimirov2011-10-242-2/+2
* more progress with PPTX2PNGYegor Kozlov2011-10-248-88/+316
* explicitly convert to float for JDK 5Sergey Vladimirov2011-10-231-10/+9
* undeprecate get*() methods with 0 offsetSergey Vladimirov2011-10-231-9/+53
* additional safety belts to handle broken filesSergey Vladimirov2011-10-221-4/+8
* adding safety belts for property type 0x0100 and other unknown typesSergey Vladimirov2011-10-221-26/+8
* some files has strange property values... try to handle them.Sergey Vladimirov2011-10-222-3/+48
* add license header; organize importsSergey Vladimirov2011-10-2213-20/+225
* rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...Sergey Vladimirov2011-10-223-178/+301
* values in vector not paddedSergey Vladimirov2011-10-221-1/+2
* replace exception with warningSergey Vladimirov2011-10-221-4/+18
* accept java stringSergey Vladimirov2011-10-221-3/+17
* replace exception with warningSergey Vladimirov2011-10-221-6/+17
* fix type definitionSergey Vladimirov2011-10-221-5/+42
* fix NPESergey Vladimirov2011-10-221-3/+2
* remove unusedSergey Vladimirov2011-10-211-43/+0
* add classes that will replace VariantSupport class just a bit laterSergey Vladimirov2011-10-2117-0/+769
* it's better to always specify offset for write and reading operationsSergey Vladimirov2011-10-211-1/+16