aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Removed HDF APIAndreas Beeker2015-09-283-14/+18
* Sonar fixesAndreas Beeker2015-09-271-2/+2
* - a few findbugs/sonar fixesAndreas Beeker2015-09-235-183/+2
* Make XSSF and HSSF consistent in getMergedRegions - return empty list if ther...David North2015-09-232-4/+9
* Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage...Dominik Stadler2015-09-221-3/+5
* removed common sl pathAndreas Beeker2015-09-211-298/+0
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2116-87/+350
* Bug 58333: Apply patch to verify behavior on row-index before and after the l...Dominik Stadler2015-09-202-0/+11
* Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out infor...Dominik Stadler2015-09-201-10/+30
* close resources in junit testsAndreas Beeker2015-09-203-35/+64
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-205-66/+154
* Apply patch from bug 57890 to add support for different datatypes in XSSFImpo...Dominik Stadler2015-09-172-10/+117
* Javadoc fixesNick Burch2015-09-171-6/+5
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-175-15/+264
* Update javadoc for bug 56129Dominik Stadler2015-09-132-0/+14
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-0/+3
* Verify that bug 55406 can be closed WORKSFORMEDominik Stadler2015-09-131-0/+27
* Add test case for bug 54399Dominik Stadler2015-09-131-0/+16
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-136-277/+243
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-124-14/+37
* forbidden apis fixes - a few DateFormat clean ups ...Andreas Beeker2015-09-094-3/+10
* Bug 58326 - Forbidden APIs patches - second set of changes for charset settingsAndreas Beeker2015-09-082-1/+6
* forbidden apis fixesAndreas Beeker2015-09-071-4/+5
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-0717-677/+811
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-14/+14
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-052-0/+26
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-035-22/+35
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-032-6/+17
* Add unit test which verifies that bug 53105 is actually fixed nowDominik Stadler2015-09-031-0/+17
* Add unit tests to verify that bug 51626 and bug 51451 are fixedDominik Stadler2015-09-031-1/+46
* Add unit tests which verify that the issues from bug 48962 and 50755 do not o...Dominik Stadler2015-09-031-0/+42
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-016-14/+22
* Fix some Forbidden APIs errorsNick Burch2015-09-012-7/+9
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-263-3/+49
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-2423-65/+140
* Tweak error message to make clear that we really need a file showing the problemNick Burch2015-08-241-1/+1
* Javadoc tweakNick Burch2015-08-241-2/+2
* Reduce required memory in tests by not actually creating all the rows/cells w...Dominik Stadler2015-08-241-8/+10
* Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close...Dominik Stadler2015-08-201-14/+72
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix...Dominik Stadler2015-08-192-3/+9
* Adjust excludes to make the output a bit cleaner in OOXMLLite and also look i...Dominik Stadler2015-08-191-1/+13
* Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part.David North2015-08-192-7/+33
* * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh...Dominik Stadler2015-08-193-6/+39
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi...David North2015-08-191-0/+26
* Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum...Dominik Stadler2015-08-172-2/+3
* Try to make Sonar builds run again: add missing dependency, add ooxml-schema-...Dominik Stadler2015-08-163-18/+36
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-155-1345/+11
* Remove catches which were previously incorrectly declared when not neededNick Burch2015-08-131-37/+29