aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* forbidden apis fixesAndreas Beeker2015-09-071-4/+5
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-078-17/+22
* Bug 58315: Avoid NPE for RichTextString without font-detailsDominik Stadler2015-09-051-0/+5
* Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall...Dominik Stadler2015-09-033-15/+15
* Fix bug 53275: reset indexed color flag when setting a non-indexed colorDominik Stadler2015-09-031-0/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-011-1/+3
* Fix some Forbidden APIs errorsNick Burch2015-09-014-10/+15
* Fix some Forbidden APIs errorsNick Burch2015-09-012-7/+9
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-262-1/+25
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-2422-64/+139
* 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
* 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-191-7/+9
* * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh...Dominik Stadler2015-08-192-4/+36
* Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum...Dominik Stadler2015-08-171-1/+1
* 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-132-6/+20
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-133-7/+33
* 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-113-9/+60
* Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex...Dominik Stadler2015-08-111-2/+2
* #56519 - XSLFSlide.draw is not working with text embeded in PPTXAndreas Beeker2015-08-0911-174/+603
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-071-14/+17
* 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-052-0/+37
* #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun...Andreas Beeker2015-08-052-40/+40
* Use an enum to simplify the themes code and testsNick Burch2015-08-041-25/+38
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-042-18/+28
* Further XSSF Themes unit testingNick Burch2015-08-041-0/+8
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-031-5/+5
* Javadoc fixesAndreas Beeker2015-08-031-7/+1
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-026-219/+160
* 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
* Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...Nick Burch2015-07-313-6/+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-317-28/+74
* Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua...Nick Burch2015-07-314-323/+451
* Remove a long-deprecated constructorNick Burch2015-07-311-11/+0
* Fix inconsistent indents/whitespaceNick Burch2015-07-311-221/+221