aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFComment.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-339/+0
* Sonar fixesAndreas Beeker2021-01-171-5/+5
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-231-8/+10
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-15/+15
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-071-2/+2
* bug 59279: add Comment.equals and hashCode methodsJaven O'Neal2016-06-171-0/+14
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-0/+27
* whitespaceJaven O'Neal2016-05-091-3/+3
* remove deprecated (2009) HSSFComment#setColumn(short). int version is available.Javen O'Neal2016-01-311-8/+0
* HSSFComment: note a final fieldJaven O'Neal2016-01-311-7/+10
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-111-2/+2
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-131-2/+5
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g...Nick Burch2014-11-041-0/+12
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-3/+0
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-061-0/+3
* Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w...Nick Burch2014-04-241-2/+21
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-231-2/+0
* set isHidden flag 'true' for invisible comment and 'false' for visible commentsEvgeniy Berlog2013-02-021-1/+16
* added javadoc and code refactoringEvgeniy Berlog2012-08-081-2/+2
* added javadoc and few other improvementsEvgeniy Berlog2012-08-061-0/+2
* added features:Evgeniy Berlog2012-07-281-6/+31
* implemented removing of all shape typesEvgeniy Berlog2012-07-191-2/+1
* implemented cloning of shapesEvgeniy Berlog2012-07-191-3/+14
* checked all examples, added several featuresEvgeniy Berlog2012-07-111-23/+23
* implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-061-1/+9
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-011-5/+0
* implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-281-53/+76
* implemented creating shapes in existing filesEvgeniy Berlog2012-06-261-2/+2
* Added such improvements:Evgeniy Berlog2012-06-181-1/+1
* improved work with cell comments in XSSF, also added support for cell comment...Yegor Kozlov2009-11-271-1/+8
* fixed compiler warnings. added some TODO commentsJosh Micich2009-02-131-1/+1
* Fix for bug 46654 - HSSFRow/RowRecord needs to properly update cell boundary ...Josh Micich2009-02-051-38/+57
* Merged revisions 703100,703197,703302,703596,703620,703645,703651,706540 via ...Josh Micich2008-10-251-4/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-041-0/+9
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-1/+1
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-031-7/+0
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-021-0/+7
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-241-4/+5
* HSSF* classes implement same interfaces as XSSF* classes.Ugo Cei2008-01-241-9/+5
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-311-4/+23
* Comment support from bug 41198, patch from YegorNick Burch2007-01-011-0/+143