summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-033-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-023-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-014-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
* Some more unit testsDominik Stadler2016-01-011-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722501 13f79535-47bb-0310-9956-ffa450edef68
* Combine common functionality in POIXMLTypeLoader into helper methodDominik Stadler2016-01-011-20/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722500 13f79535-47bb-0310-9956-ffa450edef68
* add ignored testcase for multiple signaturesAndreas Beeker2016-01-011-12/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722497 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ↵Andreas Beeker2016-01-017-110/+221
| | | | | | | | xml schemas) close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722482 13f79535-47bb-0310-9956-ffa450edef68
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ↵Andreas Beeker2016-01-0148-98/+8
| | | | | | xml schemas) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722480 13f79535-47bb-0310-9956-ffa450edef68
* #55030 - RichTextRun getFontName can not get Chinese font nameAndreas Beeker2015-12-314-8/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722479 13f79535-47bb-0310-9956-ffa450edef68
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-311-0/+0
| | | | | | #58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722477 13f79535-47bb-0310-9956-ffa450edef68
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-3153-859/+1269
| | | | | | #58159 - getHeaderText() and getFooterText() duplicate text in sheet.getTextRuns() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722476 13f79535-47bb-0310-9956-ffa450edef68
* WMF fixesAndreas Beeker2015-12-317-130/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722465 13f79535-47bb-0310-9956-ffa450edef68
* Fix example. If you don't call super for the non-ignored sheets, everything ↵David North2015-12-311-2/+2
| | | | | | | | breaks because you end up with an empty workbook. https://bz.apache.org/bugzilla/show_bug.cgi?id=58219 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722457 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-314-7/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722433 13f79535-47bb-0310-9956-ffa450edef68
* Revert changes to integration-test-framework to not make tests fail with ↵Dominik Stadler2015-12-311-13/+9
| | | | | | strange errors about entity expansion limits git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722425 13f79535-47bb-0310-9956-ffa450edef68
* Use parameter in unit testDominik Stadler2015-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722412 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test for extracting some moreDominik Stadler2015-12-301-25/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722411 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-304-9/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722410 13f79535-47bb-0310-9956-ffa450edef68
* Adjust doap to list dev-list as maintainer and adjust license informationDominik Stadler2015-12-301-3/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722409 13f79535-47bb-0310-9956-ffa450edef68
* Add null-handler in integration-tests for two Visio files which are not ↵Dominik Stadler2015-12-302-9/+21
| | | | | | handled (yet) and adjust memory handling somewhat git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722408 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-304-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722407 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warningsDominik Stadler2015-12-306-10/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722406 13f79535-47bb-0310-9956-ffa450edef68
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722405 13f79535-47bb-0310-9956-ffa450edef68
* WMF - remove test outputAndreas Beeker2015-12-292-11/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722249 13f79535-47bb-0310-9956-ffa450edef68
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-292-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722244 13f79535-47bb-0310-9956-ffa450edef68
* remove unused importJaven O'Neal2015-12-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722095 13f79535-47bb-0310-9956-ffa450edef68
* add commentJaven O'Neal2015-12-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722094 13f79535-47bb-0310-9956-ffa450edef68
* move commentJaven O'Neal2015-12-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722093 13f79535-47bb-0310-9956-ffa450edef68
* javadocsJaven O'Neal2015-12-291-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722092 13f79535-47bb-0310-9956-ffa450edef68
* add unit test for bug 58779 when the problem gets fixedJaven O'Neal2015-12-291-47/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722091 13f79535-47bb-0310-9956-ffa450edef68
* junit3 -> junit4Javen O'Neal2015-12-291-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722081 13f79535-47bb-0310-9956-ffa450edef68
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to ↵Javen O'Neal2015-12-291-0/+1
| | | | | | avoid modifying SampleSS.xlsx (this bug will be addressed in a future commit). Since r1721468 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722079 13f79535-47bb-0310-9956-ffa450edef68
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to ↵Javen O'Neal2015-12-291-5/+36
| | | | | | avoid modifying SampleSS.xlsx (this bug will be addressed in a future commit). Since r1721468 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722078 13f79535-47bb-0310-9956-ffa450edef68
* make spreadsheet file names static final rather than initializing them with ↵Javen O'Neal2015-12-291-13/+5
| | | | | | setUp() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722073 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2015-12-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722070 13f79535-47bb-0310-9956-ffa450edef68