aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFHyperlink.java
Commit message (Expand)AuthorAgeFilesLines
* bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink...Javen O'Neal2015-11-021-2/+2
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-021-1/+31
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+5
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+7
* Eclipse warningsDominik Stadler2015-10-051-7/+19
* Bugzilla 54070: Patch for typos in comments, javadoc and documentation Yegor Kozlov2012-11-011-13/+13
* Initialise the link type of HSSFHyperLink, so that getType() on it worksNick Burch2010-01-051-0/+4
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-11/+10
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-3/+3
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-121-0/+22
* fixed a regression issue where HSSFHyperlink failed to set inter-sheet and fi...Yegor Kozlov2009-06-191-56/+37
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-232/+232
* Fix for bug 46445 - move hyperlinks when shifting rowsYegor Kozlov2008-12-301-0/+45
* Fixes / additions for reserialization of HyperlinkRecord Josh Micich2008-11-211-3/+3
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-17/+17
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-13/+9
* support for excel hypelrinksYegor Kozlov2008-02-071-0/+191