aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFComment.java
Commit message (Expand)AuthorAgeFilesLines
* fix lgtm issuesPJ Fanning2018-09-281-5/+3
* add null guard in XSSFCommentPJ Fanning2018-07-301-1/+4
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-131-0/+1
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-1/+1
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-071-2/+6
* bug 50795: move hack to avoid xmlbeans corrupt pointer to its own functionJaven O'Neal2016-07-071-8/+9
* bug 59279: add Comment.equals and hashCode methodsJaven O'Neal2016-06-171-0/+15
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-091-0/+8
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-35/+44
* whitespaceJaven O'Neal2016-05-091-39/+39
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-231-7/+7
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-211-1/+1
* Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in...Dominik Stadler2015-07-241-0/+16
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-151-2/+10
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p...Andreas Beeker2014-11-161-1/+3
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-041-2/+16
* Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c...Nick Burch2011-02-181-1/+10
* Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ...Nick Burch2010-06-141-1/+9
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-44/+109
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ...Nick Burch2009-11-031-2/+2
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-281-1/+0
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-251-3/+4
* Fix the xssfcomments support, so we don't double-add the underlying ctcomment...Nick Burch2008-04-071-5/+6
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-4/+6
* More tests for xssf comments. Now almost all there and working, except for ri...Nick Burch2008-04-031-1/+3
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-021-5/+4
* Shift comments support over onto new style XSSFModel, in preparation for read...Nick Burch2008-03-311-4/+4
* Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c...Ugo Cei2008-03-081-10/+21
* Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai...Ugo Cei2008-03-071-0/+88