aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-219-53/+62
* #58630 - Signing failed after deletion of first sheetAndreas Beeker2015-11-201-2/+5
* #54210 When saving PPT to PNG, some text is rendered backwardsAndreas Beeker2015-11-141-19/+42
* Add default XmlOptions to XMLBeans parsingAndreas Beeker2015-11-141-1/+2
* #58597: Add more AccessController.doPrivileged. We should fix them later!Uwe Schindler2015-11-112-19/+37
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-112-9/+16
* Wrap more security related reflection in AccessControllerUwe Schindler2015-11-091-17/+27
* sonar fixesAndreas Beeker2015-11-084-28/+10
* Add support for HSLF metro blobsAndreas Beeker2015-11-083-8/+68
* Eclipse warnings, typos, ...Dominik Stadler2015-11-084-5/+3
* Add a XWPFRun equivalent of isHighlighted, and add to the common WP interfaceNick Burch2015-11-051-1/+13
* Javadoc fixesNick Burch2015-11-041-1/+1
* fixes sonar/findbugs issuesAndreas Beeker2015-11-021-5/+19
* javadoc fixJaven O'Neal2015-11-021-1/+1
* fix javadoc linkJaven O'Neal2015-11-021-1/+1
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-022-8/+24
* bug58348: add test for copying formula with unregistered UDFJaven O'Neal2015-11-021-0/+3
* bug 58348: add hyperlink copying and merging to CellCopyPolicyJaven O'Neal2015-11-021-0/+19
* bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ...Javen O'Neal2015-11-024-4/+39
* remove unused importJaven O'Neal2015-11-021-1/+0
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-024-3/+302
* javadocs, remove unnecessary SuppressWarnings("resource") decoratorJaven O'Neal2015-11-021-2/+3
* make private shouldRemoveRow static and final, remove unused importJaven O'Neal2015-11-021-2/+1
* replace deprecated usage of FormulaShifter.createForRowShiftJaven O'Neal2015-11-021-1/+1
* remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSS...Javen O'Neal2015-11-021-1/+1
* delete unnecessary castJaven O'Neal2015-11-021-1/+1
* findbugs fixesAndreas Beeker2015-11-011-1/+3
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+22
* supporting changes for bug 58452: copy cell formulas containing unregistered ...Javen O'Neal2015-10-311-1/+18
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-311-0/+26
* Add a limit of the max number of characters that can be extracted to avoid se...Dominik Stadler2015-10-304-7/+64
* Javadoc fixesNick Burch2015-10-292-2/+2
* bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows...Javen O'Neal2015-10-293-3/+64
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2915-252/+442
* #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a...Nick Burch2015-10-281-9/+14
* Apply some micro-optimization which helps when retrieving the string-value of...Dominik Stadler2015-10-261-2/+9
* Bug 56957: Avoid error if Workbook with empty SharedStringTable is writtenDominik Stadler2015-10-261-0/+7
* Fix javadoc warning - @see with a URL needs wrapping in an a-href tagNick Burch2015-10-251-1/+1
* Set newer curvesapi-version in .classpath as well and update some third-party...Dominik Stadler2015-10-222-4/+4
* XDGF: fix the fixDustin Spicuzza2015-10-191-22/+7
* XDGF: fix jdk < 1.8 compatDustin Spicuzza2015-10-191-1/+7
* XDGF: fix jenkins build errorsDustin Spicuzza2015-10-194-4/+49
* Add Visio OOXML text extractor + testsDustin Spicuzza2015-10-195-6/+107
* Add some limited XDGF documentationDustin Spicuzza2015-10-1919-59/+155
* poi-import: fix build dependenciesDustin Spicuzza2015-10-193-3/+15
* poi-visio import: reformat code to fit project standards, remove JRE 7ismsDustin Spicuzza2015-10-1956-4362/+4472
* Import poi-visio codebaseDustin Spicuzza2015-10-1956-0/+6233
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-7/+31
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-1748-112/+159
* javadoc fixesAndreas Beeker2015-10-121-1/+1