aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Print out amount of available memory during startup of OOXMLLiteDominik Stadler2016-12-111-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773633 13f79535-47bb-0310-9956-ffa450edef68
* Add script to run ant locally with Java 1.6/Ant 1.8.xDominik Stadler2016-12-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773610 13f79535-47bb-0310-9956-ffa450edef68
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-12-116-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773605 13f79535-47bb-0310-9956-ffa450edef68
* reindent code - prepare for cleanupsAndreas Beeker2016-12-1018-2630/+2630
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773544 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-1017-83/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773495 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0911-47/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773315 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0721-134/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773165 13f79535-47bb-0310-9956-ffa450edef68
* Recursive delete unit test based on users@ query - working fine alreadyNick Burch2016-12-061-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772894 13f79535-47bb-0310-9956-ffa450edef68
* Add "*" option to font_map/fallback to provide a catch-all configurationAndreas Beeker2016-12-061-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772816 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0417-129/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772585 13f79535-47bb-0310-9956-ffa450edef68
* regression #55902 - Mixed fonts issue with Chinese characters (unable to ↵Andreas Beeker2016-12-033-16/+98
| | | | | | form images from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772485 13f79535-47bb-0310-9956-ffa450edef68
* #60331 - Remove deprecated classes - remove constructors with ↵Andreas Beeker2016-12-0355-572/+32
| | | | | | PackageRelationship argument git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772424 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0110-63/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772291 13f79535-47bb-0310-9956-ffa450edef68
* Move test to correct package and add some more checksDominik Stadler2016-12-012-36/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772148 13f79535-47bb-0310-9956-ffa450edef68
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-012-6/+41
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60329 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772138 13f79535-47bb-0310-9956-ffa450edef68
* sonarcube fixesAndreas Beeker2016-11-293-29/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771978 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-292-4/+22
| | | | | | | | adding WMF images more cases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771974 13f79535-47bb-0310-9956-ffa450edef68
* forbidden apis fixAndreas Beeker2016-11-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771850 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-294-123/+226
| | | | | | | | adding WMF images more cases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771832 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-289-281/+424
| | | | | | adding WMF images git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771812 13f79535-47bb-0310-9956-ffa450edef68
* javadocs fixAndreas Beeker2016-11-281-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771672 13f79535-47bb-0310-9956-ffa450edef68
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-2719-3473/+2128
| | | | | | sonarcube fix - make protected attributes private git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771640 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fixes - visibility of member attributesAndreas Beeker2016-11-2721-219/+323
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771583 13f79535-47bb-0310-9956-ffa450edef68
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-272-16/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771563 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60370: Encode some special characters when setting title/text for ↵Dominik Stadler2016-11-252-7/+75
| | | | | | validation text-boxes, for now all characters below 32, more can be added if necessary. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771396 13f79535-47bb-0310-9956-ffa450edef68
* Revert deprecating a class that we still use ourselves and update error text ↵Dominik Stadler2016-11-252-6/+1
| | | | | | slightly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771395 13f79535-47bb-0310-9956-ffa450edef68
* Include actual entries when we do not find a Document-entryDominik Stadler2016-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771394 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-254-19/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771254 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary cast and reformat some code a bitDominik Stadler2016-11-257-501/+416
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771247 13f79535-47bb-0310-9956-ffa450edef68
* bug 60416: prefer CellReference ref over String refJaven O'Neal2016-11-242-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771232 13f79535-47bb-0310-9956-ffa450edef68
* bug 60416: Reduce Hyperlink memory consumption in SXSSF; patch from Dmitry ↵Javen O'Neal2016-11-241-1/+1
| | | | | | Katsubo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771231 13f79535-47bb-0310-9956-ffa450edef68
* bug 60343, return null if index is out of bounds in StylesTable's ↵Tim Allison2016-11-222-16/+17
| | | | | | getStyleAt(idx) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1770848 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60373 - TableCell.getTextHeight() returns Null pointer ExceptionAndreas Beeker2016-11-184-8/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1770447 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing directory 'maven' in source release packages, adjust the related ↵Dominik Stadler2016-11-141-1/+1
| | | | | | | | test-Ant-script to call 'assemble' instead of 'jar' to catch something like this in the future. Also exclude some more intermediate files/directories from the source package. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769684 13f79535-47bb-0310-9956-ffa450edef68
* #60331 - Remove deprecated classes (POI 3.16) - remove ↵Andreas Beeker2016-11-123-36/+31
| | | | | | StylesTable.getNumberFormatAt(int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769431 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fixesAndreas Beeker2016-11-122-28/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769399 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fixesAndreas Beeker2016-11-126-25/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769366 13f79535-47bb-0310-9956-ffa450edef68
* - SonarCube fixesAndreas Beeker2016-11-1137-603/+406
| | | | | | - moved SecureTempFile classes to OOXML, because of duplicated code in test and examples packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769363 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60345 - Handle corrupt PICT streamsAndreas Beeker2016-11-103-24/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769226 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-103-5/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1769220 13f79535-47bb-0310-9956-ffa450edef68
* bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.Javen O'Neal2016-11-088-0/+703
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768744 13f79535-47bb-0310-9956-ffa450edef68
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-072-102/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768590 13f79535-47bb-0310-9956-ffa450edef68
* Adjust imports, fix some Javadoc issues and ignore deprecation warnings in testsDominik Stadler2016-11-074-12/+8
| | | | | | Exclude some more non-tests in OOXMLLite git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768589 13f79535-47bb-0310-9956-ffa450edef68
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-074-62/+178
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768588 13f79535-47bb-0310-9956-ffa450edef68
* Example AligningCells: Use int instead of short for column-index, closes ↵Dominik Stadler2016-11-072-30/+33
| | | | | | | | Github #35 Also use more of the base classes where possible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768584 13f79535-47bb-0310-9956-ffa450edef68
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768505 13f79535-47bb-0310-9956-ffa450edef68
* Move XWPF examples to new package to clean up code coverageMark Murphy2016-11-077-7/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768437 13f79535-47bb-0310-9956-ffa450edef68
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, ↵Mark Murphy2016-11-054-49/+183
| | | | | | | | | setRepeatHeader does not overwrite old value Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60337 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768153 13f79535-47bb-0310-9956-ffa450edef68
* POI-60342: handle missing sdtcontentcell in an sdtcellTim Allison2016-11-041-46/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768054 13f79535-47bb-0310-9956-ffa450edef68
* POI-60341: handle missing sdtpr in an sdtbodyTim Allison2016-11-042-25/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768048 13f79535-47bb-0310-9956-ffa450edef68