summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Sanity check the length, logging and truncating if too long, to avoid a Strin...Nick Burch2013-06-251-0/+11
* Fix the indenting to be consistent throughout the fileNick Burch2013-06-251-363/+362
* Add another record type to the "don't warn" list, and tidy up the code a litt...Nick Burch2013-06-251-14/+19
* fixed compatibility issues with JDK 1.5Yegor Kozlov2013-06-051-1/+15
* Unit test for bugs #54880 & #55030 - seems ok so farNick Burch2013-05-312-18/+83
* Fix bug #55001 - check for unicode text too (plus fix indents)Nick Burch2013-05-311-21/+26
* More on bug #54682 - check for the end offset overflowing tooNick Burch2013-05-291-3/+5
* Fix bug #54682 - UnhandledDataStructure should sanity check before allocating...Nick Burch2013-05-291-5/+18
* A bit more towards matching properties to chunksNick Burch2013-02-042-1/+37
* Continue with support for property lookups of chunksNick Burch2013-02-016-37/+118
* Start on decoding fixed sized HSMF properties, and linking the variable sized...Nick Burch2013-02-0111-41/+149
* Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNGYegor Kozlov2012-12-021-0/+31
* fixed missing licence headersYegor Kozlov2012-11-255-0/+80
* Bugzilla 54188 - Avoid NPE in PPT2PNGYegor Kozlov2012-11-252-0/+17
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-1614-19/+58
* fixed javadoc warningsYegor Kozlov2012-11-161-1/+2
* Bugzilla 54111 - Fixed extracting text from table cells in HSLFYegor Kozlov2012-11-072-2/+96
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-0614-160/+1161
* 52863 - add workaround for files with broken CHP SPRMsSergey Vladimirov2012-11-051-3/+25
* fix bug 53182 - Reading combined character styling and direct formatting of a...Sergey Vladimirov2012-11-055-67/+124
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-055-57/+101
* move test case for Bug 47563 to distinguish fileSergey Vladimirov2012-11-052-58/+86
* Add support for CHP SPRM sprmCFNoProof 0x875Sergey Vladimirov2012-11-051-2/+13
* update CHP type definition (all flags from grpfChp are supported now)Sergey Vladimirov2012-11-051-67/+557
* a bit more debug loggingSergey Vladimirov2012-11-051-0/+2
* Bug 53914 - TableRow#getTopBorder() return bottom's borderSergey Vladimirov2012-11-051-1/+1
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-1/+1
* Bug #53707: SlideShow.addPicture declares IOException but throws HSLFExceptionYegor Kozlov2012-10-261-6/+6
* Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-2413-33/+1030
* added missing licence headerYegor Kozlov2012-10-241-0/+18
* support links to slides in HSLFYegor Kozlov2012-10-244-2/+28
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-243-2/+7
* Bug #53784 - Partial support for fixed-length Outlook property values in HSMF...Nick Burch2012-10-158-9/+269
* Use a chunk that really isn't there, to avoid issues when we start to support...Nick Burch2012-10-151-4/+5
* Support output to a specified streamNick Burch2012-10-151-7/+11
* Bugzilla 53943 - added method processSymbol() to allow converting word symbolsYegor Kozlov2012-10-121-0/+13
* add 4th example file from Bug 53380Sergey Vladimirov2012-09-251-3/+11
* add safe path for documents with missing list informationSergey Vladimirov2012-09-231-7/+22
* fix LVL#xst definition and processingSergey Vladimirov2012-09-233-67/+162
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-1/+1
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-234-18/+35
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-237-271/+361
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-2310-346/+468
* +one more test file for Bug 53380Sergey Vladimirov2012-09-211-0/+8
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-114-30/+127
* Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-044-16/+92
* Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGFYegor Kozlov2012-07-257-70/+131
* Add some helper methods for working with attachmentsNick Burch2012-07-101-0/+33
* Provide one example of how PropertyValues can be encoded and decoded, rest st...Nick Burch2012-07-091-1/+45
* Start on the code to process properties, and wire it up. No properties readin...Nick Burch2012-07-089-90/+324