aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.java
Commit message (Expand)AuthorAgeFilesLines
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-271-1/+1
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-21/+13
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-3/+3
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-3/+3
* use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-7/+7
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-9/+0
* findbugs fixAndreas Beeker2016-11-011-1/+0
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-301-3/+86
* Dispose XmlCursorAndreas Beeker2016-05-161-12/+20
* Apply patch to fix bug 57495: getTableArray method can not get 0 pos tableDominik Stadler2016-03-121-4/+5
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-12/+15
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-1/+0
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-4/+0
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-131-0/+9
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-116/+115
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-3/+4
* FindBugs fixAndreas Beeker2014-02-161-1/+1
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-181-2/+7
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-11/+11
* Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ...Nick Burch2011-07-081-5/+9
* cleaned javadocs warningsYegor Kozlov2011-06-061-1/+1
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-423/+391
* dispose xml cursor when iteration over it is done (more)Maxim Valyanskiy2010-11-171-0/+2
* Ensure that XWPFParagraph.getDocument() is not nullMaxim Valyanskiy2010-10-281-8/+27
* cleaned javadoc warningsYegor Kozlov2010-10-061-12/+10
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-141-0/+4
* Fix deprecated warningsNick Burch2010-07-021-1/+1
* Fix 1.6-isms from the patch from bug #48574Nick Burch2010-06-111-2/+0
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X...Nick Burch2010-06-111-33/+445
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+2
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-1/+10
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-181-1/+2
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-091-1/+1
* Have XWPFWordExtractor extract headers and footersNick Burch2008-08-091-4/+10
* Improve paragraph text stuff, and further header testsNick Burch2008-08-091-3/+32
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-091-0/+35
* Start on xwpf header/footer supportNick Burch2008-08-091-0/+33