87 Commits (074d68fedfb86a3b4c1078d6f1010ab66ae7602e)

Author SHA1 Message Date
  Andreas Beeker 074d68fedf Sonar fixes 4 years ago
  Alain Béarez ce544b8550 allow add and remove a HyperlinkRun or a FieldRun 4 years ago
  Dominik Stadler 199895bfc4 Work on bug 64038 and other bugs and add test for 62865 4 years ago
  PJ Fanning d240fb1378 [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang. This closes #163 4 years ago
  Dominik Stadler d997c14e10 Bug 63756: Describe units in JavaDoc 4 years ago
  PJ Fanning cf1eb05304 missing @since annotations 4 years ago
  PJ Fanning ea58359b7c [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cuvelier. This closes #153 4 years ago
  PJ Fanning 65c4aafe3e [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier. 4 years ago
  Dominik Stadler f6eab84243 Simplify some string operations 5 years ago
  PJ Fanning 12b239f3f2 [github-120] rename some new xpwf abstract classes. This closes #120 5 years ago
  PJ Fanning 50c9a9d6af [github-117] Add getStyleWithName() to XWPFStyles. This closes #117 5 years ago
  PJ Fanning 4adebdbe1c [github-115] implement endnote. This closes #115 5 years ago
  PJ Fanning cf58960bd0 [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This closes #114 5 years ago
  Andreas Beeker cdb3de9dc0 #62355 - unsplit packages - 3 - only imports 6 years ago
  PJ Fanning 11457e8f68 fix spelling 6 years ago
  PJ Fanning 1caafe0431 [githib-110] rename text segment class. This closes #110 6 years ago
  PJ Fanning 2dff049db9 use Integer.toString to convert ints to strings 6 years ago
  Dominik Stadler 8197a53eca Fix bug 61787, which was introduced by bug 58067: Change how deleted content is detected to not incorrectly see too much text as deleted. 6 years ago
  PJ Fanning aa9b57774f use StringBuilder in more places 6 years ago
  PJ Fanning 0b5a0a077f Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. 6 years ago
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 6 years ago
  Javen O'Neal 7b15cc372e github-53: fix NPE when iterating over paragraphs in certain *.docx files. Thanks to Praful Kumar Vaishnav! This closes #53. 7 years ago
  Dominik Stadler 5ca0b239bf Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 7 years ago
  Andreas Beeker cf37b13c3a SonarQube fixes 7 years ago
  Mark Murphy f435ae5129 SonarCube fixes 7 years ago
  Mark Murphy e5384f8dd6 60465: Cannot specify interline spacing for a Paragraph in XWPF 7 years ago
  Andreas Beeker adc96cdca9 Dispose XmlCursor 8 years ago
  Dominik Stadler cb441adcb4 Fix bug 58067: XWPF: don't return deleted text when document is in review-mode 8 years ago
  Dominik Stadler e6d0184794 bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly for 8 years ago
  Andreas Beeker b3ce115ea5 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
  Andreas Beeker da47014b1b Sonar fixes 8 years ago
  Nick Burch ef47d1833d Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, and give a more helpful exception if someone tries to remove a XWPFRun that is not a direct paragraph child 8 years ago
  Nick Burch 3aa84d4555 Support XWPF field runs, the same way that we handle hyperlink runs 8 years ago
  Tim Allison 0a914712bc POI-57975: clean up white spaces and other style issues in XWPF 9 years ago
  Tim Allison c233d8db79 POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt() and add some other classes to enable calculation of paragraph numbers 9 years ago
  Nick Burch 8d0fb1c89d #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWPFParagraph by removing from IRuns as well 9 years ago
  Nick Burch c42c709c9a XWPF implementation of some common Paragraph methods 9 years ago
  Nick Burch eeb40d677f Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates 9 years ago
  Nick Burch 5c86e51b65 More common HWPF/XWPF interfaces 9 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Andreas Beeker f39e6bea74 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
  Nick Burch 6bfca28c3d When adding a new XPWFRun to a paragraph, update both the Runs and IRuns lists with it 10 years ago
  Andreas Beeker 019f40493b FindBugs fix 10 years ago
  Nick Burch 8465abf932 Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBlock) content 11 years ago
  Nick Burch d246052993 Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 11 years ago
  Nick Burch 9228ac464d Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level and format, if applied 11 years ago
  Nick Burch 6ea60a0623 Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents) 12 years ago
  Yegor Kozlov 8b85912bed cleaned javadocs warnings 13 years ago