/[Apache-SVN]
ViewVC logotype

Revision 657135


Jump to revision: Previous Next
Author: nick
Date: Fri May 16 17:08:40 2008 UTC (15 years, 11 months ago)
Changed paths: 60
Log Message:
Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646311,646313-646404,646406-646665,646667-646853,646855-646869,646871-647151,647153-647185,647187-647277,647279-647566,647568-647573,647575,647578-647711,647714-647737,647739-647823,647825-648155,648157-648202,648204-648273,648275,648277-648302,648304-648333,648335-648588,648590-648622,648625-648673,648675-649141,649144,649146-649556,649558-649795,649799,649801-649910,649912-649913,649915-650128,650131-650132,650134-650137,650140-650914,650916-651991,651993-652284,652286-652287,652289,652291,652293-652297,652299-652328,652330-652425,652427-652445,652447-652560,652562-652933,652935,652937-652993,652995-653116,653118-653124,653126-653483,653487-653519,653522-653550,653552-653607,653609-653667,653669-653674,653676-653814,653817-653830,653832-657131 via svnmerge from 
https://svn.apache.org:443/repos/asf/poi/trunk

........
  r653892 | josh | 2008-05-06 20:48:55 +0100 (Tue, 06 May 2008) | 1 line
  
  Another attempt to fix unicode problems in functionMetadata.txt.  Made that file pure ascii.
........
  r653945 | nick | 2008-05-06 23:51:28 +0100 (Tue, 06 May 2008) | 1 line
  
  Add disabled test for bug #44898, and slightly improve a few poifs related error messages
........
  r654056 | nick | 2008-05-07 10:41:03 +0100 (Wed, 07 May 2008) | 1 line
  
  Update a test to match the new warning on short files
........
  r654356 | josh | 2008-05-08 01:52:05 +0100 (Thu, 08 May 2008) | 1 line
  
  44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue() also added validation for number of elements in AreaEvals
........
  r654366 | josh | 2008-05-08 02:06:56 +0100 (Thu, 08 May 2008) | 1 line
  
  tiny clean-up after r654356 (bug 44950)
........
  r654649 | josh | 2008-05-09 00:02:43 +0100 (Fri, 09 May 2008) | 1 line
  
  fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since bug 13292) test method.
........
  r654650 | josh | 2008-05-09 00:06:30 +0100 (Fri, 09 May 2008) | 1 line
  
  removed unused constructor and old comment after r654649
........
  r655216 | josh | 2008-05-11 02:30:56 +0100 (Sun, 11 May 2008) | 1 line
  
  bug 23630 - fixed spelling mistake in constant name 
........
  r655278 | josh | 2008-05-11 09:15:39 +0100 (Sun, 11 May 2008) | 1 line
  
  41187 - fixed HSSFSheet to properly read xls files without ROW records
........
  r655282 | yegor | 2008-05-11 10:03:24 +0100 (Sun, 11 May 2008) | 1 line
  
   Added boolean flag to turn on use of merged columns in autosize
........
  r655912 | josh | 2008-05-13 16:25:51 +0100 (Tue, 13 May 2008) | 1 line
  
  added test case for reported bug 44987
........
  r656213 | yegor | 2008-05-14 11:15:00 +0100 (Wed, 14 May 2008) | 1 line
  
  properly update TextSpecInfoAtom when parent text is changed
........
  r656215 | yegor | 2008-05-14 11:18:00 +0100 (Wed, 14 May 2008) | 1 line
  
  Support for embedded ActiveX objects: PowerPoint references them similar to embedded documents but in a different container: ExControl instead of ExEmbed
........
  r656252 | yegor | 2008-05-14 13:42:30 +0100 (Wed, 14 May 2008) | 1 line
  
  convert line breaks into internal ppt represenatation when changing text
........
  r656699 | yegor | 2008-05-15 16:23:38 +0100 (Thu, 15 May 2008) | 1 line
  
  added a set accessor for embedded ole data
........
  r656757 | josh | 2008-05-15 18:49:23 +0100 (Thu, 15 May 2008) | 1 line
  
  bug 45000 - Fixed NPE in ListLevel when numberText is null
........
  r656893 | josh | 2008-05-16 00:30:08 +0100 (Fri, 16 May 2008) | 1 line
  
  44523 - fixed workbook sheet selection and focus
........


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/documentation/release-guide.txt modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/model/Sheet.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/PaneRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/RowRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/WindowOneRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/WindowTwoRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/aggregates/RowRecordsAggregate.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/eval/Area2DEval.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/eval/Area3DEval.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/eval/AreaEvalBase.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/formula/eval/AreaEvalBase.java, r656893)
added
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/usermodel/HSSFCell.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/storage/BlockListImpl.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/storage/RawDataBlock.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/ss/usermodel/FormulaEvaluator.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Cell.java modified , text changed
Directorypoi/branches/ooxml/src/records/definitions/pane_record.xml modified , text changed
Directorypoi/branches/ooxml/src/resources/main/org/apache/poi/hssf/record/formula/function/functionMetadata-asGenerated.txt modified , text changed
Directorypoi/branches/ooxml/src/resources/main/org/apache/poi/hssf/record/formula/function/functionMetadata.txt modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/examples/src/org/apache/poi/hslf/examples/DataExtraction.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/ShapeFactory.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/TextRun.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/ExControl.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/ExControl.java, r656893)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/ExControlAtom.java
(Copied from poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/ExControlAtom.java, r656893)
added
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/ExEmbed.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/ExOleObjStg.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/RecordTypes.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/TextSpecInfoAtom.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/usermodel/ObjectData.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/usermodel/RichTextRun.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hwpf/model/ListLevel.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/record/TestTextSpecInfoAtom.java
(Copied from poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/record/TestTextSpecInfoAtom.java, r656893)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/HSSFTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls
(Copied from poi/trunk/src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls, r656893)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/AllModelTests.java
(Copied from poi/trunk/src/testcases/org/apache/poi/hssf/model/AllModelTests.java, r656893)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestSheet.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/model/TestSheetAdditional.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/aggregates/TestRowRecordsAggregate.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/TestFuncPtg.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/eval/AllFormulaEvalTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/eval/TestAreaEval.java
(Copied from poi/trunk/src/testcases/org/apache/poi/hssf/record/formula/eval/TestAreaEval.java, r656893)
added
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/functions/TestCountFuncs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/AllUserModelTests.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestFormulaEvaluatorBugs.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFRow.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFSheet.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp, r656893)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps, r656893)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/storage/TestRawDataBlock.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26