/[Apache-SVN]
ViewVC logotype

Revision 426082


Jump to revision: Previous Next
Author: jheight
Date: Thu Jul 27 14:15:11 2006 UTC (17 years, 9 months ago)
Changed paths: 29
Log Message:
Made a bit of a meal out of the Shared formula patch, some of our test cases failed. Guess that is a good thing. Now working.

Committed patch provided in Bug 40024. Avik, sorry bet you to it.

Committed a patch to Bug 13249. HSSF will now raise an exception if a name is provided that is case-insensitive match to an existing name. In addition the getNameIndex now performs a case-insensitive search. This now matches excel behaviour.


Changed paths

Path Details
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/SharedFormulaRecord.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/FormulaRecordAggregate.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/AreaErrPtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/ErrPtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/IntersectionPtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/MemAreaPtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/MemErrPtg.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/PercentPtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/Ptg.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/record/formula/RangePtg.java added
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFName.java modified , text changed
Directoryjakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/HSSFTests.java modified , text changed
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/AreaErrPtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/ErrPtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/IntersectionPtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/PercentPtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/RangePtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/data/UnionPtg.xls added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/aggregates/TestValueRecordsAggregate.java modified , text changed
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/AbstractPtgTestCase.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestAreaErrPtg.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestErrPtg.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestIntersectionPtg.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestPercentPtg.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestRangePtg.java added
Directoryjakarta/poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/TestUnionPtg.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26