aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-281/+0
* remove some deprecated codePJ Fanning2020-12-061-1/+0
* remove some deprecated codePJ Fanning2020-07-151-14/+0
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-7/+7
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-5/+7
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-35/+35
* bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper...Javen O'Neal2016-09-141-0/+2
* bug 59873: javadoc fixJaven O'Neal2016-07-171-2/+4
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-40/+46
* findbugs: fix SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-06-131-0/+2
* bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlinkJaven O'Neal2015-11-291-7/+24
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-021-21/+29
* bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ...Javen O'Neal2015-11-021-2/+31
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-231-2/+0
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-42/+42
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-051-0/+14
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-1/+12
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-220/+220
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-211-0/+12
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-051-6/+6
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha...Nick Burch2008-04-041-10/+3
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-131-25/+112
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-041-0/+128