aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* FindBugs - DMI_INVOKING_TOSTRING_ON_ARRAYAndreas Beeker2015-08-151-1/+1
* FindBugs - BX_UNBOXING_IMMEDIATELY_REBOXEDAndreas Beeker2015-08-151-2/+2
* FindBugs - BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCIONAndreas Beeker2015-08-152-2/+2
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-1534-1551/+139
* Bigger warnings that new users should use SXSSF, and not mess around with the...Nick Burch2015-08-151-8/+17
* Remove catches which were previously incorrectly declared when not neededNick Burch2015-08-131-37/+29
* #58237 When adding a picture to a XWPF header or footer, attach it to the rig...Nick Burch2015-08-133-16/+26
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-135-8/+99
* Fix inconsistent line endings and some eclipse warningsNick Burch2015-08-1314-1228/+1219
* findbugs - DM_NUMBER_CTORAndreas Beeker2015-08-1310-20/+20
* findbugs - DM_BOXED_PRIMITIVE_...Andreas Beeker2015-08-133-3/+3
* Common stress test for X/HSLF and a few bug fixesAndreas Beeker2015-08-138-76/+182
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9
* Fix inconsistent whitespace/indentsNick Burch2015-08-121-392/+388
* Continue with 55747 / 55324 testingNick Burch2015-08-121-26/+54
* More tests for 55747 / 55324Nick Burch2015-08-121-11/+123
* Note on argumentsNick Burch2015-08-121-2/+9
* Javadoc updates, and fix warningNick Burch2015-08-121-3/+4
* #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methodsNick Burch2015-08-122-15/+38
* Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ...Nick Burch2015-08-111-4/+15
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-114-9/+79
* Fix integration test for OPCPackageDominik Stadler2015-08-111-3/+1
* Bring over some fixes from XSSFSheetXMLHandler, and note that in the javadocsNick Burch2015-08-111-13/+22
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex...Dominik Stadler2015-08-115-5/+134
* clamp (h)sl valuesAndreas Beeker2015-08-111-9/+4
* Provide more output when failing range-checks on HSL2RGB-constructionDominik Stadler2015-08-102-6/+5
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0938-509/+1242
* Complete theme colour testsNick Burch2015-08-091-1/+34
* Get theme and non-theme rows consistent in the test fileNick Burch2015-08-091-20/+17
* Begin Themes+Normal colour testsNick Burch2015-08-091-2/+59
* Fix the themes test for the complex workbookNick Burch2015-08-091-9/+7
* Added Siddharths ExcelComparatorAndreas Beeker2015-08-081-0/+1348
* add ASL headerAndreas Beeker2015-08-071-0/+16
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-072-18/+38
* Make it a complete sentence.David North2015-08-061-0/+2
* Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i...David North2015-08-062-1/+62
* Proposed refactor for:David North2015-08-061-8/+12
* #57786 - XSLFFreeformShape ignores quadratic bezier curvesAndreas Beeker2015-08-051-2/+21
* #58206 - provide a mechanism to find slide layouts by nameAndreas Beeker2015-08-053-11/+83
* #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun...Andreas Beeker2015-08-054-48/+44
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-053-3/+33
* Stub next testNick Burch2015-08-041-4/+11
* Use an enum to simplify the themes code and testsNick Burch2015-08-042-45/+53
* Findbugs fixes for DMI_INVOKING_TOSTRING_ON_ARRAYAndreas Beeker2015-08-0412-98/+116
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-042-18/+28
* move setting of xmlinputfactory from junit to gump-meta/poi.xmlAndreas Beeker2015-08-041-11/+11
* Further XSSF Themes unit testingNick Burch2015-08-042-29/+111
* Consistent indent between font and pattern CF formatting toString indentNick Burch2015-08-041-2/+2
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-035-12/+12
* Javadoc fixesAndreas Beeker2015-08-033-10/+4