summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+35
* bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink r...Javen O'Neal2017-07-101-1/+11
* whitespaceJaven O'Neal2017-07-101-2/+2
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-1/+9
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-081-11/+16
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-301-8/+22
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-1/+0
* Remove some deprecated *SSF APIsPJ Fanning2017-06-282-23/+3
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-1/+2
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-146-342/+264
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-112/+91
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-091-2/+18
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-0627-225/+156
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-063-215/+378
* fix eclipse resource leak warningsAndreas Beeker2017-05-3121-261/+264
* SonarQube fixes - close resourcesAndreas Beeker2017-05-311-7/+9
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-164-14/+15
* Javadoc fixesNick Burch2017-05-161-4/+2
* github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks...Javen O'Neal2017-05-161-2/+39
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-142-4/+4
* SonarQube fixesAndreas Beeker2017-05-034-23/+35
* Reverted DocumentSummary hack in codepage guessing codeAndreas Beeker2017-05-021-30/+1
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-206-22/+25
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-194-69/+61
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1722-32/+32
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-172-12/+21
* findbugs fixesAndreas Beeker2017-04-171-13/+14
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-151-8/+5
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
* Javadoc fixesNick Burch2017-04-051-1/+1
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-051-8/+0
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-056-27/+10
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0417-62/+821
* Fix typo to "length", closes #51Dominik Stadler2017-03-191-8/+8
* Bug 60795 -- fixed deprecation, thanks to Javen.Tim Allison2017-03-011-2/+5
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageC...Tim Allison2017-03-012-5/+70
* Metro shapes: integration test regression on empty paragraphsAndreas Beeker2017-02-141-3/+7
* Generics fix for metro shapesAndreas Beeker2017-02-132-3/+3
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-132-3/+20
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-121-20/+157
* SonarQube fixes and removed redundant logger level checks, for simple String ...Andreas Beeker2017-02-111-61/+76
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0871-17765/+17765
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0819-535/+634
* Revert previous changes enough to restore the case in the commoncrawl-corpus ...Dominik Stadler2017-02-051-0/+7
* Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmedDominik Stadler2017-02-051-58/+54