87 コミット (074d68fedfb86a3b4c1078d6f1010ab66ae7602e)

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