aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Fixed TextRun handling and various junit testsAndreas Beeker2015-06-1011-362/+289
* Fixed several test drivers or the implementationAndreas Beeker2015-05-2821-876/+816
* Fixed some style related corner cases and adapted the tests for itAndreas Beeker2015-05-241-17/+52
* A few text handling related fixesAndreas Beeker2015-05-202-23/+23
* Commit changes in common_sl - need to update trunk ...Andreas Beeker2015-05-116-198/+180
* fixed HSLF text handlingAndreas Beeker2015-05-031-1/+49
* Added Distributed option to TextAlignmentAndreas Beeker2015-04-291-1/+4
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-2750-1237/+1274
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-1955-937/+928
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-0711-82/+82
* initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-214-37/+56
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-041-0/+52
* Bug 53453: Apply patch to add methods to set margins in sections of HWPF docu...Dominik Stadler2015-01-031-224/+355
* Test and fix for bug #46441Andreas Beeker2015-01-023-47/+128
* Add verifying test-case for bug 52420Dominik Stadler2015-01-021-75/+84
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-301-0/+15
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-301-0/+15
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+16
* Bug 54541 - Add support for cropped images in Slide.draw()Andreas Beeker2014-12-292-37/+91
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-0/+1
* Start adding some coverage of more Scratchpad-classesDominik Stadler2014-12-281-0/+34
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+3
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-1/+2
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-254-70/+253
* #57272 - deadlock on corrupted PPT fileAndreas Beeker2014-12-071-0/+15
* Add a disabled unit test for bug #56880Nick Burch2014-10-091-2/+13
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-271-1/+18
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-1/+2
* For places where an ordered collection is created and used within the context...Nick Burch2014-07-241-2/+3
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-119-242/+269
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-1616-142/+172
* Based on reading of the new file format docs, start to tweak how fixed length...Nick Burch2014-05-111-3/+17
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-154-20/+12
* When looking for text run related records after a TextHeaderAtom, provide a c...Nick Burch2014-03-151-9/+16
* #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat...Nick Burch2014-03-141-0/+38
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-201-1/+1
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...Andreas Beeker2014-02-191-0/+18
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-161-0/+2
* Adjust test to write the failing PNG in case expected and actual do not matchDominik Stadler2014-02-161-0/+5
* Provide more output on test that failed for me locallyDominik Stadler2014-02-151-1/+4
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ...Andreas Beeker2014-02-113-41/+145
* Fix up whitespace / indents to be consistentNick Burch2014-02-011-315/+315
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to c...Nick Burch2014-02-011-6/+33
* Added license headersAndreas Beeker2014-01-181-0/+16
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-0/+2
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-291-0/+31
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-271-1/+30
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-272-6/+93
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-261-1/+58