summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecesssary semicolonsDominik Stadler2018-12-2610-11/+10
* Simplify some string operationsDominik Stadler2018-12-263-5/+3
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2519-75/+76
* #62886 - Regression extracting text from corrupted docx filesAndreas Beeker2018-12-181-0/+3
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-181-9/+26
* [bug-63013] add XWPFRun setLang methodPJ Fanning2018-12-181-1/+13
* only refactorings to break up the long methodAndreas Beeker2018-12-171-76/+101
* [bug-63005] disable the reading of DTDs altogetherPJ Fanning2018-12-171-0/+1
* changed to bouncer pattern - to match also the rest of the codeAndreas Beeker2018-12-171-15/+16
* add null check in XLSFPictureShapePJ Fanning2018-12-171-15/+15
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-163-1/+48
* fix constructor after its delegated nowAndreas Beeker2018-12-161-0/+6
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-168-62/+22
|\
| * merge trunkhemfAndreas Beeker2018-12-169-60/+413
| |\ | |/ |/|
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-164-16/+272
* | #63011 - Multiple digital signature in excel file broke first signatureAndreas Beeker2018-12-155-44/+141
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-091-1/+7
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-092-2/+32
* | lgtm issuesPJ Fanning2018-12-081-0/+1
* | create chart from scratch by sandeeptiwari32Alain Béarez2018-12-087-11/+158
* | [bug-57342] add SXSSFWorkbook setZip64Mode methodPJ Fanning2018-12-041-7/+17
* | #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Output...Andreas Beeker2018-11-251-2/+1
* | Add test for FileMagicDominik Stadler2018-11-252-37/+31
* | bug 60316 -- skip the glossary document, not the template document.Tim Allison2018-11-231-1/+1
| * merge trunkAndreas Beeker2018-12-1416-60/+248
| * merge trunkAndreas Beeker2018-11-205-50/+49
| |\ | |/ |/|
* | tidy up code formattingPJ Fanning2018-11-201-5/+4
* | [bug-62929] add null check for blip fill. Thanks to Mate BorcsokPJ Fanning2018-11-201-6/+15
* | Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-35/+12
* | put back XSSFColor(java.awt.Color clr) constructorPJ Fanning2018-11-161-3/+15
* | add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906PJ Fanning2018-11-131-5/+4
* | Bug 62872 - Writing large files with 800k rows gives java.io.IOException: Thi...Andreas Beeker2018-11-021-1/+4
| * merge trunkAndreas Beeker2018-11-0225-409/+550
| |\ | |/ |/|
* | bug 60316 -- until we can implement it properly, gracefully skip the glossary...Tim Allison2018-11-011-0/+9
* | IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-012-71/+54
* | bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-261-0/+6
* | Adjust sample for creating comments to also create a .xlsx fileDominik Stadler2018-10-263-7/+12
* | fix class cast issur recently introduced in BaseXSSFFormulaEvaluatorPJ Fanning2018-10-191-4/+9
* | #62834 FormulaEvaluator.evaluateInCell() throws ExceptionGreg Woolsey2018-10-193-7/+33
* | 62815 -- some numeric values not correctly extracted from xlsbTim Allison2018-10-111-3/+3
* | fix most alerts reported by LGTM on OOXMLAlain Béarez2018-10-1016-322/+429
| * merge trunkAndreas Beeker2018-10-091-1/+1
| |\ | |/ |/|
* | [bug-62807] fix typo in XSLFTableCell#removeBorderPJ Fanning2018-10-081-1/+1
| * Bug 60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the Out...Andreas Beeker2018-10-091-1/+0
| * merge trunkAndreas Beeker2018-10-0639-370/+923
| |\ | |/ |/|
* | use jaxp transformer instead of dom serializer to try fix old-xerces test fai...PJ Fanning2018-10-051-32/+45
* | adding tricks from other answers on StackOverflowAlain Béarez2018-10-053-71/+14
* | example from StackOverflow question 47065690Alain Béarez2018-10-054-14/+28
* | more XDDF improvements based on SO examplesAlain Béarez2018-10-058-14/+179
* | [bug-62800] Fix null pointer exception if a picture shape has no blip idPJ Fanning2018-10-041-1/+2