/[Apache-SVN]
ViewVC logotype

Revision 645088


Jump to revision: Previous Next
Author: nick
Date: Sat Apr 5 13:07:22 2008 UTC (16 years, 2 months ago)
Changed paths: 43
Log Message:
Merged revisions 642878-642946 via svnmerge from 
https://svn.apache.org/repos/asf/poi/trunk

........
  r642878 | josh | 2008-03-31 06:10:35 +0100 (Mon, 31 Mar 2008) | 1 line
  
  More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy. Some other clean-up.
........
  r642880 | josh | 2008-03-31 06:19:00 +0100 (Mon, 31 Mar 2008) | 1 line
  
  removed incorrect test case methods
........
  r642891 | josh | 2008-03-31 06:56:11 +0100 (Mon, 31 Mar 2008) | 1 line
  
  silenced noisy tests
........
  r642904 | josh | 2008-03-31 07:55:04 +0100 (Mon, 31 Mar 2008) | 1 line
  
  changes/status for #44675, #44695, #44691
........
  r642946 | yegor | 2008-03-31 10:58:27 +0100 (Mon, 31 Mar 2008) | 1 line
  
  Implement Sheet.removeShape(Shape shape) in HSLF
........


Changed paths

Path Details
Directorypoi/branches/ooxml/ modified , props changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/changes.xml modified , text changed
Directorypoi/branches/ooxml/src/documentation/content/xdocs/status.xml modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/FormulaParser.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/CFHeaderRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/CFRuleRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/ExternalNameRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/aggregates/CFRecordsAggregate.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/cf/CellRange.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/FuncVarPtg.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/function/FunctionDataBuilder.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadata.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadataReader.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadataRegistry.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/functions/Pmt.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFConditionalFormattingRule.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/Sheet.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/model/TestShapes.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/AllRecordTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestCFHeaderRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestCFRuleRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestExternalNameRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/aggregates/AllRecordAggregateTests.java
(Copied from poi/trunk/src/testcases/org/apache/poi/hssf/record/aggregates/AllRecordAggregateTests.java, r642946)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/aggregates/TestCFRecordsAggregate.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/aggregates/TestColumnInfoRecordsAggregate.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/cf/TestCellRange.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/AllFormulaTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/function/AllFormulaFunctionTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/function/ExcelFileFormatDocFunctionExtractor.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/function/TestFunctionMetadataRegistry.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/function/TestParseMissingBuiltInFuncs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/function/TestReadMissingBuiltInFuncs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestPmt.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFConfditionalFormatting.java
(Copied from poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFConfditionalFormatting.java, r642946)
added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26