]> source.dussan.org Git - poi.git/commit
Rename some of the internal HSSF sheet lookup methods which deal with external sheet...
authorNick Burch <nick@apache.org>
Thu, 24 Jul 2014 21:25:45 +0000 (21:25 +0000)
committerNick Burch <nick@apache.org>
Thu, 24 Jul 2014 21:25:45 +0000 (21:25 +0000)
commit904d73c847dd8b893ed932f9cadce52a406f14b8
tree1b8b6422c2166f1697ecf2c110bf0f67aa89a3e4
parent6a925882305492f55fe8f74a5358d459fbcb09d8
Rename some of the internal HSSF sheet lookup methods which deal with external sheet indicies, to make it clear when they return the first sheet name/index, and add support for getting the last one too (will be the same as the first if not a range)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613305 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/model/InternalWorkbook.java
src/java/org/apache/poi/hssf/model/LinkTable.java
src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationWorkbook.java
src/java/org/apache/poi/hssf/usermodel/HSSFName.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/ss/formula/EvaluationWorkbook.java
src/java/org/apache/poi/ss/formula/FormulaRenderingWorkbook.java
src/java/org/apache/poi/ss/formula/ptg/ExternSheetNameResolver.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFEvaluationWorkbook.java
src/testcases/org/apache/poi/hssf/eventusermodel/TestEventWorkbookBuilder.java