]> source.dussan.org Git - poi.git/commit
Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,613402-61421...
authorNick Burch <nick@apache.org>
Sat, 29 Mar 2008 17:19:09 +0000 (17:19 +0000)
committerNick Burch <nick@apache.org>
Sat, 29 Mar 2008 17:19:09 +0000 (17:19 +0000)
commit8aa0c858c602a80fc359401d18d024239ebcfce5
tree771f62a0c04d2765a03520ba4dfa0817c4ac1090
parentfb33f585f596d2d149409e5c88e8f4a7ea47921a
Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,613402-614210,614212-614273,614275-614869,614871-614877,614879-614908,614910-615189,615191-615254,615256-615258,615260-615309,615311-615314,615316-615609,615611-615768,615770-615858,615860-617155,617157-617166,617168-617482,617484-617486,617488-617490,617492-617515,617517-617522,617524-617554,617556-617833,617835-618229,618231-618234,618236-618327,618329-618679,618681-618689,618691,618693-618939,618941-619000,619002-619309,619311-619381,619383-619501,619503-619508,619510-619847,619850,619852-619967,619969-620340,620342-620556,620558-620581,620583-627778,627780-627787,627789-627998,628000-628026,628028,628030-628032,628034,628036-628043,628045-628064,628066-628713,628715-629551,629553-629737,629739-629741,629743-629754,629756-629820,629822-629828,629830,629833-629836,629838-629848,629850-629864,629866-630159,630161-630163,630165-633113,633115-633117,633119-633125,633127-633150,633152-633168,633170-633204,633206-633504,633506-633546,633549-634317,634319-634370,634373-634616,634618,634620-634629,634631-636750,636752-636755,636757-636785,636787-636789,636791-637188,637190-637592,637594,637596-637597,637599,637602-637869,637871-638784,638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-640056,640058-642557 via svnmerge from
https://svn.apache.org/repos/asf/poi/trunk

........
  r639918 | josh | 2008-03-21 23:47:51 +0000 (Fri, 21 Mar 2008) | 1 line

  sort to int conversion sign extension fix
........
  r640711 | josh | 2008-03-25 06:18:33 +0000 (Tue, 25 Mar 2008) | 1 line

  Added class javadoc.  Patch 30311 from Dmtriy.
........
  r641157 | josh | 2008-03-26 05:29:08 +0000 (Wed, 26 Mar 2008) | 1 line

  more javadoc + clean-up from Dmitriy (bug 30311 att 21711)
........
  r641185 | josh | 2008-03-26 07:32:28 +0000 (Wed, 26 Mar 2008) | 1 line

  patch 44675 - made POI capable of recognising var-args functions.  Some related fixes.
........
  r641796 | nick | 2008-03-27 12:48:55 +0000 (Thu, 27 Mar 2008) | 1 line

  Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Documents
........
  r641799 | nick | 2008-03-27 12:54:32 +0000 (Thu, 27 Mar 2008) | 1 line

  Fix typo, and point hwpf people at the new microsoft docs
........
  r641934 | nick | 2008-03-27 18:24:39 +0000 (Thu, 27 Mar 2008) | 1 line

  Add failing (but disabled) test from bug #44691
........
  r641964 | josh | 2008-03-27 20:03:29 +0000 (Thu, 27 Mar 2008) | 1 line

  fixes for ExternalNameRecord serialisation bug #44691
........
  r641967 | josh | 2008-03-27 20:15:13 +0000 (Thu, 27 Mar 2008) | 1 line

  annotated previous changelist(641964) with wrong buzilla number.  Previous changes were for bug #44695.
........
  r641996 | josh | 2008-03-27 21:54:21 +0000 (Thu, 27 Mar 2008) | 1 line

  (real) fix for  bug #44691. Modified Pmt.java to allow for 3 arguments.  Added TestPmt junit.
........
  r642231 | nick | 2008-03-28 13:35:37 +0000 (Fri, 28 Mar 2008) | 1 line

  Add test to show that bug #44693 is incorrect
........

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642560 13f79535-47bb-0310-9956-ffa450edef68
41 files changed:
build.xml
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/hwpf/docoverview.xml
src/documentation/content/xdocs/hwpf/index.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/hssf/model/FormulaParser.java
src/java/org/apache/poi/hssf/record/ExternalNameRecord.java
src/java/org/apache/poi/hssf/record/aggregates/CFRecordsAggregate.java
src/java/org/apache/poi/hssf/record/formula/AbstractFunctionPtg.java
src/java/org/apache/poi/hssf/record/formula/FuncPtg.java
src/java/org/apache/poi/hssf/record/formula/FuncVarPtg.java
src/java/org/apache/poi/hssf/record/formula/function/FunctionDataBuilder.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadata.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadataReader.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/record/formula/function/FunctionMetadataRegistry.java [new file with mode: 0644]
src/java/org/apache/poi/hssf/usermodel/HSSFConditionalFormatting.java
src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
src/resources/fontmetrics/font_metrics.properties [deleted file]
src/resources/main/font_metrics.properties [new file with mode: 0644]
src/resources/main/org/apache/poi/hssf/record/formula/function/functionMetadata-asGenerated.txt [new file with mode: 0644]
src/resources/main/org/apache/poi/hssf/record/formula/function/functionMetadata.txt [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hssf/record/formula/functions/Pmt.java
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/PicturesTable.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/AllIndividualFunctionEvaluationTests.java
src/scratchpad/testcases/org/apache/poi/hssf/record/formula/functions/TestPmt.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestPictures.java
src/testcases/org/apache/poi/hssf/data/44693.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/data/missingFuncs44675.xls [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/model/TestFormulaParser.java
src/testcases/org/apache/poi/hssf/record/AllRecordTests.java
src/testcases/org/apache/poi/hssf/record/TestExternalNameRecord.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/AllFormulaTests.java
src/testcases/org/apache/poi/hssf/record/formula/function/AllFormulaFunctionTests.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/function/ExcelFileFormatDocFunctionExtractor.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/function/TestFunctionMetadataRegistry.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/function/TestParseMissingBuiltInFuncs.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/record/formula/function/TestReadMissingBuiltInFuncs.java [new file with mode: 0644]
src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java