/[Apache-SVN]
ViewVC logotype

Revision 647203


Jump to revision: Previous Next
Author: nick
Date: Fri Apr 11 15:52:17 2008 UTC (16 years, 1 month ago)
Changed paths: 32
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-647199 via svnmerge from 
https://svn.apache.org:443/repos/asf/poi/trunk

........
  r646854 | nick | 2008-04-10 16:54:02 +0100 (Thu, 10 Apr 2008) | 1 line
  
  Initial support for getting and changing chart titles and series titles
........
  r646870 | nick | 2008-04-10 17:59:10 +0100 (Thu, 10 Apr 2008) | 1 line
  
  Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document
........
  r647152 | nick | 2008-04-11 14:04:11 +0100 (Fri, 11 Apr 2008) | 1 line
  
  Update the sample embeded documents to be from know sources, so we can test better
........
  r647186 | nick | 2008-04-11 15:43:05 +0100 (Fri, 11 Apr 2008) | 1 line
  
  Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents
........


Changed paths

Path Details
Directorypoi/branches/ooxml/ modified , props changed
Directorypoi/branches/ooxml/build.xml modified , text 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/POIDocument.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/hssf/record/DrawingRecordForBiffViewer.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/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/dev/POIFSLister.java
(Copied from poi/trunk/src/java/org/apache/poi/poifs/dev/POIFSLister.java, r647186)
added
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java modified , text changed
Directorypoi/branches/ooxml/src/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hdgf/HDGFDiagram.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/HSLFSlideShow.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hslf/record/CurrentUserAtom.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hssf/usermodel/HSSFChart.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hslf/extractor/TextExtractor.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hssf/usermodel/TestHSSFChart.java modified , text changed
Directorypoi/branches/ooxml/src/scratchpad/testcases/org/apache/poi/hwpf/extractor/TestWordExtractor.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/hssf/extractor/TestExcelExtractor.java modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/excel_with_embeded.xls modified , text changed
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt, r647186)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.xls deleted
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files, r647186)
added
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls
(Copied from poi/trunk/src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls, r647186)
replaced
Directorypoi/branches/ooxml/src/testcases/org/apache/poi/poifs/data/word_with_embeded.doc modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26