aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model/TestRVA.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-132/+0
* Sonar fixesAndreas Beeker2021-01-101-2/+1
* Sonar fixesAndreas Beeker2021-01-091-1/+1
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-36/+28
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-18/+10
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-1/+1
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-1/+1
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+2
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-131-55/+63
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-2/+2
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-191-1/+1
* removed debug code accidentally submitted with r693591Josh Micich2008-09-091-15/+0
* Added support for parsing array constants in formulas. (Helping investigation...Josh Micich2008-09-091-15/+22
* added extra RVA test case (for bug 45206)Josh Micich2008-06-151-4/+7
* Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera...Josh Micich2008-06-071-13/+2
* Fix for 45060 (and 45041) - Improved token class transformation during formul...Josh Micich2008-05-281-0/+156