aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableRow.java
Commit message (Expand)AuthorAgeFilesLines
* use Integer.toString to convert ints to stringsPJ Fanning2018-02-271-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-2/+2
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-174/+174
* Findbugs fixMark Murphy2016-12-161-5/+4
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead...Mark Murphy2016-11-051-22/+42
* Dispose XmlCursorAndreas Beeker2016-05-161-1/+2
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-011-1/+0
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-291-182/+190
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-3/+4
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-161-0/+26
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-181-0/+3
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-4/+4
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-131-103/+102
* Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe...Yegor Kozlov2012-02-071-2/+67
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-3/+3
* cleaned javadoc warningsYegor Kozlov2010-10-061-7/+0
* 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-5/+64
* added an annotation '@Internal' to mark program elements intended for POI int...Yegor Kozlov2009-12-031-0/+2
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when im...Yegor Kozlov2009-11-161-3/+2
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-3/+3
* applied patches by Gisella Bronzetti:46299 - support for carriage return and ...Yegor Kozlov2008-12-171-0/+91