summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* In preparation for reading the HSMF __properties stream, improve the Types su...Nick Burch2012-07-0818-222/+358
* set line color in draw command in PPGraphics2D.javaYegor Kozlov2012-05-301-0/+3
* Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the desc...Nick Burch2012-05-012-0/+35
* unit test for #52991 (unexpected end of ZLIB input stream)Maxim Valyanskiy2012-03-271-1/+16
* HWPF: fix NPE when reading paragraph propertiesMaxim Valyanskiy2012-03-272-2/+2
* #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPTMaxim Valyanskiy2012-03-271-1/+4
* small fic to prevent NPE when iterating over shape attributes in HSLFYegor Kozlov2012-03-111-2/+3
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-0522-35/+0
* bugzilla 52682 - allow setting text with trailing carriage return in HSLFYegor Kozlov2012-03-012-8/+2
* bugzilla 52244 - use correct text attributes when presentation has multiple T...Yegor Kozlov2012-03-012-1/+19
* Bugzilla 52078 - avoid OutOfMemoryError when rendering groupped pictures in H...Yegor Kozlov2012-02-252-15/+29
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-223-2/+23
* Bugzilla 52598 - respect slide background when rendering slides in HSLFYegor Kozlov2012-02-221-1/+4
* Bugzilla 51731 - fixed painting shape outlines in HSLFYegor Kozlov2012-02-224-43/+101
* Fix bug #52664 - MAPIMessage may not always have name chunks when checking fo...Nick Burch2012-02-151-4/+8
* Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverterYegor Kozlov2012-02-151-1/+1
* Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts...Nick Burch2012-02-141-0/+5
* Fix generics warningsNick Burch2011-12-281-2/+2
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
* fixed javadoc warningsYegor Kozlov2011-12-098-9/+9
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-093-1/+64
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-051-1/+17
* Restore HWPF support for inline Escher images (stored in Escher rather than d...Nick Burch2011-11-283-37/+42
* Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide Yegor Kozlov2011-11-173-13/+25
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-073-1/+54
* 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-302-28/+60
* fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBoundsSergey Vladimirov2011-10-303-17/+18
* 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-299-248/+476
* fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken...Sergey Vladimirov2011-10-292-0/+12
* 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
* distinguish physical number of rows and last row numberSergey Vladimirov2011-10-242-2/+2
* Patch from bug #51566 - HSLF fix for finishing parsing the picture stream on ...Nick Burch2011-10-151-0/+5
* Apply patch from bug #51974 - Avoid HWPF issue when identifying the picture typeNick Burch2011-10-151-2/+6
* Apply patch from bug #52035 - Fix signed issue with very large word 6 filesNick Burch2011-10-152-2/+2
* add picture height / width to PicturesManager argumentsSergey Vladimirov2011-10-091-3/+2
* add picture height / width to PicturesManager argumentsSergey Vladimirov2011-10-096-82/+90
* Fix typo, leave the old version there deprecated for nowNick Burch2011-10-063-3/+7
* Follow on for bug #51873 - may have another _ on the endNick Burch2011-10-051-1/+2
* always pad properties to 4 bytesSergey Vladimirov2011-10-021-0/+19
* correctly save PlfLst Sergey Vladimirov2011-10-026-178/+591
* handle bullets lists correctly (i hope)Sergey Vladimirov2011-10-011-33/+70