summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unnecesssary semicolonsDominik Stadler2018-12-2610-11/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849761 13f79535-47bb-0310-9956-ffa450edef68
* Simplify some string operationsDominik Stadler2018-12-263-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849760 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2519-75/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* #62886 - Regression extracting text from corrupted docx filesAndreas Beeker2018-12-181-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849252 13f79535-47bb-0310-9956-ffa450edef68
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-181-9/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849244 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63013] add XWPFRun setLang methodPJ Fanning2018-12-181-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849152 13f79535-47bb-0310-9956-ffa450edef68
* only refactorings to break up the long methodAndreas Beeker2018-12-171-76/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849130 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63005] disable the reading of DTDs altogetherPJ Fanning2018-12-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849123 13f79535-47bb-0310-9956-ffa450edef68
* changed to bouncer pattern - to match also the rest of the codeAndreas Beeker2018-12-171-15/+16
| | | | | | see https://softwareengineering.stackexchange.com/questions/18454/should-i-return-from-a-function-early-or-use-an-if-statement git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849074 13f79535-47bb-0310-9956-ffa450edef68
* add null check in XLSFPictureShapePJ Fanning2018-12-171-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849069 13f79535-47bb-0310-9956-ffa450edef68
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-163-1/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849046 13f79535-47bb-0310-9956-ffa450edef68
* fix constructor after its delegated nowAndreas Beeker2018-12-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849041 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-168-62/+22
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849040 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkhemfAndreas Beeker2018-12-169-60/+413
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1849036 13f79535-47bb-0310-9956-ffa450edef68
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-164-16/+272
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849030 13f79535-47bb-0310-9956-ffa450edef68
* | #63011 - Multiple digital signature in excel file broke first signatureAndreas Beeker2018-12-155-44/+141
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848974 13f79535-47bb-0310-9956-ffa450edef68
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-091-1/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848538 13f79535-47bb-0310-9956-ffa450edef68
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-092-2/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848492 13f79535-47bb-0310-9956-ffa450edef68
* | lgtm issuesPJ Fanning2018-12-081-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848438 13f79535-47bb-0310-9956-ffa450edef68
* | create chart from scratch by sandeeptiwari32Alain Béarez2018-12-087-11/+158
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848432 13f79535-47bb-0310-9956-ffa450edef68
* | [bug-57342] add SXSSFWorkbook setZip64Mode methodPJ Fanning2018-12-041-7/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848179 13f79535-47bb-0310-9956-ffa450edef68
* | #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the ↵Andreas Beeker2018-11-251-2/+1
| | | | | | | | | | | | | | | | OutputStream regression git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847438 13f79535-47bb-0310-9956-ffa450edef68
* | Add test for FileMagicDominik Stadler2018-11-252-37/+31
| | | | | | | | | | | | | | | | JavaDoc warning fixes Remove some IDE warnings Reformat code of sample application git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847437 13f79535-47bb-0310-9956-ffa450edef68
* | bug 60316 -- skip the glossary document, not the template document.Tim Allison2018-11-231-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847263 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-12-1416-60/+248
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1848906 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-11-205-50/+49
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847069 13f79535-47bb-0310-9956-ffa450edef68
* | tidy up code formattingPJ Fanning2018-11-201-5/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847012 13f79535-47bb-0310-9956-ffa450edef68
* | [bug-62929] add null check for blip fill. Thanks to Mate BorcsokPJ Fanning2018-11-201-6/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847004 13f79535-47bb-0310-9956-ffa450edef68
* | Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-35/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846931 13f79535-47bb-0310-9956-ffa450edef68
* | put back XSSFColor(java.awt.Color clr) constructorPJ Fanning2018-11-161-3/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846701 13f79535-47bb-0310-9956-ffa450edef68
* | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-131-5/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846489 13f79535-47bb-0310-9956-ffa450edef68
* | Bug 62872 - Writing large files with 800k rows gives java.io.IOException: ↵Andreas Beeker2018-11-021-1/+4
| | | | | | | | | | | | This archive contains unclosed entries. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845629 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-11-0225-409/+550
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1845617 13f79535-47bb-0310-9956-ffa450edef68
* | bug 60316 -- until we can implement it properly, gracefully skip the ↵Tim Allison2018-11-011-0/+9
| | | | | | | | | | | | glossary document in XWPF. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845517 13f79535-47bb-0310-9956-ffa450edef68
* | IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-012-71/+54
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845434 13f79535-47bb-0310-9956-ffa450edef68
* | bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-261-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844920 13f79535-47bb-0310-9956-ffa450edef68
* | Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-263-7/+12
| | | | | | | | | | | | Enhance workbook factory to allow to create new empty workbooks as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844881 13f79535-47bb-0310-9956-ffa450edef68
* | fix class cast issur recently introduced in BaseXSSFFormulaEvaluatorPJ Fanning2018-10-191-4/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844311 13f79535-47bb-0310-9956-ffa450edef68
* | #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-193-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | added cell type = formula check when looping through the shared formula range, to ignore any non-formula cells. Also refactored a bit to enable passing in the evaluation context, as getCellFormula() uses it behind the scenes when evaluating a shared formula cell (has to shift the formula references based on the master cell). Review of these changes is welcome, as always. Checked all other code referencing the "SHARED" enum, and didn't see anything else that dealt with formula cell values and thus would need to notice non-formula cells. Added unit test based on the failing file from Bugzilla. Test failed until the fixed code was in place. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844295 13f79535-47bb-0310-9956-ffa450edef68
* | 62815 -- some numeric values not correctly extracted from xlsbTim Allison2018-10-111-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843553 13f79535-47bb-0310-9956-ffa450edef68
* | fix most alerts reported by LGTM on OOXMLAlain Béarez2018-10-1016-322/+429
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843481 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-10-091-1/+1
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843355 13f79535-47bb-0310-9956-ffa450edef68
* | [bug-62807] fix typo in XSLFTableCell#removeBorderPJ Fanning2018-10-081-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1843180 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the ↵Andreas Beeker2018-10-091-1/+0
| | | | | | | | | | | | | | | | OutputStream regression - when reading the input from a zip stream git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843341 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-10-0639-370/+923
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843032 13f79535-47bb-0310-9956-ffa450edef68
* | use jaxp transformer instead of dom serializer to try fix old-xerces test ↵PJ Fanning2018-10-051-32/+45
| | | | | | | | | | | | failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842974 13f79535-47bb-0310-9956-ffa450edef68
* | adding tricks from other answers on StackOverflowAlain Béarez2018-10-053-71/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842959 13f79535-47bb-0310-9956-ffa450edef68
* | example from StackOverflow question 47065690Alain Béarez2018-10-054-14/+28
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842925 13f79535-47bb-0310-9956-ffa450edef68
* | more XDDF improvements based on SO examplesAlain Béarez2018-10-058-14/+179
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842876 13f79535-47bb-0310-9956-ffa450edef68
* | [bug-62800] Fix null pointer exception if a picture shape has no blip idPJ Fanning2018-10-041-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842782 13f79535-47bb-0310-9956-ffa450edef68