| Commit message (Expand) | Author | Age | Files | Lines |
* | fix lgtm issues | PJ Fanning | 2018-09-28 | 1 | -5/+3 |
* | add null guard in XSSFComment | PJ Fanning | 2018-07-30 | 1 | -1/+4 |
* | Fix some findbugs-issues and apply some code-cleanup and apply some smaller p... | Dominik Stadler | 2017-10-13 | 1 | -0/+1 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 1 | -2/+1 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 1 | -1/+1 |
* | bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f... | Javen O'Neal | 2016-10-07 | 1 | -2/+6 |
* | bug 50795: move hack to avoid xmlbeans corrupt pointer to its own function | Javen O'Neal | 2016-07-07 | 1 | -8/+9 |
* | bug 59279: add Comment.equals and hashCode methods | Javen O'Neal | 2016-06-17 | 1 | -0/+15 |
* | bug 59443: exit early on setAddress if address is the same | Javen O'Neal | 2016-05-09 | 1 | -0/+8 |
* | bug 59443: add get/setAddress methods on cell comment class | Javen O'Neal | 2016-05-09 | 1 | -35/+44 |
* | whitespace | Javen O'Neal | 2016-05-09 | 1 | -39/+39 |
* | bug 58365: patch from Hannes Erven: add method to efficiently get all cell co... | Javen O'Neal | 2015-11-23 | 1 | -7/+7 |
* | #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema... | Andreas Beeker | 2015-11-21 | 1 | -1/+1 |
* | Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in... | Dominik Stadler | 2015-07-24 | 1 | -0/+16 |
* | Bug 56017: fix shifting comments with shifted rows and move some more tests i... | Dominik Stadler | 2015-03-15 | 1 | -2/+10 |
* | Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values p... | Andreas Beeker | 2014-11-16 | 1 | -1/+3 |
* | Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from g... | Nick Burch | 2014-11-04 | 1 | -2/+16 |
* | Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one c... | Nick Burch | 2011-02-18 | 1 | -1/+10 |
* | Fix bug #49432 - Lazy caching of XSSFComment CTComment objects by reference, ... | Nick Burch | 2010-06-14 | 1 | -1/+9 |
* | improved work with cell comments in XSSF, also added support for cell comment... | Yegor Kozlov | 2009-11-27 | 1 | -44/+109 |
* | Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ... | Nick Burch | 2009-11-03 | 1 | -2/+2 |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 1 | -1/+0 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 1 | -3/+4 |
* | Fix the xssfcomments support, so we don't double-add the underlying ctcomment... | Nick Burch | 2008-04-07 | 1 | -5/+6 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 1 | -4/+6 |
* | More tests for xssf comments. Now almost all there and working, except for ri... | Nick Burch | 2008-04-03 | 1 | -1/+3 |
* | Fix the comments code so that we can correctly process existing XSSF comments... | Nick Burch | 2008-04-02 | 1 | -5/+4 |
* | Shift comments support over onto new style XSSFModel, in preparation for read... | Nick Burch | 2008-03-31 | 1 | -4/+4 |
* | Applied patches for bug #44566, thanks to Paolo Mottadelli <paolo.moz@gmail.c... | Ugo Cei | 2008-03-08 | 1 | -10/+21 |
* | Applied patch from bug #44535 contributed by Paolo Mottadelli <paolo.moz@gmai... | Ugo Cei | 2008-03-07 | 1 | -0/+88 |