aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf
Commit message (Expand)AuthorAgeFilesLines
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-031-4/+1
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-011-3/+34
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-1/+1
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead...Mark Murphy2016-11-052-27/+108
* POI-60341: handle missing sdtpr in an sdtbodyTim Allison2016-11-041-0/+10
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-041-0/+84
* remove printlnTim Allison2016-10-311-1/+0
* 60293 -- Handle illegal "Odd" header/footer in XWPFTim Allison2016-10-311-0/+7
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-17/+39
* StringUtil.count was renamed to StringUtil.countMatchesJaven O'Neal2016-10-191-2/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-191-18/+8
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-193-0/+3
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-042-3/+6
* bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator classJaven O'Neal2016-06-171-22/+0
* Add disabled test for XWPF writing to a new stream when opened read-onlyNick Burch2016-06-021-0/+22
* Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre...Dominik Stadler2016-06-021-16/+19
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-021-0/+16
* Try to reproduce bug 58922, convert to JUnit 4Dominik Stadler2016-03-291-10/+91
* bug 59208: correctly understand val="1" for isBold, isItalic, etcJaven O'Neal2016-03-221-0/+33
* Apply patch to fix bug 57495: getTableArray method can not get 0 pos tableDominik Stadler2016-03-121-1/+35
* Enable some tests that are ignored, actually run green and did not have any c...Dominik Stadler2016-03-122-4/+1
* #59058 - OOM when parsing docx after OPCPackage.open with File but not with I...Andreas Beeker2016-03-091-1/+20
* POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad BabuTim Allison2016-02-191-0/+19
* Tried to reproduce bug 55476, but could not, added unit test anywayDominik Stadler2016-02-151-13/+29
* GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27Dominik Stadler2016-02-151-0/+7
* Bug 58829: Remove some useages of printStackTrace() and some other minor clea...Dominik Stadler2016-01-131-3/+16
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-031-0/+11
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-012-1/+19
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-28/+84
* Add a XWPFRun equivalent of isHighlighted, and add to the common WP interfaceNick Burch2015-11-051-0/+15
* 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