aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/AreaReference.java
Commit message (Expand)AuthorAgeFilesLines
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-031-1/+1
* findbugs: remove switch statement fall-through and move default switch to bottomJaven O'Neal2016-07-021-2/+2
* bug 59170: add version when deprecatedJaven O'Neal2016-06-171-1/+2
* findbugs: fix SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-06-131-2/+3
* bug 58402: make AreaReference's private SpreadsheetVersion _version variable ...Javen O'Neal2015-10-231-4/+12
* My own patch to fix #56328David North2015-06-121-8/+22
* Fix Eclipse warnings, unnecessary casts, use generics, static access...Dominik Stadler2014-12-281-6/+7
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-121-0/+2
* Fix bug #51963 - Correct AreaReference handling of references containing a sh...Nick Burch2011-10-051-5/+12
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-1/+3
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-1/+9
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-291-3/+40
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-16/+46
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-0/+296