summaryrefslogtreecommitdiffstats
path: root/test-data/document
Commit message (Collapse)AuthorAgeFilesLines
* bug 60316 -- skip the glossary document, not the template document.Tim Allison2018-11-232-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1847263 13f79535-47bb-0310-9956-ffa450edef68
* bug 60316 -- until we can implement it properly, gracefully skip the ↵Tim Allison2018-11-011-0/+0
| | | | | | glossary document in XWPF. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1845517 13f79535-47bb-0310-9956-ffa450edef68
* bug 62859 -- fix two potential NPEs when initializing XWPFSDTContentTim Allison2018-10-261-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844920 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61267: detect Word v2 files and report that they are not supported in ↵Dominik Stadler2018-04-021-0/+0
| | | | | | Apache POI git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828176 13f79535-47bb-0310-9956-ffa450edef68
* related to Bug 61991 -- include docx in test suite to trigger inclusion of ↵Tim Allison2018-01-231-0/+0
| | | | | | CTPictureBase git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822033 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ↵Dominik Stadler2017-12-281-0/+0
| | | | | | is detected to not incorrectly see too much text as deleted. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819405 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819403 13f79535-47bb-0310-9956-ffa450edef68
* bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ↵Javen O'Neal2017-11-121-0/+0
| | | | | | the patch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815047 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61586: Add test which shows that it works as expectedDominik Stadler2017-10-061-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811355 13f79535-47bb-0310-9956-ffa450edef68
* 60279 -- back off to brute-force search for macro content if offset ↵Tim Allison2017-09-141-0/+0
| | | | | | information is not correct git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808301 13f79535-47bb-0310-9956-ffa450edef68
* 61470 -- add extraction of content within ruby elements; allow users to ↵Tim Allison2017-08-301-0/+0
| | | | | | concatenate or not concatenate phonetic strings. Default is to concatenate. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806712 13f79535-47bb-0310-9956-ffa450edef68
* [Bug-61354] fix issue with extracting text from Word docs. This closes #66PJ Fanning2017-07-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803250 13f79535-47bb-0310-9956-ffa450edef68
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801395 13f79535-47bb-0310-9956-ffa450edef68
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful ↵Nick Burch2017-07-091-0/+0
| | | | | | exception if found, plus unit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801376 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to ↵Dominik Stadler2017-06-091-0/+0
| | | | | | Non-Unicode git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798200 13f79535-47bb-0310-9956-ffa450edef68
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-062-0/+0
| | | | | | Decryption for Binary RC4 and CryptoAPI (... XOR is missing) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1797837 13f79535-47bb-0310-9956-ffa450edef68
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-043-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790061 13f79535-47bb-0310-9956-ffa450edef68
* Add docm-file which is actually a binary doc to check handling of ↵Dominik Stadler2017-03-181-0/+0
| | | | | | wrong-format-exceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1787555 13f79535-47bb-0310-9956-ffa450edef68
* Revert previous changes enough to restore the case in the commoncrawl-corpus ↵Dominik Stadler2017-02-051-0/+0
| | | | | | which is failing now, add a unit-test for this case, enable one disabled unit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781822 13f79535-47bb-0310-9956-ffa450edef68
* Finally enable test for bug 44937, we got the requested missing ↵Dominik Stadler2017-01-262-0/+0
| | | | | | test-documents a long time ago already. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780456 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779493 13f79535-47bb-0310-9956-ffa450edef68
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-011-0/+0
| | | | | | 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
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768505 13f79535-47bb-0310-9956-ffa450edef68
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, ↵Mark Murphy2016-11-051-0/+0
| | | | | | | | | 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
* More unit testing for XWPF list numbering complex cases, and some TODOs on ↵Nick Burch2016-11-041-0/+0
| | | | | | improving it, inspired by users@ discussions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1768005 13f79535-47bb-0310-9956-ffa450edef68
* 60293 -- Handle illegal "Odd" header/footer in XWPFTim Allison2016-10-311-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767353 13f79535-47bb-0310-9956-ffa450edef68
* bug 57843: add failing unit test: Word 6.0 (1993) fails with ↵Javen O'Neal2016-09-221-0/+0
| | | | | | ArrayIndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761873 13f79535-47bb-0310-9956-ffa450edef68
* bug 60158: add failing test cases for AIOOBE on VBAMacroReaderJaven O'Neal2016-09-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761652 13f79535-47bb-0310-9956-ffa450edef68
* Add commented reproducer for bug 57603Dominik Stadler2016-07-171-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753120 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59739: For now fix the regression in FileInformationBlock which was ↵Dominik Stadler2016-06-301-0/+0
| | | | | | introduced after 3.15-beta1 so that the documents can be loaded again pending a full fix as discussed in the bug. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750864 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE in XWPFTableCell, taken from ↵Dominik Stadler2016-06-021-0/+0
| | | | | | https://github.com/prasad-babu/poi/tree/WORKING_BRANCH git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746625 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746623 13f79535-47bb-0310-9956-ffa450edef68
* bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test ↵Javen O'Neal2016-04-113-0/+10
| | | | | | macro extraction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738502 13f79535-47bb-0310-9956-ffa450edef68
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737029 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
* #59058 - OOM when parsing docx after OPCPackage.open with File but not with ↵Andreas Beeker2016-03-092-0/+0
| | | | | | InputStream (TIKA-1866) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734184 13f79535-47bb-0310-9956-ffa450edef68
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731257 13f79535-47bb-0310-9956-ffa450edef68
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1730471 13f79535-47bb-0310-9956-ffa450edef68
* add an ignored test for bug 58804Dominik Stadler2016-01-252-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1726681 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722715 13f79535-47bb-0310-9956-ffa450edef68
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-011-0/+0
| | | | | | runs after hyperlink/field runs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722503 13f79535-47bb-0310-9956-ffa450edef68
* POI-57889 -- actually trigger inclusion of CTNumLvl with document ↵Tim Allison2015-05-281-0/+0
| | | | | | contributed by Moritz Dorka on TIKA-1315 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682310 13f79535-47bb-0310-9956-ffa450edef68
* POI-57889 prevent NPE with on some documents with XWPFParagraph's ↵Tim Allison2015-05-051-0/+0
| | | | | | getNumFmt() and add some other classes to enable calculation of paragraph numbers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677723 13f79535-47bb-0310-9956-ffa450edef68
* Fix possible ArrayIndexOutOfBoundsException seen with some word documentsDominik Stadler2015-04-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1674954 13f79535-47bb-0310-9956-ffa450edef68
* Add test-document from bug 53379 to verify in integration tests that text ↵Dominik Stadler2015-03-221-0/+0
| | | | | | extraction does not fail any more git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668484 13f79535-47bb-0310-9956-ffa450edef68
* Integration tests: Expect exception for old word documents and still run the ↵Dominik Stadler2015-03-221-0/+0
| | | | | | text extraction for them. Also add executing HPSFPropertiesExtractor where possible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668483 13f79535-47bb-0310-9956-ffa450edef68
* Add test-document to verify that bug 51921 is fixed alreadyDominik Stadler2015-03-222-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668482 13f79535-47bb-0310-9956-ffa450edef68
* Bug 47304: use fixed encoding when extracting text in WordDocumentDominik Stadler2015-03-221-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1668367 13f79535-47bb-0310-9956-ffa450edef68
* Verify that document from bug 56392 worksDominik Stadler2015-03-111-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666003 13f79535-47bb-0310-9956-ffa450edef68
* Patch from rojotek from github-18 - Handle documents with a picture-only headerNick Burch2015-02-241-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1661908 13f79535-47bb-0310-9956-ffa450edef68