| Commit message (Expand) | Author | Age | Files | Lines |
* | XWPF implementation of some common Paragraph methods | Nick Burch | 2015-02-05 | 1 | -13/+14 |
* | Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates | Nick Burch | 2015-02-05 | 1 | -0/+144 |
* | More common HWPF/XWPF interfaces | Nick Burch | 2015-02-05 | 1 | -21/+27 |
* | More common XWPF/HWPF character run methods | Nick Burch | 2015-02-05 | 1 | -17/+19 |
* | XWPF double strikethrough, and start on a common interface for HWPF and XWPF ... | Nick Burch | 2015-02-05 | 2 | -5/+97 |
* | Remove unnecessary casts | Dominik Stadler | 2015-01-04 | 1 | -8/+6 |
* | Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS... | Dominik Stadler | 2015-01-04 | 1 | -0/+52 |
* | Bug 53453: Apply patch to add methods to set margins in sections of HWPF docu... | Dominik Stadler | 2015-01-03 | 2 | -224/+415 |
* | Test and fix for bug #46441 | Andreas Beeker | 2015-01-02 | 15 | -239/+316 |
* | Add verifying test-case for bug 52420 | Dominik Stadler | 2015-01-02 | 1 | -75/+84 |
* | Bug 56240 - Handle PP97_DUALSTORAGE streams | Andreas Beeker | 2014-12-30 | 2 | -4/+24 |
* | Bug 47261 - SlideShow.removeSlide makes PPT corrupted | Andreas Beeker | 2014-12-30 | 3 | -0/+20 |
* | Bug 49541 - Mapping of symbol characters to unicode equivalent | Andreas Beeker | 2014-12-29 | 1 | -0/+16 |
* | Bug 54541 - Add support for cropped images in Slide.draw() | Andreas Beeker | 2014-12-29 | 4 | -42/+159 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 1 | -0/+1 |
* | Start adding some coverage of more Scratchpad-classes | Dominik Stadler | 2014-12-28 | 2 | -1/+35 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 1 | -1/+3 |
* | Charset.forName() for known encodings makes catching UnknownEncodingException... | Andreas Beeker | 2014-12-27 | 12 | -151/+94 |
* | Unified access to escher opt record | Andreas Beeker | 2014-12-26 | 11 | -31/+35 |
* | - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF | Andreas Beeker | 2014-12-25 | 15 | -396/+1180 |
* | #57272 - deadlock on corrupted PPT file | Andreas Beeker | 2014-12-07 | 2 | -45/+85 |
* | Typo and remove unnecessary casts | Dominik Stadler | 2014-11-26 | 1 | -5/+3 |
* | house keeping - fixes for sonarqube blockers | Andreas Beeker | 2014-10-25 | 6 | -51/+93 |
* | Add a disabled unit test for bug #56880 | Nick Burch | 2014-10-09 | 1 | -2/+13 |
* | Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with repla... | Andreas Beeker | 2014-09-05 | 3 | -8/+9 |
* | Fix bug 54725 - HWPF where no parent style CHP exists, use an empty | Nick Burch | 2014-07-31 | 1 | -2/+3 |
* | Add unit test for bug 37625 which verifies that this file can now be loaded | Dominik Stadler | 2014-07-27 | 1 | -1/+18 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -1/+2 |
* | For places where an ordered collection is created and used within the context... | Nick Burch | 2014-07-24 | 4 | -32/+45 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 10 | -255/+286 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 16 | -142/+172 |
* | Based on reading of the new file format docs, start to tweak how fixed length... | Nick Burch | 2014-05-11 | 3 | -44/+88 |
* | Outlook sometimes stores a codepage of ANSI when it means 1252, detect and al... | Nick Burch | 2014-05-08 | 1 | -0/+6 |
* | Implement a few more MAPI property types | Nick Burch | 2014-05-08 | 2 | -2/+105 |
* | Fix inconsistent indents | Nick Burch | 2014-05-08 | 1 | -10/+10 |
* | Some encryption fixes: | Andreas Beeker | 2014-04-21 | 1 | -10/+5 |
* | Rather than having lots of classes all create their own XML DocumentBuilderFa... | Nick Burch | 2014-04-15 | 9 | -34/+25 |
* | performance issue: removed instantiation of new String object by copying an e... | Cédric Walter | 2014-03-31 | 2 | -2/+2 |
* | performance issue logging calls are expensive because of the objects created ... | Cédric Walter | 2014-03-31 | 6 | -29/+74 |
* | Avoid an IndexOutOfBoundsException if there are no property nodes when search... | Nick Burch | 2014-03-18 | 1 | -2/+3 |
* | When looking for text run related records after a TextHeaderAtom, provide a c... | Nick Burch | 2014-03-15 | 2 | -28/+40 |
* | Implement MasterTextPropAtom, which provides the indents for a run of text, n... | Nick Burch | 2014-03-15 | 4 | -8/+226 |
* | #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat... | Nick Burch | 2014-03-14 | 3 | -7/+89 |
* | More helpful visio v5 exception, see bug #56171 | Nick Burch | 2014-02-20 | 2 | -2/+2 |
* | The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt... | Andreas Beeker | 2014-02-20 | 1 | -3/+3 |
* | Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr... | Andreas Beeker | 2014-02-19 | 2 | -29/+54 |
* | upgraded to junit4 (before other changes) | Andreas Beeker | 2014-02-19 | 1 | -27/+45 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 3 | -6/+3 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 13 | -91/+60 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 3 | -3/+5 |