index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.github.spotbugs-6.1.0
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ooxml
/
java
/
org
/
apache
/
poi
/
xwpf
/
usermodel
/
XWPFParagraph.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow add and remove a HyperlinkRun or a FieldRun
Alain BĂ©arez
2020-03-29
1
-45
/
+176
*
Work on bug 64038 and other bugs and add test for 62865
Dominik Stadler
2020-03-08
1
-16
/
+16
*
[github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....
PJ Fanning
2019-12-26
1
-0
/
+19
*
Bug 63756: Describe units in JavaDoc
Dominik Stadler
2019-11-17
1
-40
/
+34
*
missing @since annotations
PJ Fanning
2019-07-20
1
-0
/
+1
*
[github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...
PJ Fanning
2019-07-19
1
-0
/
+23
*
[github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.
PJ Fanning
2019-07-16
1
-0
/
+23
*
Simplify some string operations
Dominik Stadler
2018-12-26
1
-1
/
+1
*
[github-120] rename some new xpwf abstract classes. This closes #120
PJ Fanning
2018-08-02
1
-2
/
+2
*
[github-117] Add getStyleWithName() to XWPFStyles. This closes #117
PJ Fanning
2018-07-25
1
-5
/
+4
*
[github-115] implement endnote. This closes #115
PJ Fanning
2018-07-24
1
-11
/
+19
*
[github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close...
PJ Fanning
2018-07-21
1
-0
/
+14
*
#62355 - unsplit packages - 3 - only imports
Andreas Beeker
2018-05-27
1
-1
/
+1
*
fix spelling
PJ Fanning
2018-05-27
1
-8
/
+8
*
[githib-110] rename text segment class. This closes #110
PJ Fanning
2018-05-27
1
-3
/
+3
*
use Integer.toString to convert ints to strings
PJ Fanning
2018-02-27
1
-8
/
+8
*
Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...
Dominik Stadler
2017-12-28
1
-1
/
+7
*
use StringBuilder in more places
PJ Fanning
2017-10-31
1
-4
/
+4
*
Remove unnecessary toString calls [thanks to Kui Liu]. This close #79.
PJ Fanning
2017-10-15
1
-1
/
+1
*
Remove unnecessary local variables
Dominik Stadler
2017-09-16
1
-2
/
+1
*
Remove unnecessary type arguments (Java 8)
Dominik Stadler
2017-09-16
1
-2
/
+2
*
javadoc: replace invalid self enclosing elements
PJ Fanning
2017-07-17
1
-31
/
+31
*
github-53: fix NPE when iterating over paragraphs in certain *.docx files. Th...
Javen O'Neal
2017-05-16
1
-7
/
+23
*
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...
Dominik Stadler
2017-04-17
1
-3
/
+3
*
SonarQube fixes
Andreas Beeker
2017-01-08
1
-62
/
+70
*
SonarCube fixes
Mark Murphy
2016-12-16
1
-15
/
+20
*
60465: Cannot specify interline spacing for a Paragraph in XWPF
Mark Murphy
2016-12-16
1
-2
/
+57
*
Dispose XmlCursor
Andreas Beeker
2016-05-16
1
-44
/
+43
*
Fix bug 58067: XWPF: don't return deleted text when document is in review-mode
Dominik Stadler
2016-01-03
1
-1
/
+7
*
bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly for
Dominik Stadler
2016-01-01
1
-7
/
+31
*
remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...
Andreas Beeker
2016-01-01
1
-2
/
+0
*
Sonar fixes
Andreas Beeker
2015-09-27
1
-2
/
+2
*
Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ...
Nick Burch
2015-08-11
1
-4
/
+15
*
Support XWPF field runs, the same way that we handle hyperlink runs
Nick Burch
2015-08-11
1
-8
/
+9
*
POI-57975: clean up white spaces and other style issues in XWPF
Tim Allison
2015-05-29
1
-340
/
+356
*
POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...
Tim Allison
2015-05-05
1
-2
/
+88
*
#57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...
Nick Burch
2015-04-24
1
-1
/
+5
*
XWPF implementation of some common Paragraph methods
Nick Burch
2015-02-05
1
-3
/
+42
*
Stub a common WP paragraph class, needs uncommenting as XWPF implements/emulates
Nick Burch
2015-02-05
1
-1
/
+1
*
More common HWPF/XWPF interfaces
Nick Burch
2015-02-05
1
-0
/
+1
*
Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods
Andreas Beeker
2014-08-28
1
-10
/
+12
*
When adding a new XPWFRun to a paragraph, update both the Runs and IRuns list...
Nick Burch
2014-03-08
1
-26
/
+42
*
FindBugs fix
Andreas Beeker
2014-02-16
1
-2
/
+4
*
Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...
Nick Burch
2013-06-18
1
-31
/
+56
*
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...
Nick Burch
2013-06-13
1
-53
/
+55
*
Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number...
Nick Burch
2013-06-12
1
-1
/
+47
*
Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi...
Nick Burch
2011-12-06
1
-196
/
+205
*
cleaned javadocs warnings
Yegor Kozlov
2011-06-06
1
-2
/
+0
*
Fix 1.6ism
Nick Burch
2011-06-04
1
-1
/
+0
*
bug 51265: Enhanced Handling of Picture Parts in XWPF
Yegor Kozlov
2011-06-01
1
-50
/
+62
[next]