aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf
Commit message (Expand)AuthorAgeFilesLines
* findbugs - DM_BOXED_PRIMITIVE_...Andreas Beeker2015-08-132-2/+2
* Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ...Nick Burch2015-08-111-4/+15
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-113-9/+60
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2959-4679/+4856
* Refactor common default styles code to use the new helpersNick Burch2015-05-071-52/+17
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-073-25/+60
* Fix inconsistent whitespace/indentsNick Burch2015-05-072-276/+275
* Start on XWPFStyles support for document default stylesNick Burch2015-05-074-12/+100
* Begin on test for going from xwpf text to styleNick Burch2015-05-071-4/+7
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-051-2/+88
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-241-1/+5
* Patch from rojotek from github-18 - Handle documents with a picture-only headerNick Burch2015-02-241-1/+1
* XWPF implementation of some common Paragraph methodsNick Burch2015-02-051-3/+42
* Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulatesNick Burch2015-02-051-1/+1
* More common HWPF/XWPF interfacesNick Burch2015-02-053-1/+11
* More common XWPF/HWPF character run methodsNick Burch2015-02-051-0/+89
* XWPF double strikethrough, and start on a common interface for HWPF and XWPF ...Nick Burch2015-02-052-5/+40
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-1/+1
* Bug 57254: XWPF: Correctly build internal list of styles when styles are addedDominik Stadler2014-12-191-6/+8
* Bug 57312: Add check for null value of underline w:valDominik Stadler2014-12-191-2/+3
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-051-31/+18
* Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is at...Andreas Beeker2014-08-281-1/+2
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-2817-82/+92
* Fix bug #55196 - Correct XWPF createTOC handling of short style namesNick Burch2014-07-311-1/+1
* BUG 54771: add class to svnTim Allison2014-06-161-0/+35
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-1611-83/+382
* Correct an eclipse warning around close(), and a related bug that this identi...Nick Burch2014-04-241-1/+2
* Fix two javadoc warnings reported in Jenkins build and add some @OverridesDominik Stadler2014-04-012-2/+16
* Support adding tabs to a XWPFRun, and add unit tests on toString() for addTab...Nick Burch2014-03-181-3/+15
* Bug 56075 - Add Change Tracking support to XWPF Andreas Beeker2014-03-132-0/+44
* Add more unit tests for XWPF Headers and FootersNick Burch2014-03-081-4/+4
* When adding a new XPWFRun to a paragraph, update both the Runs and IRuns list...Nick Burch2014-03-081-26/+42
* Add some javadocs for the XWPF Header/Footer creation methodsNick Burch2014-03-081-0/+18
* Added MD4-option and some cleanupsAndreas Beeker2014-03-061-1/+5
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-212-1/+243
* Another content types test, for #55026Nick Burch2014-02-201-0/+6
* FindBugs fixAndreas Beeker2014-02-164-6/+8
* FindBugs fixAndreas Beeker2014-02-131-1/+1
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-011-8/+86
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-261-0/+9
* Fix bug #55733 - XWPFWordExtractor needNick Burch2013-11-011-19/+21
* Patch from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-251-1/+6
* Fix the footnote doubling, and then enable the rest of the SDT tests from Ti...Nick Burch2013-06-181-5/+0
* Remove tab indentsNick Burch2013-06-181-6/+6
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-1820-115/+582
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-139-614/+614
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-134-702/+681
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-132-349/+343
* Fix the javadoc, correct the indenting, and add the new test file from bug #5...Nick Burch2013-06-131-14/+6
* Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number...Nick Burch2013-06-121-1/+47