/[Apache-SVN]
ViewVC logotype

Revision 711755


Jump to revision: Previous Next
Author: josh
Date: Thu Nov 6 02:38:06 2008 UTC (15 years, 4 months ago)
Changed paths: 40
Log Message:
Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,711694,711739,711741,711746,711749 via svnmerge from 
https://svn.apache.org/repos/asf/poi/trunk

........
  r709570 | josh | 2008-10-31 14:17:08 -0700 (Fri, 31 Oct 2008) | 1 line
  
  made DrawingSelectionRecord into a plain BIFF record (not an escher holder aggregate). Added some interpretation of fields
........
  r709598 | josh | 2008-10-31 16:24:41 -0700 (Fri, 31 Oct 2008) | 1 line
  
  Simplified multiple record expansion logic
........
  r710114 | yegor | 2008-11-03 09:54:01 -0800 (Mon, 03 Nov 2008) | 1 line
  
  fixed #46122: Picture#getEscherBSERecord threw NullPointerException if EscherContainerRecord.BSTORE_CONTAINER was not found
........
  r710134 | yegor | 2008-11-03 11:19:39 -0800 (Mon, 03 Nov 2008) | 1 line
  
  fixed bug #46033: table cells had incorrect text type resulting in corrupted style info
........
  r710136 | yegor | 2008-11-03 11:23:52 -0800 (Mon, 03 Nov 2008) | 1 line
  
  updated status of the fixed bug #46033
........
  r711505 | josh | 2008-11-04 19:50:31 -0800 (Tue, 04 Nov 2008) | 1 line
  
  Refactored test case
........
  r711513 | josh | 2008-11-04 21:45:17 -0800 (Tue, 04 Nov 2008) | 1 line
  
  Converted ConstantValueParser to use plain Strings instead of UnicodeStrings
........
  r711514 | josh | 2008-11-04 21:52:35 -0800 (Tue, 04 Nov 2008) | 1 line
  
  Converted SupBookRecord to use plain Strings instead of UnicodeStrings
........
  r711515 | josh | 2008-11-04 22:15:59 -0800 (Tue, 04 Nov 2008) | 1 line
  
  Refactored test case
........
  r711694 | josh | 2008-11-05 12:46:00 -0800 (Wed, 05 Nov 2008) | 1 line
  
  Fixed bug in conversion to/from text cells
........
  r711739 | josh | 2008-11-05 15:28:55 -0800 (Wed, 05 Nov 2008) | 1 line
  
  Refactoring test case
........
  r711741 | josh | 2008-11-05 15:35:02 -0800 (Wed, 05 Nov 2008) | 1 line
  
  Refactoring test case
........
  r711746 | josh | 2008-11-05 15:45:42 -0800 (Wed, 05 Nov 2008) | 1 line
  
  Fixed mistake in test case.  Constant value was 4 bytes too large (should be max *data* size not max *record* size).
........
  r711749 | josh | 2008-11-05 17:12:41 -0800 (Wed, 05 Nov 2008) | 1 line
  
  Introduced ContinuableRecord to help fix serialization of StringRecords with large data.  Fixed TextObjectRecord to only write 16bit unicode when needed.  Simplification in UnicodeString.
........


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/LinkTable.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/DrawingSelectionRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/RecordFactory.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/RecordInputStream.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SSTRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SSTRecordHeader.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SSTRecordSizeCalculator.java deleted
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SSTSerializer.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/StringRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/SupBookRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/TextObjectRecord.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/UnicodeString.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/constant/ConstantValueParser.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/cont/
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/cont, r711749)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/cont/ContinuableRecord.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/cont/ContinuableRecord.java, r711749)
replaced
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/cont/ContinuableRecordOutput.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/cont/ContinuableRecordOutput.java, r711749)
replaced
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/cont/UnknownLengthRecordOutput.java
(Copied from poi/trunk/src/java/org/apache/poi/hssf/record/cont/UnknownLengthRecordOutput.java, r711749)
replaced
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/formula/ArrayPtg.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/ss/formula/SheetRefEvaluator.java modified , props changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/util/DelayableLittleEndianOutput.java
(Copied from poi/trunk/src/java/org/apache/poi/util/DelayableLittleEndianOutput.java, r711749)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/util/LittleEndianByteArrayOutputStream.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/util/StringUtil.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/Picture.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/model/TableCell.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/model/TestPicture.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/model/TestTable.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestRecordFactory.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestSSTRecordSizeCalculator.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestStringRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestSupBookRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestTextObjectBaseRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestTextObjectRecord.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/TestUnicodeString.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/constant/TestConstantValueParser.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/record/formula/TestArrayPtg.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26