aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf
Commit message (Expand)AuthorAgeFilesLines
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-22/+59
* Fix some Forbidden APIs errorsNick Burch2015-09-011-2/+3
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-261-2/+24
* #58237 When adding a picture to a XWPF header or footer, attach it to the rig...Nick Burch2015-08-131-10/+6
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-132-1/+66
* Fix inconsistent line endings and some eclipse warningsNick Burch2015-08-1314-1228/+1219
* Support XWPF field runs, the same way that we handle hyperlink runsNick Burch2015-08-111-0/+19
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2924-1619/+1623
* POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed...Tim Allison2015-05-281-15/+9
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-071-1/+5
* Start on XWPFStyles support for document default stylesNick Burch2015-05-071-1/+5
* Begin on test for going from xwpf text to styleNick Burch2015-05-071-0/+48
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-051-1/+33
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-241-0/+15
* Verify that document from bug 56392 worksDominik Stadler2015-03-111-1/+12
* Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-oox...Nick Burch2015-03-051-0/+12
* Fix inconsistent indentsNick Burch2015-02-241-254/+253
* Patch from rojotek from github-18 - Handle documents with a picture-only headerNick Burch2015-02-241-0/+15
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-041-16/+158
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-3/+3
* Bug 57254: XWPF: Correctly build internal list of styles when styles are addedDominik Stadler2014-12-191-6/+26
* Bug 57312: Add check for null value of underline w:valDominik Stadler2014-12-191-1/+30
* Slowly start to adjust places in tests where we do not properly close file ha...Dominik Stadler2014-11-071-2/+5
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-051-0/+13
* Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with repla...Andreas Beeker2014-09-051-2/+2
* Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is at...Andreas Beeker2014-08-281-1/+1
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-283-11/+12
* Add some extra safety test to check that external entities are not loaded by ...Uwe Schindler2014-08-121-0/+47
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-162-36/+87
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-111-0/+4
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-3/+3
* Support adding tabs to a XWPFRun, and add unit tests on toString() for addTab...Nick Burch2014-03-181-0/+23
* Fix whitespaceNick Burch2014-03-181-31/+27
* Bug 56075 - Add Change Tracking support to XWPF Andreas Beeker2014-03-131-0/+71
* Fix the inconsistent indents in the test fileNick Burch2014-03-081-125/+133
* Add more unit tests for XWPF Headers and FootersNick Burch2014-03-081-9/+48
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-211-3/+38
* Bug 55802 - Special Letters not exported correctAndreas Beeker2014-02-012-0/+52
* Added license headersAndreas Beeker2014-01-181-0/+16
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-261-13/+17
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-5/+6
* Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so t...Nick Burch2013-11-212-80/+75
* Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support,...Nick Burch2013-11-121-1/+37
* Fix whitespaceNick Burch2013-11-121-33/+33
* Patch from Andreas Beeker from bug #53475 - CSPName may not always be presen...Nick Burch2013-11-072-0/+53
* Fix bug #55733 - XWPFWordExtractor needNick Burch2013-11-011-0/+11
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-081-1/+9
* Patch from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-251-0/+25
* Patch from Tim Allen from bug #55066 - unit test to show that we no longer lo...Nick Burch2013-06-201-0/+21
* Fix the footnote doubling, and then enable the rest of the SDT tests from Ti...Nick Burch2013-06-181-5/+1