summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Potential NPE in PPExtractor; found while working on TIKA-1171Tim Allison2013-09-271-3/+5
* POI-54722 table text in ppt filesTim Allison2013-09-272-0/+42
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-041-0/+9
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-262-12/+40
* More unit tests for the HSMF fixed sized property values (a few still remain ...Nick Burch2013-06-261-7/+63
* Make the fixed sized properties parser more flexible in the face of slightly ...Nick Burch2013-06-262-4/+32
* Dig out the normal type for some more common propertiesNick Burch2013-06-261-4/+4
* Support decoding a few more property typesNick Burch2013-06-262-1/+42
* More friendly output of byte arrays for property values in HSMFDumpNick Burch2013-06-262-1/+46
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
* Fix inconsistent whitespace in HSMF filesNick Burch2013-06-267-168/+165
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-266-72/+21
* 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