aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java
Commit message (Expand)AuthorAgeFilesLines
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-021-1/+1
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-271-11/+9
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-7/+1
* [github-120] rename some new xpwf abstract classes. This closes #120PJ Fanning2018-08-021-2/+2
* [github-115] implement endnote. This closes #115PJ Fanning2018-07-241-80/+64
* [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...PJ Fanning2018-07-211-1/+41
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-3/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-83/+83
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-9/+0
* Javadocs fixesAndreas Beeker2016-01-131-1/+0
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-101-10/+25
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-1/+0
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-12/+7
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-2/+3
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-99/+101
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-2/+2
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-44/+44
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-111/+108
* fixed javadoc warningsYegor Kozlov2011-12-091-1/+1
* Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ...Nick Burch2011-07-081-0/+161