| Commit message (Expand) | Author | Age | Files | Lines |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 1 | -4/+1 |
* | 60329: Avoid NPE when styleid is null | Mark Murphy | 2016-12-01 | 1 | -3/+34 |
* | POI-60341, add test document (ugh, mea culpa), turn on test. | Tim Allison | 2016-11-07 | 1 | -1/+1 |
* | 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead... | Mark Murphy | 2016-11-05 | 2 | -27/+108 |
* | POI-60341: handle missing sdtpr in an sdtbody | Tim Allison | 2016-11-04 | 1 | -0/+10 |
* | More unit testing for XWPF list numbering complex cases, and some TODOs on im... | Nick Burch | 2016-11-04 | 1 | -0/+84 |
* | remove println | Tim Allison | 2016-10-31 | 1 | -1/+0 |
* | 60293 -- Handle illegal "Odd" header/footer in XWPF | Tim Allison | 2016-10-31 | 1 | -0/+7 |
* | 57366: XWPFTable to Header / Footer | Mark Murphy | 2016-10-30 | 2 | -17/+39 |
* | StringUtil.count was renamed to StringUtil.countMatches | Javen O'Neal | 2016-10-19 | 1 | -2/+2 |
* | Eclipse automated refactor/cleanup: convert for loops to for-each loops | Javen O'Neal | 2016-10-19 | 1 | -18/+8 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 3 | -0/+3 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 2 | -3/+6 |
* | bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator class | Javen O'Neal | 2016-06-17 | 1 | -22/+0 |
* | Add disabled test for XWPF writing to a new stream when opened read-only | Nick Burch | 2016-06-02 | 1 | -0/+22 |
* | Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre... | Dominik Stadler | 2016-06-02 | 1 | -16/+19 |
* | Bug 59378: Try to reproduce, but could not | Dominik Stadler | 2016-06-02 | 1 | -0/+16 |
* | Try to reproduce bug 58922, convert to JUnit 4 | Dominik Stadler | 2016-03-29 | 1 | -10/+91 |
* | bug 59208: correctly understand val="1" for isBold, isItalic, etc | Javen O'Neal | 2016-03-22 | 1 | -0/+33 |
* | Apply patch to fix bug 57495: getTableArray method can not get 0 pos table | Dominik Stadler | 2016-03-12 | 1 | -1/+35 |
* | Enable some tests that are ignored, actually run green and did not have any c... | Dominik Stadler | 2016-03-12 | 2 | -4/+1 |
* | #59058 - OOM when parsing docx after OPCPackage.open with File but not with I... | Andreas Beeker | 2016-03-09 | 1 | -1/+20 |
* | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu | Tim Allison | 2016-02-19 | 1 | -0/+19 |
* | Tried to reproduce bug 55476, but could not, added unit test anyway | Dominik Stadler | 2016-02-15 | 1 | -13/+29 |
* | GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 | Dominik Stadler | 2016-02-15 | 1 | -0/+7 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 1 | -3/+16 |
* | Fix bug 58067: XWPF: don't return deleted text when document is in review-mode | Dominik Stadler | 2016-01-03 | 1 | -0/+11 |
* | bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly for | Dominik Stadler | 2016-01-01 | 2 | -1/+19 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 1 | -28/+84 |
* | Add a XWPFRun equivalent of isHighlighted, and add to the common WP interface | Nick Burch | 2015-11-05 | 1 | -0/+15 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 1 | -22/+59 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -2/+3 |
* | Add possibility to set zoomPercent for XWPFDocument | Dominik Stadler | 2015-08-26 | 1 | -2/+24 |
* | #58237 When adding a picture to a XWPF header or footer, attach it to the rig... | Nick Burch | 2015-08-13 | 1 | -10/+6 |
* | #58237 Add some more XWPF header and footer tests | Nick Burch | 2015-08-13 | 2 | -1/+66 |
* | Fix inconsistent line endings and some eclipse warnings | Nick Burch | 2015-08-13 | 14 | -1228/+1219 |
* | Support XWPF field runs, the same way that we handle hyperlink runs | Nick Burch | 2015-08-11 | 1 | -0/+19 |
* | POI-57975: clean up white spaces and other style issues in XWPF | Tim Allison | 2015-05-29 | 24 | -1619/+1623 |
* | POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed... | Tim Allison | 2015-05-28 | 1 | -15/+9 |
* | Start exposing the default paragraph and run styles from XWPFStyles | Nick Burch | 2015-05-07 | 1 | -1/+5 |
* | Start on XWPFStyles support for document default styles | Nick Burch | 2015-05-07 | 1 | -1/+5 |
* | Begin on test for going from xwpf text to style | Nick Burch | 2015-05-07 | 1 | -0/+48 |
* | POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()... | Tim Allison | 2015-05-05 | 1 | -1/+33 |
* | #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP... | Nick Burch | 2015-04-24 | 1 | -0/+15 |
* | Verify that document from bug 56392 works | Dominik Stadler | 2015-03-11 | 1 | -1/+12 |
* | Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-oox... | Nick Burch | 2015-03-05 | 1 | -0/+12 |
* | Fix inconsistent indents | Nick Burch | 2015-02-24 | 1 | -254/+253 |
* | Patch from rojotek from github-18 - Handle documents with a picture-only header | Nick Burch | 2015-02-24 | 1 | -0/+15 |
* | Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS... | Dominik Stadler | 2015-01-04 | 1 | -16/+158 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 1 | -3/+3 |