aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* XWPF implementation of some common Paragraph methodsNick Burch2015-02-051-13/+14
* Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulatesNick Burch2015-02-051-0/+144
* More common HWPF/XWPF interfacesNick Burch2015-02-051-21/+27
* More common XWPF/HWPF character run methodsNick Burch2015-02-051-17/+19
* XWPF double strikethrough, and start on a common interface for HWPF and XWPF ...Nick Burch2015-02-052-5/+97
* Remove unnecessary castsDominik Stadler2015-01-041-8/+6
* 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-032-224/+415
* Test and fix for bug #46441Andreas Beeker2015-01-0215-239/+316
* Add verifying test-case for bug 52420Dominik Stadler2015-01-021-75/+84
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-302-4/+24
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-303-0/+20
* 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-294-42/+159
* 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-282-1/+35
* 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-2712-151/+94
* Unified access to escher opt record Andreas Beeker2014-12-2611-31/+35
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-2515-396/+1180
* #57272 - deadlock on corrupted PPT fileAndreas Beeker2014-12-072-45/+85
* Typo and remove unnecessary castsDominik Stadler2014-11-261-5/+3
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-256-51/+93
* Add a disabled unit test for bug #56880Nick Burch2014-10-091-2/+13
* Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with repla...Andreas Beeker2014-09-053-8/+9
* Fix bug 54725 - HWPF where no parent style CHP exists, use an emptyNick Burch2014-07-311-2/+3
* 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-244-32/+45
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-1110-255/+286
* 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-113-44/+88
* Outlook sometimes stores a codepage of ANSI when it means 1252, detect and al...Nick Burch2014-05-081-0/+6
* Implement a few more MAPI property typesNick Burch2014-05-082-2/+105
* Fix inconsistent indentsNick Burch2014-05-081-10/+10
* Some encryption fixes:Andreas Beeker2014-04-211-10/+5
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-159-34/+25
* performance issue: removed instantiation of new String object by copying an e...Cédric Walter2014-03-312-2/+2
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-316-29/+74
* Avoid an IndexOutOfBoundsException if there are no property nodes when search...Nick Burch2014-03-181-2/+3
* When looking for text run related records after a TextHeaderAtom, provide a c...Nick Burch2014-03-152-28/+40
* Implement MasterTextPropAtom, which provides the indents for a run of text, n...Nick Burch2014-03-154-8/+226
* #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat...Nick Burch2014-03-143-7/+89
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-202-2/+2
* The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt...Andreas Beeker2014-02-201-3/+3
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...Andreas Beeker2014-02-192-29/+54
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
* FindBugs fixAndreas Beeker2014-02-163-6/+3
* FindBugs fixAndreas Beeker2014-02-1613-91/+60
* FindBugs fixAndreas Beeker2014-02-163-3/+5