aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFParagraph.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-868/+0
* Sonar fixesAndreas Beeker2021-01-091-29/+29
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-7/+7
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-11/+11
* Add get/set indentationLeftChars/indentationRightChars in paragraphSayi2020-08-271-1/+16
* allow add and remove a HyperlinkRun or a FieldRunAlain BĂ©arez2020-03-291-0/+132
* try to find issue in testPJ Fanning2019-12-261-1/+1
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-261-0/+10
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+6
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-311-504/+490
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-1/+1
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-281-2/+16
* Unit test comment for possible future expansionNick Burch2017-02-091-0/+6
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-161-0/+20
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-041-0/+84
* Enable some tests that are ignored, actually run green and did not have any c...Dominik Stadler2016-03-121-3/+0
* 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-011-1/+1
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-28/+84
* 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-291-131/+147
* Add unit tests for XSSFTextRun and TextPainter, slightly more tests for XSSFS...Dominik Stadler2015-01-041-16/+158
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-5/+6
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-081-1/+9
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-3/+6
* Fix bug #51113 - Correct XWPFParagraph tracking of inserted runsNick Burch2011-05-031-0/+6
* Fix bug #51111 - Correct XWPFParagraph tracking of new runsNick Burch2011-05-031-0/+10
* Various XWPF picture tweaks and more unit testsNick Burch2010-09-141-1/+72
* Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe...Nick Burch2010-09-141-0/+3
* Add a getBodyElements() method to XWPF IBody, to make access to embedded para...Nick Burch2010-09-141-0/+3
* ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833)Yegor Kozlov2010-09-041-0/+9
* Fix deprecated warningsNick Burch2010-07-021-1/+1
* Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X...Nick Burch2010-06-111-18/+32
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-2/+1
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-191-15/+4
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-25/+20
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-171-17/+65
* applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFPara...Yegor Kozlov2008-11-201-69/+170
* 1. removed interfaces-jdk14, they are now obsolete2. started paving the way f...Yegor Kozlov2008-11-091-1/+1
* Improve how XWPF headers and footers workNick Burch2008-08-091-1/+1
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-091-0/+96