]> source.dussan.org Git - poi.git/commit
Merged revisions 695264,695303,695420 via svnmerge from
authorNick Burch <nick@apache.org>
Mon, 15 Sep 2008 17:01:46 +0000 (17:01 +0000)
committerNick Burch <nick@apache.org>
Mon, 15 Sep 2008 17:01:46 +0000 (17:01 +0000)
commitedee0621b4307fa8eaa982bc7e88ac65c43e5f0f
tree9f3d2191c85ed0037c5b076af095440ba5d90771
parenta9623d08af5cfc9e3374ddc68f018d177521864a
Merged revisions 695264,695303,695420 via svnmerge from
https://svn.apache.org:443/repos/asf/poi/trunk

........
  r695264 | josh | 2008-09-14 19:55:28 +0100 (Sun, 14 Sep 2008) | 1 line

  Fix for bug 45978 - removed eager initialisation of SheetReferences
........
  r695303 | nick | 2008-09-14 23:19:06 +0100 (Sun, 14 Sep 2008) | 1 line

  Make a start on exposing the StyleRecord details into HSSFCellStyle, but not fully there yet
........
  r695420 | nick | 2008-09-15 12:02:18 +0100 (Mon, 15 Sep 2008) | 1 line

  Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally held on the parent style though)
........

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@695549 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/model/LinkTable.java
src/java/org/apache/poi/hssf/model/Workbook.java
src/java/org/apache/poi/hssf/record/StyleRecord.java
src/java/org/apache/poi/hssf/record/formula/Area3DPtg.java
src/java/org/apache/poi/hssf/record/formula/Ref3DPtg.java
src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/hssf/util/SheetReferences.java [deleted file]
src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Workbook.java
src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Workbook.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
src/testcases/org/apache/poi/hssf/HSSFTests.java
src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/ex45978-extraLinkTableSheets.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/eventusermodel/TestEventWorkbookBuilder.java
src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java
src/testcases/org/apache/poi/hssf/usermodel/TestLinkTable.java
src/testcases/org/apache/poi/hssf/util/AllHSSFUtilTests.java
src/testcases/org/apache/poi/hssf/util/TestSheetReferences.java [deleted file]