aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix possible NPE found with msg-file from CommonCrawlDominik Stadler2016-01-181-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-181-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
* 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-134-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-131-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-1219-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
* 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
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-033-4/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722755 13f79535-47bb-0310-9956-ffa450edef68
* bug 58043: provide some compatibility between HSSF and XSSF in regards to ↵Dominik Stadler2016-01-039-11/+179
| | | | | | values for CellStyle.setRotation(). Also adjust JavaDoc to mention the remaining things to note git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722716 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-032-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722715 13f79535-47bb-0310-9956-ffa450edef68
* re-throw errors we aren't looking forJaven O'Neal2016-01-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722708 13f79535-47bb-0310-9956-ffa450edef68
* bug 58779: check if SlideShowFactory.create() modifies the file being read ↵Javen O'Neal2016-01-033-15/+108
| | | | | | when the slideshow is closed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722707 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-01-031-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722696 13f79535-47bb-0310-9956-ffa450edef68
* test XSLF SlideShowFactory creation methods individually for more granular ↵Javen O'Neal2016-01-032-11/+44
| | | | | | unit test results git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722695 13f79535-47bb-0310-9956-ffa450edef68
* rearrange unit tests into more, smaller functionsJaven O'Neal2016-01-021-3/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722667 13f79535-47bb-0310-9956-ffa450edef68
* Move test for bug 57236 as it seems to be fixed since some timeDominik Stadler2016-01-022-30/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722666 13f79535-47bb-0310-9956-ffa450edef68
* Add test which reproduces bug 58325, seems the file uses AlternateContent ↵Dominik Stadler2016-01-021-0/+38
| | | | | | which POI does not support (yet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722665 13f79535-47bb-0310-9956-ffa450edef68
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ↵Javen O'Neal2016-01-022-4/+193
| | | | | | throw exception of Cell does not belong to workbook for some methods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722618 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocsJaven O'Neal2016-01-025-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722609 13f79535-47bb-0310-9956-ffa450edef68
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-026-20/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722607 13f79535-47bb-0310-9956-ffa450edef68
* javadocsJaven O'Neal2016-01-021-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722605 13f79535-47bb-0310-9956-ffa450edef68
* remove test debug stuffAndreas Beeker2016-01-011-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722556 13f79535-47bb-0310-9956-ffa450edef68
* preparation for #54916 - commit unrelated changesAndreas Beeker2016-01-015-212/+297
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722538 13f79535-47bb-0310-9956-ffa450edef68
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-013-8/+50
| | | | | | runs after hyperlink/field runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722503 13f79535-47bb-0310-9956-ffa450edef68
* Include full nested exception, not just localized messageDominik Stadler2016-01-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722502 13f79535-47bb-0310-9956-ffa450edef68