summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* javadoc fixes (jdk8)Andreas Beeker2016-06-221-8/+1
* findbugs fixesAndreas Beeker2016-06-202-14/+21
* Regression fixesAndreas Beeker2016-06-191-7/+10
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-192-4/+12
* findbugs fixes - ME_MUTABLE_ENUM_FIELDAndreas Beeker2016-06-193-11/+11
* findbugs: remove uncalled private methodsJaven O'Neal2016-06-171-98/+0
* bug 59170: remove deprecated constructors in o.a.p.hwpf.usermodel.ParagraphJaven O'Neal2016-06-171-39/+0
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.Pictures methods; add versi...Javen O'Neal2016-06-172-49/+8
* bug 59170: remove or privatize deprecated methods in o.a.p.hwpf.usermodel.Ran...Javen O'Neal2016-06-171-81/+56
* remove deprecated o.a.p.hwpf.usermodel.Shapes (replaced by OfficeDrawing in P...Javen O'Neal2016-06-175-239/+0
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.ListEntry constructor and m...Javen O'Neal2016-06-171-13/+0
* bug 59170: remove deprecated WordExtractor constructor; add version when depr...Javen O'Neal2016-06-172-13/+42
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#clonePropertiesJaven O'Neal2016-06-171-13/+0
* bug 59170: add version when deprecatedJaven O'Neal2016-06-171-3/+5
* bug 59170: remove deprecated HSLF and HWPF methodsJaven O'Neal2016-06-177-67/+2
* bug 59170: remove deprecated o.a.p.hdgf.HDGFDiagram constructorJaven O'Neal2016-06-172-14/+0
* whitespace (3 spaces to tab)Javen O'Neal2016-06-172-18/+18
* whitespace (2 spaces or tabs to 4 spaces)Javen O'Neal2016-06-155-633/+634
* bug 59170: remove deprecated writeTo method in @Internal PAPBinTableJaven O'Neal2016-06-152-16/+4
* whitespace (2 spaces to 4 spaces)Javen O'Neal2016-06-151-130/+129
* remove deprecated constructor for @Internal PAPBinTableJaven O'Neal2016-06-151-15/+2
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-1519-27/+27
* findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warningsJaven O'Neal2016-06-131-2/+2
* whitespaceJaven O'Neal2016-06-131-1/+1
* findbugs fixesAndreas Beeker2016-06-124-16/+19
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-042-54/+110
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-022-10/+4
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-16/+33
* findbugs fixesAndreas Beeker2016-05-201-2/+2
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-162-127/+43
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-161-3/+7
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-136-154/+153
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-5/+41
* whitespaceJaven O'Neal2016-04-171-114/+114
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-0/+4
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-0/+1
* add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) b...Javen O'Neal2016-04-121-8/+15
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-101-7/+25
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0612-23/+18
* Add missing license headerDominik Stadler2016-04-061-0/+18
* Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test...Dominik Stadler2016-04-063-19/+81
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-053-25/+28
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-2/+2
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-2/+2
* sonar fixesAndreas Beeker2016-03-281-1/+1
* findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLEAndreas Beeker2016-03-215-7/+10
* findbugs fixes - RR_NOT_CHECKEDAndreas Beeker2016-03-2111-57/+52
* sonar fixesAndreas Beeker2016-03-162-9/+9
* findbugs fixesAndreas Beeker2016-03-163-3/+6
* sonar fixesAndreas Beeker2016-03-161-12/+21