aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Collapse)AuthorAgeFilesLines
* HWPF: test auto-saved documentMaxim Valyanskiy2010-07-072-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@961342 13f79535-47bb-0310-9956-ffa450edef68
* More Word 6 / Word 95 SupportNick Burch2010-07-021-0/+14
| | | | | | | | HWPFOldDocument now processes a few more table sections, and so we can fake up some basic Ranges. This allows us to do paragraph level text extraction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@960102 13f79535-47bb-0310-9956-ffa450edef68
* Basic text extraction support for old Word 6 and Word 95 documents via some ↵Nick Burch2010-06-301-3/+40
| | | | | | HWPF extensions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@959346 13f79535-47bb-0310-9956-ffa450edef68
* Better handling of Outlook messages in HSMF when there's no recipient email ↵Nick Burch2010-06-141-0/+37
| | | | | | address git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954476 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-111-166/+350
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953694 13f79535-47bb-0310-9956-ffa450edef68
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-101-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@953343 13f79535-47bb-0310-9956-ffa450edef68
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-042-1/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951498 13f79535-47bb-0310-9956-ffa450edef68
* Tweak @link reference to avoid compiler issuesNick Burch2010-06-031-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951055 13f79535-47bb-0310-9956-ffa450edef68
* Remove un-used importsNick Burch2010-06-031-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951053 13f79535-47bb-0310-9956-ffa450edef68
* Parse the HSMF headers chunk if present, and use it to find Dates in text ↵Nick Burch2010-06-032-2/+31
| | | | | | extraction if needed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951034 13f79535-47bb-0310-9956-ffa450edef68
* List attachment names in the output of OutlookTextExtractor (to get ↵Nick Burch2010-06-021-0/+31
| | | | | | attachment contents, use ExtractorFactory as normal) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950595 13f79535-47bb-0310-9956-ffa450edef68
* fixed construction of the DIB picture header, see Bugzilla 43161Yegor Kozlov2010-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949483 13f79535-47bb-0310-9956-ffa450edef68
* Add a simple testcase for the new RevisionMarkAuthorTable.javaNick Burch2010-05-261-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948445 13f79535-47bb-0310-9956-ffa450edef68
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935896 13f79535-47bb-0310-9956-ffa450edef68
* propagate parent to parent-aware records decoded from Escher, also ensure ↵Yegor Kozlov2010-04-031-0/+41
| | | | | | that TextShape and EscherTextboxWrapper hold the same cached sets of records, see Bugzilla 48916 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@930525 13f79535-47bb-0310-9956-ffa450edef68
* Fix an issue with the HSMF tests working on some machines but not others - ↵Nick Burch2010-02-191-18/+18
| | | | | | | | Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able to correctly match up chunks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@911878 13f79535-47bb-0310-9956-ffa450edef68
* Add a disabled test for bug #44501, which still remains, plus fix a generics ↵Nick Burch2010-01-281-0/+13
| | | | | | warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904062 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics warnings, and fix up tests to handle the extra bit of text ↵Nick Burch2010-01-281-11/+22
| | | | | | being extracted now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904060 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator ↵Nick Burch2010-01-281-3/+8
| | | | | | detection, and handle short strings better, hopefully solving the Negative length of ChunkHeader issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904052 13f79535-47bb-0310-9956-ffa450edef68
* Improved how HSMF handles multiple recipientsNick Burch2010-01-125-10/+300
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@898295 13f79535-47bb-0310-9956-ffa450edef68
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-111-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897847 13f79535-47bb-0310-9956-ffa450edef68
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-081-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897249 13f79535-47bb-0310-9956-ffa450edef68
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-081-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897242 13f79535-47bb-0310-9956-ffa450edef68
* More work on the recipient related chunks, including a helper method to do ↵Nick Burch2010-01-083-10/+99
| | | | | | best-effort finding of the recipients email address git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897213 13f79535-47bb-0310-9956-ffa450edef68
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897205 13f79535-47bb-0310-9956-ffa450edef68
* Support fetching the message date from the submission idNick Burch2010-01-081-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897201 13f79535-47bb-0310-9956-ffa450edef68
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-082-44/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897185 13f79535-47bb-0310-9956-ffa450edef68
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-081-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897172 13f79535-47bb-0310-9956-ffa450edef68
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, ↵Nick Burch2010-01-081-3/+81
| | | | | | and start on fixing core tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@897167 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle where some of the HSMF tests live to better match package names, and ↵Nick Burch2010-01-078-8/+69
| | | | | | stub out a few more tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896923 13f79535-47bb-0310-9956-ffa450edef68
* Start on major HSMF refactoring. Should compile, but not quite all tests ↵Nick Burch2010-01-073-34/+86
| | | | | | pass as a little bit of work is left git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896914 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:eol-style=native from binary files, uncommented related tests; ↵Yegor Kozlov2009-12-281-8/+4
| | | | | | see Bugzilla 48427 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@894173 13f79535-47bb-0310-9956-ffa450edef68
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-121-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@835271 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from ↵Nick Burch2009-11-041-0/+15
| | | | | | non zero offsets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832625 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of ↵Josh Micich2009-10-082-11/+11
| | | | | | box instances. Applied patch with mods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-1319-0/+0
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* Fixed PPT parser to tolerate Comment2000 containers with missing comment ↵Yegor Kozlov2009-09-061-0/+28
| | | | | | text, see Bugzilla 44770 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@811814 13f79535-47bb-0310-9956-ffa450edef68
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-311-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809659 13f79535-47bb-0310-9956-ffa450edef68
* moved all test data to a top-level directory, refactored all junit usages of ↵Yegor Kozlov2009-08-23215-820/+406
| | | | | | .testdata.path to one place git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2216-397/+355
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806789 13f79535-47bb-0310-9956-ffa450edef68
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1918-243/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1858-701/+648
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805552 13f79535-47bb-0310-9956-ffa450edef68
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805422 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-1829-586/+528
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805262 13f79535-47bb-0310-9956-ffa450edef68
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797740 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLproperties: created, creator, modified, lastprinted, identifier, ↵Paolo Mottadelli2009-07-211-0/+0
| | | | | | revision + test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@796239 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795923 13f79535-47bb-0310-9956-ffa450edef68
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795329 13f79535-47bb-0310-9956-ffa450edef68
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-183-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795328 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-181-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795327 13f79535-47bb-0310-9956-ffa450edef68