summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* #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
* Fix for Softmaker Office files, which set encryption settings invalidlyAndreas Beeker2016-03-161-1/+6
* HSLF: Add support for system colorsAndreas Beeker2016-03-144-6/+192
* sonar fixAndreas Beeker2016-03-131-31/+34
* Fix bug 56549: correctly calculate char index ranges for HWPF in the TextPiec...Dominik Stadler2016-03-122-20/+84
* sonar fixesAndreas Beeker2016-03-111-3/+2
* sonar fixesAndreas Beeker2016-03-102-7/+6
* Comment and Javadoc updatesNick Burch2016-03-011-10/+23
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-293-3/+31
* find bugs fix - WMF_HEADER_MAGIC isn't final but should beAndreas Beeker2016-02-281-1/+1
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-2429-265/+1042
* Javadoc fixesNick Burch2016-02-181-1/+1
* Bug 56880 - switch exception to logged warning that non-extended pascal strin...Tim Allison2016-02-041-249/+258
* add an ignored test for bug 58804Dominik Stadler2016-01-252-2/+48
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-2413-339/+522
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-181-1/+1
* BugFix: wrong hyperlink record added - used child instead of parent record Andreas Beeker2016-01-161-1/+1
* Fix NPE when calling HSLFTextRun.setHorizontalCentered()Andreas Beeker2016-01-161-1/+1
* #56004 - Support for WMF renderingAndreas Beeker2016-01-165-25/+146
* Fix a NullPointerException that occurs with some PPTs now but did not in POI ...Dominik Stadler2016-01-131-1/+8
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-9/+3
* Javadocs fixesAndreas Beeker2016-01-131-1/+1
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-1213-221/+363
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-109-75/+49
* WMF fixesAndreas Beeker2016-01-1012-235/+682
* POI-58822 switch printStackTrace for actual log msg. Should probably open se...Tim Allison2016-01-081-1/+3