aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix up whitespace / indents to be consistentNick Burch2014-02-011-315/+315
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563491 13f79535-47bb-0310-9956-ffa450edef68
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to ↵Nick Burch2014-02-011-6/+33
| | | | | | cover this + related git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563486 13f79535-47bb-0310-9956-ffa450edef68
* Added license headersAndreas Beeker2014-01-181-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559297 13f79535-47bb-0310-9956-ffa450edef68
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-0/+2
| | | | | | | coverage, @Overrides, more info on failing test, fix some Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554535 13f79535-47bb-0310-9956-ffa450edef68
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-291-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554077 13f79535-47bb-0310-9956-ffa450edef68
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-271-1/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553760 13f79535-47bb-0310-9956-ffa450edef68
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-272-6/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553610 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-261-1/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553435 13f79535-47bb-0310-9956-ffa450edef68
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-252-10/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553428 13f79535-47bb-0310-9956-ffa450edef68
* removed pictureFileZero.ppt from svn as requested by the owner, see ↵Yegor Kozlov2013-12-181-2/+9
| | | | | | discussion on @poi-dev from Dec 12, 2013 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1551845 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 55560 : Patch for hiding slides in HSLFYegor Kozlov2013-11-091-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1540295 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52400: fix handling some types of TNEF files, make ↵Dominik Stadler2013-11-032-0/+127
| | | | | | HMEFMessage.HEADER_SIGNATURE int as it is handled as int everywhere, move .dat files to HMEF sample dir, cover some border cases in HMEFMessage, add another .dat sample file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538353 13f79535-47bb-0310-9956-ffa450edef68
* Add more output to assertion in test-case that is sometimes failing, see ↵Dominik Stadler2013-11-031-4/+3
| | | | | | e.g. Jenkins build #170... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538330 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #55733 - XWPFWordExtractor needNick Burch2013-11-011-1/+0
| | | | | | s to handle .docx files with neither headers nor footers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1538044 13f79535-47bb-0310-9956-ffa450edef68
* POI-54722 table text in ppt filesTim Allison2013-09-271-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1526960 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-041-0/+9
| | | | | | | | flag coverage.enabled is set to true, download necessary jars, add jacoco:coverage to junit targets and a testcoveragereport target which produces the coverage report. Also fix a test that is affected by JaCoCo and add slightly more coverage in another test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1510243 13f79535-47bb-0310-9956-ffa450edef68
* Have MAPIMessage try the codepage properties to get the ascii encoding, ↵Nick Burch2013-06-261-2/+2
| | | | | | before falling back to the existing logic around content type parsing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1497038 13f79535-47bb-0310-9956-ffa450edef68
* More unit tests for the HSMF fixed sized property values (a few still remain ↵Nick Burch2013-06-261-7/+63
| | | | | | to be fixed though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1497023 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496969 13f79535-47bb-0310-9956-ffa450edef68
* Convert classes with a assertContains method to using the new POITestCase ↵Nick Burch2013-06-266-72/+21
| | | | | | common parent class, which has it there git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496697 13f79535-47bb-0310-9956-ffa450edef68
* Unit test for bugs #54880 & #55030 - seems ok so farNick Burch2013-05-312-18/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1488403 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54188 - Avoid NPE in PPT2PNGYegor Kozlov2012-11-251-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1413339 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 54111 - Fixed extracting text from table cells in HSLFYegor Kozlov2012-11-071-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406688 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52583 - Conversion to html : Problem with comboboxSergey Vladimirov2012-11-061-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1406208 13f79535-47bb-0310-9956-ffa450edef68
* fix bug 53182 - Reading combined character styling and direct formatting of ↵Sergey Vladimirov2012-11-051-1/+7
| | | | | | a character run git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405850 13f79535-47bb-0310-9956-ffa450edef68
* 52311 - Conversion to html : Problem in titles number Sergey Vladimirov2012-11-051-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405808 13f79535-47bb-0310-9956-ffa450edef68
* move test case for Bug 47563 to distinguish fileSergey Vladimirov2012-11-052-58/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405771 13f79535-47bb-0310-9956-ffa450edef68
* a bit more debug loggingSergey Vladimirov2012-11-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405759 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53979 - Support fetching properties of Numbered Lists from PPT filesYegor Kozlov2012-10-243-0/+368
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401652 13f79535-47bb-0310-9956-ffa450edef68
* fixed failing tests, force UTC time zone when formatting datesYegor Kozlov2012-10-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1401641 13f79535-47bb-0310-9956-ffa450edef68
* Bug #53784 - Partial support for fixed-length Outlook property values in ↵Nick Burch2012-10-152-5/+126
| | | | | | HSMF, with test from Claudius from the bug report git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398241 13f79535-47bb-0310-9956-ffa450edef68
* Use a chunk that really isn't there, to avoid issues when we start to ↵Nick Burch2012-10-151-4/+5
| | | | | | support message dates better git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1398237 13f79535-47bb-0310-9956-ffa450edef68
* add 4th example file from Bug 53380Sergey Vladimirov2012-09-251-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389039 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-232-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389037 13f79535-47bb-0310-9956-ffa450edef68
* +one more test file for Bug 53380Sergey Vladimirov2012-09-211-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-111-0/+16
| | | | | | We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-042-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1369263 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGFYegor Kozlov2012-07-251-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1365638 13f79535-47bb-0310-9956-ffa450edef68
* In preparation for reading the HSMF __properties stream, improve the Types ↵Nick Burch2012-07-083-19/+32
| | | | | | support to be a class with ID+Name+Length, rather than simply an ID. Allows some tidying in HMEF. (Also stubs a few properties bits) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1358802 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Josh Holthaus from bug #53165 - HWPF support for fetching the ↵Nick Burch2012-05-011-0/+8
| | | | | | description (alt text) of a picture git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1332594 13f79535-47bb-0310-9956-ffa450edef68
* unit test for #52991 (unexpected end of ZLIB input stream)Maxim Valyanskiy2012-03-271-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1305812 13f79535-47bb-0310-9956-ffa450edef68
* optimized unused imports in poi-scratchpadYegor Kozlov2012-03-0511-20/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1296980 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52682 - allow setting text with trailing carriage return in HSLFYegor Kozlov2012-03-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295488 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla 52244 - use correct text attributes when presentation has multiple ↵Yegor Kozlov2012-03-011-0/+17
| | | | | | TxMasterStyleAtoms of the same type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1295478 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-221-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292273 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 51731 - fixed painting shape outlines in HSLFYegor Kozlov2012-02-221-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1292247 13f79535-47bb-0310-9956-ffa450edef68
* removed svn:executable bit from project filesYegor Kozlov2011-12-101-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-091-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212381 13f79535-47bb-0310-9956-ffa450edef68
* Add test file for bug #51873 from Jeremy, and a test that uses itNick Burch2011-12-051-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210332 13f79535-47bb-0310-9956-ffa450edef68