aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* #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-138-18/+18
* findbugs - DM_BOXED_PRIMITIVE_...Andreas Beeker2015-08-132-2/+2
* #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methodsNick Burch2015-08-121-10/+28
* 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
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex...Dominik Stadler2015-08-113-3/+57
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0918-293/+743
* 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
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-072-18/+38
* Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i...David North2015-08-061-1/+5
* 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-052-40/+40
* Stub next testNick Burch2015-08-041-4/+11
* Use an enum to simplify the themes code and testsNick Burch2015-08-042-45/+53
* 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
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-031-5/+5
* Javadoc fixesAndreas Beeker2015-08-031-7/+1
* gump build fixing - move system properties tinkering into junit classAndreas Beeker2015-08-031-13/+7
* Trying to fix the wrong xmlinputfactory on gump runAndreas Beeker2015-08-021-0/+19
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-028-257/+204
* Use the same "is this a formula" logic for both getCellType and getCachedForm...Nick Burch2015-08-011-5/+9
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-012-15/+22
* Unit test for bug #57181Nick Burch2015-08-011-0/+9
* Re-enable some SXSSF skipped tests, but not all, for our limited evaluation s...Nick Burch2015-07-312-19/+9
* Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...Nick Burch2015-07-314-52/+54
* Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides...Nick Burch2015-07-313-187/+228
* More helpful exception on the wrong cell typeNick Burch2015-07-311-6/+6
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-318-44/+89