aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #61490, for some tables in documents, we should not remove the last cellDominik Stadler2019-08-292-13/+35
* Do not use a WeakReference for the parent-link in HWPF-RangesDominik Stadler2019-08-292-10/+12
* Adjust JavaDoc and code formattingDominik Stadler2019-08-294-105/+85
* [bug-63664] do not use DocumentBuilderFactory directlyPJ Fanning2019-08-222-6/+4
* Bug 63657: Optimize onDocumentWrite() to not do the full re-assignmentDominik Stadler2019-08-151-4/+29
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-1515-1854/+1937
* Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ...Dominik Stadler2019-08-123-23/+90
* add some missing classes to poi-ooxml-schemasPJ Fanning2019-07-251-1/+3
* add some missing classes to poi-ooxml-schemasPJ Fanning2019-07-251-0/+39
* Bug 60656 - fix image dimensionsAndreas Beeker2019-07-222-50/+17
* Refactor alpha handlingAndreas Beeker2019-07-223-30/+21
* Bug 63580 - Fix texture paint handlingAndreas Beeker2019-07-2210-64/+409
* try to fix NPE in testsPJ Fanning2019-07-211-0/+3
* missing @since annotationsPJ Fanning2019-07-203-1/+7
* [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C...PJ Fanning2019-07-192-1/+37
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...PJ Fanning2019-07-193-0/+45
* [github-157] add setters for ExtendedProperties. Thanks to Thibaut Cuvelier. ...PJ Fanning2019-07-192-0/+108
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-162-0/+29
* Bug 63542 -- bump min record limit for TNEFAttributeTim Allison2019-07-101-1/+1
* [bug-63533] fix javadoc that refers to horisontalPdiPJ Fanning2019-07-011-1/+1
* fix rendering of xslf shapes with no/external blip partAndreas Beeker2019-06-232-0/+6
* omit png output on testAndreas Beeker2019-06-231-1/+1
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-2321-243/+366
* Bug 62906 and 63401: Ensure tables have an initial name which does not confli...Dominik Stadler2019-06-223-4/+51
* Fix IDE warningsDominik Stadler2019-06-221-1/+1
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-224-2/+72
* [bug-57342] Excel compatible Zip64 implementation. Thanks to Krzysztof Rzymko...PJ Fanning2019-06-124-2/+419
* tidy up some int castsPJ Fanning2019-06-123-8/+8
* [bug-63498] NPE when calling getShapeName on XSLFTableCell. Thanks to Mate Bo...PJ Fanning2019-06-122-9/+33
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-0622-301/+1296
* ExcelComparator: Adjust iterating rows/columnsDominik Stadler2019-06-052-29/+120
* Add helper class for mass-regression-tests which scans a directory and providesDominik Stadler2019-06-051-0/+170
* [github-151] XWPFRun: allow style retrieval. This closes #151PJ Fanning2019-06-012-0/+21
* [bug-63463] ignore forbiddenapis in new testcasePJ Fanning2019-05-311-13/+13
* [bug-63463] add tests fix issue with shifting rows (failing tests ignored). T...PJ Fanning2019-05-301-0/+218
* [bug-63463] fix issue with shifting rows. Thanks to David Gauntt.PJ Fanning2019-05-301-2/+3
* remove code smellsAlain Béarez2019-05-292-36/+40
* fix forbidden api issuePJ Fanning2019-05-271-1/+1
* try to fix integration tests (by ignoring some new msg files)PJ Fanning2019-05-275-5/+27
* [github-149] improve MAPIMessage.guess7BitEncoding, improve MAPIMessage.getHt...PJ Fanning2019-05-265-75/+679
* remove some tab indentsPJ Fanning2019-05-222-235/+235
* code inspired from Axel Richter on StackOverflowAlain Béarez2019-05-2131-161/+724
* fix missing space in string literal (LGTM)Alain Béarez2019-05-211-6/+6
* fix result of multiplication cast to wider typeAlain Béarez2019-05-2120-168/+216
* fix whitespace contradicts operator precedenceAlain Béarez2019-05-212-17/+21
* fix boxed variable is never nullAlain Béarez2019-05-214-105/+140
* fix potential output resource leaks (LGTM)Alain Béarez2019-05-215-108/+147
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-214-19/+27
* code cleanup plus fix for bug 63153Alain Béarez2019-05-2123-311/+871
* Added more chart supports.Alain Béarez2019-05-2117-8/+1532