summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove file from expected failures after changes for bug 56880Dominik Stadler2016-02-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728612 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56880 - switch exception to logged warning that non-extended pascal ↵Tim Allison2016-02-041-249/+258
| | | | | | strings are not supported. Full fix would add parsing for these strings. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1728547 13f79535-47bb-0310-9956-ffa450edef68
* remove deprecated (2009) HSSFComment#setColumn(short). int version is available.Javen O'Neal2016-01-311-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727805 13f79535-47bb-0310-9956-ffa450edef68
* HSSFComment: note a final fieldJaven O'Neal2016-01-311-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727803 13f79535-47bb-0310-9956-ffa450edef68
* fix O(n^2) runtime unnecessarily recreating an array inside a for-loopJaven O'Neal2016-01-311-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727800 13f79535-47bb-0310-9956-ffa450edef68
* bug 58885: fix javadocsJaven O'Neal2016-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727777 13f79535-47bb-0310-9956-ffa450edef68
* bug 58885: performance regression on ↵Javen O'Neal2016-01-312-11/+145
| | | | | | XSSFSheet.addMergedRegion(CellRangeAddress). Add an unsafe version of addMergedRegion that doesn't check for overlapping merged regions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727776 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test to pass forbidden-apis-checkDominik Stadler2016-01-301-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727693 13f79535-47bb-0310-9956-ffa450edef68
* Make OldExcelExtractor Closeable to be able to free up resources if ↵Dominik Stadler2016-01-292-20/+197
| | | | | | | | | getText() was not called Allow Excel files which have an entry "Workbook" instead of "Book" like other classes do Add some more unit tests to cover more of the code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727653 13f79535-47bb-0310-9956-ffa450edef68
* Add curvesapi-jar when running FindbugsDominik Stadler2016-01-291-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727652 13f79535-47bb-0310-9956-ffa450edef68
* Bump xmlsec version in the Eclipse project file tooNick Burch2016-01-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726844 13f79535-47bb-0310-9956-ffa450edef68
* add an ignored test for bug 58804Dominik Stadler2016-01-254-2/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726681 13f79535-47bb-0310-9956-ffa450edef68
* Raised xmlsec version to 2.0.6Andreas Beeker2016-01-241-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726528 13f79535-47bb-0310-9956-ffa450edef68
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-2427-455/+946
| | | | | | | | | | | | #47291 - Cannot open link correctly which insert in ppt HSLF hyperlink code was all over the place - moved most of it into HSLFHyperlink extended common sl for hyperlinks extended XSLF shape linking and added XSLFTextShape.appendText to go along with HSLF adapted/fixed documentation added convenience methods to the hyperlink classes to address the different targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726458 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright-year to 2016Dominik Stadler2016-01-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725457 13f79535-47bb-0310-9956-ffa450edef68
* Rename test-source file to actual class name to avoid constant ↵Dominik Stadler2016-01-181-0/+0
| | | | | | recompilations on 'compile-main' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725336 13f79535-47bb-0310-9956-ffa450edef68
* Include curvesapi-jar in distributionDominik Stadler2016-01-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725335 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-182-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725334 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-182-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725332 13f79535-47bb-0310-9956-ffa450edef68
* make SXSSFWorkbook member variables privateJaven O'Neal2016-01-162-18/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725047 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-01-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725043 13f79535-47bb-0310-9956-ffa450edef68
* fix questionable List.remove(int) in SXSSFITestDataProviderJaven O'Neal2016-01-161-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725042 13f79535-47bb-0310-9956-ffa450edef68
* BugFix: wrong hyperlink record added - used child instead of parent record Andreas Beeker2016-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725041 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to ITestDataProvidersJaven O'Neal2016-01-163-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725040 13f79535-47bb-0310-9956-ffa450edef68
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-168-3/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725039 13f79535-47bb-0310-9956-ffa450edef68
* svn propset svn:eol-style nativeJaven O'Neal2016-01-160-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725034 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPE when calling HSLFTextRun.setHorizontalCentered()Andreas Beeker2016-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725022 13f79535-47bb-0310-9956-ffa450edef68
* #56004 - Support for WMF renderingAndreas Beeker2016-01-1617-136/+463
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724897 13f79535-47bb-0310-9956-ffa450edef68
* Regression in version 3.14-beta1: three or four-part formats with locale id ↵Dominik Stadler2016-01-135-5/+54
| | | | | | cause exceptions when formatting instead of falling back to other formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724488 13f79535-47bb-0310-9956-ffa450edef68
* Fix a NullPointerException that occurs with some PPTs now but did not in POI ↵Dominik Stadler2016-01-132-1/+8
| | | | | | 3.13 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724487 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, helper unit-test, improve information provided in ↵Dominik Stadler2016-01-135-10/+15
| | | | | | Exceptions, do not swallow inner stacktraces, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724486 13f79535-47bb-0310-9956-ffa450edef68
* Generalised API for adding ignored errors, e.g. number stored as text.David North2016-01-133-41/+248
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=56892 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724469 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58829: Remove some useages of printStackTrace() and some other minor ↵Dominik Stadler2016-01-137-41/+30
| | | | | | cleanups git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724445 13f79535-47bb-0310-9956-ffa450edef68
* Rework test to not catch exception, junit does a good job of handling ↵Dominik Stadler2016-01-131-92/+48
| | | | | | unexpected exceptions itself, StringBuffer replacing, code duplication git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724368 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixNick Burch2016-01-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724364 13f79535-47bb-0310-9956-ffa450edef68
* #58847 Getters/setters/removers for the additional well-known document ↵Nick Burch2016-01-132-1/+242
| | | | | | summary information properties from Office 12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724363 13f79535-47bb-0310-9956-ffa450edef68
* Javadocs fixesAndreas Beeker2016-01-1314-18/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724343 13f79535-47bb-0310-9956-ffa450edef68
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-1220-247/+456
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724338 13f79535-47bb-0310-9956-ffa450edef68
* More Office 12 DSI property IDs, getters/setters to followNick Burch2016-01-111-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724110 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the max DSI property ID, and list a few Office 12 well known IDsNick Burch2016-01-111-3/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724104 13f79535-47bb-0310-9956-ffa450edef68
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-1073-650/+1389
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723966 13f79535-47bb-0310-9956-ffa450edef68
* add other printStackTrace methods to forbidden-apis-checkAndreas Beeker2016-01-104-43/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723960 13f79535-47bb-0310-9956-ffa450edef68
* replace Throwable.printStackTrace() with POILogger calls - Todo: other ↵Andreas Beeker2016-01-1024-167/+141
| | | | | | printStrackTrace(...) calls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723899 13f79535-47bb-0310-9956-ffa450edef68
* WMF fixesAndreas Beeker2016-01-1012-235/+682
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723898 13f79535-47bb-0310-9956-ffa450edef68
* POI-58822 switch printStackTrace for actual log msg. Should probably open ↵Tim Allison2016-01-081-1/+3
| | | | | | separate ticket to handle handful of other instances git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723765 13f79535-47bb-0310-9956-ffa450edef68
* bug 58815: javadoc spellingJaven O'Neal2016-01-071-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723445 13f79535-47bb-0310-9956-ffa450edef68
* WMF fixesAndreas Beeker2016-01-057-47/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723198 13f79535-47bb-0310-9956-ffa450edef68
* Dummy commit to try if we can close some old github PRs via commit-comments: ↵Dominik Stadler2016-01-041-1/+1
| | | | | | closes #2, closes #3, closes #4, closes #19 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722963 13f79535-47bb-0310-9956-ffa450edef68
* WMF fixesAndreas Beeker2016-01-0315-261/+602
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722771 13f79535-47bb-0310-9956-ffa450edef68
* Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files ↵Dominik Stadler2016-01-031-7/+19
| | | | | | after running tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722756 13f79535-47bb-0310-9956-ffa450edef68