| Commit message (Expand) | Author | Age | Files | Lines |
* | #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f... | Andreas Beeker | 2020-01-27 | 1 | -1/+1 |
* | Replace manual close with try-with-resources | Dominik Stadler | 2019-12-15 | 1 | -21/+13 |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 1 | -3/+3 |
* | Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t... | Dominik Stadler | 2017-12-28 | 1 | -3/+3 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -1/+1 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -7/+7 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 1 | -9/+0 |
* | findbugs fix | Andreas Beeker | 2016-11-01 | 1 | -1/+0 |
* | 57366: XWPFTable to Header / Footer | Mark Murphy | 2016-10-30 | 1 | -3/+86 |
* | Dispose XmlCursor | Andreas Beeker | 2016-05-16 | 1 | -12/+20 |
* | Apply patch to fix bug 57495: getTableArray method can not get 0 pos table | Dominik Stadler | 2016-03-12 | 1 | -4/+5 |
* | #54916 - POI does not always read all the slides in pptx files | Andreas Beeker | 2016-01-10 | 1 | -12/+15 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 1 | -1/+0 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 1 | -4/+0 |
* | #58237 Add some more XWPF header and footer tests | Nick Burch | 2015-08-13 | 1 | -0/+9 |
* | POI-57975: clean up white spaces and other style issues in XWPF | Tim Allison | 2015-05-29 | 1 | -116/+115 |
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | Andreas Beeker | 2014-08-28 | 1 | -3/+4 |
* | FindBugs fix | Andreas Beeker | 2014-02-16 | 1 | -1/+1 |
* | Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc... | Nick Burch | 2013-06-18 | 1 | -2/+7 |
* | Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi... | Nick Burch | 2013-06-13 | 1 | -11/+11 |
* | Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ... | Nick Burch | 2011-07-08 | 1 | -5/+9 |
* | cleaned javadocs warnings | Yegor Kozlov | 2011-06-06 | 1 | -1/+1 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 1 | -423/+391 |
* | dispose xml cursor when iteration over it is done (more) | Maxim Valyanskiy | 2010-11-17 | 1 | -0/+2 |
* | Ensure that XWPFParagraph.getDocument() is not null | Maxim Valyanskiy | 2010-10-28 | 1 | -8/+27 |
* | cleaned javadoc warnings | Yegor Kozlov | 2010-10-06 | 1 | -12/+10 |
* | Add a getBodyElements() method to XWPF IBody, to make access to embedded para... | Nick Burch | 2010-09-14 | 1 | -0/+4 |
* | Fix deprecated warnings | Nick Burch | 2010-07-02 | 1 | -1/+1 |
* | Fix 1.6-isms from the patch from bug #48574 | Nick Burch | 2010-06-11 | 1 | -2/+0 |
* | Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X... | Nick Burch | 2010-06-11 | 1 | -33/+445 |
* | added an annotation '@Internal' to mark program elements intended for POI int... | Yegor Kozlov | 2009-12-03 | 1 | -0/+2 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 1 | -1/+10 |
* | Support for extraction of footnotes from docx files, see Bugzilla 45556 | Yegor Kozlov | 2009-07-18 | 1 | -1/+2 |
* | 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f... | Yegor Kozlov | 2008-11-09 | 1 | -1/+1 |
* | Have XWPFWordExtractor extract headers and footers | Nick Burch | 2008-08-09 | 1 | -4/+10 |
* | Improve paragraph text stuff, and further header tests | Nick Burch | 2008-08-09 | 1 | -3/+32 |
* | Improve how XWPFParagraph works, so it is child order aware | Nick Burch | 2008-08-09 | 1 | -0/+35 |
* | Start on xwpf header/footer support | Nick Burch | 2008-08-09 | 1 | -0/+33 |