diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-03-06 10:46:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-03-06 10:46:20 +0000 |
commit | 2eed149a6640ec3a582c145d81b50eac374ef064 (patch) | |
tree | 0a63356354d2afc640123587f41a6c734a019ec8 | |
parent | ea8498b269e56d5ae9856beeaf51c11878f04bcb (diff) |
#i99305# remove DOS line ends
3 files changed, 332 insertions, 331 deletions
diff --git a/testautomation/global/input/xml_filter/excel.xml b/testautomation/global/input/xml_filter/excel.xml index 32676a5e6..5c451adf1 100755 --- a/testautomation/global/input/xml_filter/excel.xml +++ b/testautomation/global/input/xml_filter/excel.xml @@ -1,74 +1,74 @@ -<?xml version="1.0"?>
-<?mso-application progid="Excel.Sheet"?>
-<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:o="urn:schemas-microsoft-com:office:office"
- xmlns:x="urn:schemas-microsoft-com:office:excel"
- xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:html="http://www.w3.org/TR/REC-html40">
- <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
- <Author>Joerg Sievers</Author>
- <LastAuthor>Joerg Sievers</LastAuthor>
- <Created>2004-03-29T11:42:58Z</Created>
- <Company>Sun Microsystems GmbH</Company>
- <Version>11.5606</Version>
- </DocumentProperties>
- <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
- <WindowHeight>10620</WindowHeight>
- <WindowWidth>13260</WindowWidth>
- <WindowTopX>480</WindowTopX>
- <WindowTopY>120</WindowTopY>
- <ProtectStructure>False</ProtectStructure>
- <ProtectWindows>False</ProtectWindows>
- </ExcelWorkbook>
- <Styles>
- <Style ss:ID="Default" ss:Name="Normal">
- <Alignment ss:Vertical="Bottom"/>
- <Borders/>
- <Font/>
- <Interior/>
- <NumberFormat/>
- <Protection/>
- </Style>
- <Style ss:ID="s22">
- <NumberFormat ss:Format="#,##0"/>
- </Style>
- </Styles>
- <Worksheet ss:Name="Sheet1">
- <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="4" x:FullColumns="1"
- x:FullRows="1">
- <Column ss:Width="66.75"/>
- <Row>
- <Cell><Data ss:Type="String">Just a testfile.</Data></Cell>
- </Row>
- <Row ss:Index="3">
- <Cell><Data ss:Type="String">made with Excel 2003</Data></Cell>
- </Row>
- <Row>
- <Cell ss:StyleID="s22"><Data ss:Type="String" x:Ticked="1">11.5612.5606</Data></Cell>
- </Row>
- </Table>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <Selected/>
- <Panes>
- <Pane>
- <Number>3</Number>
- <ActiveRow>3</ActiveRow>
- </Pane>
- </Panes>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- <Worksheet ss:Name="Sheet2">
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- <Worksheet ss:Name="Sheet3">
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
-</Workbook>
+<?xml version="1.0"?> +<?mso-application progid="Excel.Sheet"?> +<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" + xmlns:o="urn:schemas-microsoft-com:office:office" + xmlns:x="urn:schemas-microsoft-com:office:excel" + xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" + xmlns:html="http://www.w3.org/TR/REC-html40"> + <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> + <Author>Joerg Sievers</Author> + <LastAuthor>Joerg Sievers</LastAuthor> + <Created>2004-03-29T11:42:58Z</Created> + <Company>Sun Microsystems GmbH</Company> + <Version>11.5606</Version> + </DocumentProperties> + <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> + <WindowHeight>10620</WindowHeight> + <WindowWidth>13260</WindowWidth> + <WindowTopX>480</WindowTopX> + <WindowTopY>120</WindowTopY> + <ProtectStructure>False</ProtectStructure> + <ProtectWindows>False</ProtectWindows> + </ExcelWorkbook> + <Styles> + <Style ss:ID="Default" ss:Name="Normal"> + <Alignment ss:Vertical="Bottom"/> + <Borders/> + <Font/> + <Interior/> + <NumberFormat/> + <Protection/> + </Style> + <Style ss:ID="s22"> + <NumberFormat ss:Format="#,##0"/> + </Style> + </Styles> + <Worksheet ss:Name="Sheet1"> + <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="4" x:FullColumns="1" + x:FullRows="1"> + <Column ss:Width="66.75"/> + <Row> + <Cell><Data ss:Type="String">Just a testfile.</Data></Cell> + </Row> + <Row ss:Index="3"> + <Cell><Data ss:Type="String">made with Excel 2003</Data></Cell> + </Row> + <Row> + <Cell ss:StyleID="s22"><Data ss:Type="String" x:Ticked="1">11.5612.5606</Data></Cell> + </Row> + </Table> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <Selected/> + <Panes> + <Pane> + <Number>3</Number> + <ActiveRow>3</ActiveRow> + </Pane> + </Panes> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> + <Worksheet ss:Name="Sheet2"> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> + <Worksheet ss:Name="Sheet3"> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> +</Workbook> diff --git a/testautomation/global/input/xml_filter/word.xml b/testautomation/global/input/xml_filter/word.xml index a7312d9e8..795cc23f8 100755 --- a/testautomation/global/input/xml_filter/word.xml +++ b/testautomation/global/input/xml_filter/word.xml @@ -1,3 +1,4 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<?mso-application progid="Word.Document"?>
-<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties><o:Title>Just a testfile with Word 2003</o:Title><o:Author>Joerg Sievers</o:Author><o:LastAuthor>Joerg Sievers</o:LastAuthor><o:Revision>1</o:Revision><o:TotalTime>0</o:TotalTime><o:Created>2004-03-29T11:50:00Z</o:Created><o:LastSaved>2004-03-29T11:52:00Z</o:LastSaved><o:Pages>1</o:Pages><o:Words>6</o:Words><o:Characters>39</o:Characters><o:Company>Sun Microsystems GmbH</o:Company><o:Lines>1</o:Lines><o:Paragraphs>1</o:Paragraphs><o:CharactersWithSpaces>44</o:CharactersWithSpaces><o:Version>11.5604</o:Version></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/></w:fonts><w:styles><w:versionOfBuiltInStylenames w:val="4"/><w:latentStyles w:defLockedState="off" w:latentStyleCount="156"/><w:style w:type="paragraph" w:default="on" w:styleId="Normal"><w:name w:val="Normal"/><w:rPr><wx:font wx:val="Times New Roman"/><w:sz w:val="24"/><w:sz-cs w:val="24"/><w:lang w:val="DE" w:fareast="DE" w:bidi="AR-SA"/></w:rPr></w:style><w:style w:type="character" w:default="on" w:styleId="DefaultParagraphFont"><w:name w:val="Default Paragraph Font"/><w:semiHidden/></w:style><w:style w:type="table" w:default="on" w:styleId="TableNormal"><w:name w:val="Normal Table"/><wx:uiName wx:val="Table Normal"/><w:semiHidden/><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr><w:tblPr><w:tblInd w:w="0" w:type="dxa"/><w:tblCellMar><w:top w:w="0" w:type="dxa"/><w:left w:w="108" w:type="dxa"/><w:bottom w:w="0" w:type="dxa"/><w:right w:w="108" w:type="dxa"/></w:tblCellMar></w:tblPr></w:style><w:style w:type="list" w:default="on" w:styleId="NoList"><w:name w:val="No List"/><w:semiHidden/></w:style></w:styles><w:docPr><w:view w:val="print"/><w:zoom w:percent="100"/><w:doNotEmbedSystemFonts/><w:proofState w:spelling="clean" w:grammar="clean"/><w:attachedTemplate w:val=""/><w:defaultTabStop w:val="708"/><w:hyphenationZone w:val="425"/><w:punctuationKerning/><w:characterSpacingControl w:val="DontCompress"/><w:optimizeForBrowser/><w:validateAgainstSchema/><w:saveInvalidXML w:val="off"/><w:ignoreMixedContent w:val="off"/><w:alwaysShowPlaceholderText w:val="off"/><w:compat><w:breakWrappedTables/><w:snapToGridInCell/><w:wrapTextWithPunct/><w:useAsianBreakRules/><w:dontGrowAutofit/></w:compat></w:docPr><w:body><wx:sect><w:proofErr w:type="gramStart"/><w:p><w:pPr><w:rPr><w:lang w:val="EN-GB"/></w:rPr></w:pPr><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>Just a </w:t></w:r><w:proofErr w:type="spellStart"/><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>testfile</w:t></w:r><w:proofErr w:type="spellEnd"/><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t> with Word 2003.</w:t></w:r><w:proofErr w:type="gramEnd"/></w:p><w:p><w:pPr><w:rPr><w:lang w:val="EN-GB"/></w:rPr></w:pPr><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>11.5604.5606</w:t></w:r></w:p><w:sectPr><w:pgSz w:w="11906" w:h="16838"/><w:pgMar w:top="1417" w:right="1417" w:bottom="1134" w:left="1417" w:header="708" w:footer="708" w:gutter="0"/><w:cols w:space="708"/><w:docGrid w:line-pitch="360"/></w:sectPr></wx:sect></w:body></w:wordDocument>
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<?mso-application progid="Word.Document"?> +<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties><o:Title>Just a testfile with Word 2003</o:Title><o:Author>Joerg Sievers</o:Author><o:LastAuthor>Joerg Sievers</o:LastAuthor><o:Revision>1</o:Revision><o:TotalTime>0</o:TotalTime><o:Created>2004-03-29T11:50:00Z</o:Created><o:LastSaved>2004-03-29T11:52:00Z</o:LastSaved><o:Pages>1</o:Pages><o:Words>6</o:Words><o:Characters>39</o:Characters><o:Company>Sun Microsystems GmbH</o:Company><o:Lines>1</o:Lines><o:Paragraphs>1</o:Paragraphs><o:CharactersWithSpaces>44</o:CharactersWithSpaces><o:Version>11.5604</o:Version></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/></w:fonts><w:styles><w:versionOfBuiltInStylenames w:val="4"/><w:latentStyles w:defLockedState="off" w:latentStyleCount="156"/><w:style w:type="paragraph" w:default="on" w:styleId="Normal"><w:name w:val="Normal"/><w:rPr><wx:font wx:val="Times New Roman"/><w:sz w:val="24"/><w:sz-cs w:val="24"/><w:lang w:val="DE" w:fareast="DE" w:bidi="AR-SA"/></w:rPr></w:style><w:style w:type="character" w:default="on" w:styleId="DefaultParagraphFont"><w:name w:val="Default Paragraph Font"/><w:semiHidden/></w:style><w:style w:type="table" w:default="on" w:styleId="TableNormal"><w:name w:val="Normal Table"/><wx:uiName wx:val="Table Normal"/><w:semiHidden/><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr><w:tblPr><w:tblInd w:w="0" w:type="dxa"/><w:tblCellMar><w:top w:w="0" w:type="dxa"/><w:left w:w="108" w:type="dxa"/><w:bo +tom w:w="0" w:type="dxa"/><w:right w:w="108" w:type="dxa"/></w:tblCellMar></w:tblPr></w:style><w:style w:type="list" w:default="on" w:styleId="NoList"><w:name w:val="No List"/><w:semiHidden/></w:style></w:styles><w:docPr><w:view w:val="print"/><w:zoom w:percent="100"/><w:doNotEmbedSystemFonts/><w:proofState w:spelling="clean" w:grammar="clean"/><w:attachedTemplate w:val=""/><w:defaultTabStop w:val="708"/><w:hyphenationZone w:val="425"/><w:punctuationKerning/><w:characterSpacingControl w:val="DontCompress"/><w:optimizeForBrowser/><w:validateAgainstSchema/><w:saveInvalidXML w:val="off"/><w:ignoreMixedContent w:val="off"/><w:alwaysShowPlaceholderText w:val="off"/><w:compat><w:breakWrappedTables/><w:snapToGridInCell/><w:wrapTextWithPunct/><w:useAsianBreakRules/><w:dontGrowAutofit/></w:compat></w:docPr><w:body><wx:sect><w:proofErr w:type="gramStart"/><w:p><w:pPr><w:rPr><w:lang w:val="EN-GB"/></w:rPr></w:pPr><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>Just a </w:t></w:r><w:proofErr w:type="spellStart"/><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>testfile</w:t></w:r><w:proofErr w:type="spellEnd"/><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t> with Word 2003.</w:t></w:r><w:proofErr w:type="gramEnd"/></w:p><w:p><w:pPr><w:rPr><w:lang w:val="EN-GB"/></w:rPr></w:pPr><w:r><w:rPr><w:lang w:val="EN-GB"/></w:rPr><w:t>11.5604.5606</w:t></w:r></w:p><w:sectPr><w:pgSz w:w="11906" w:h="16838"/><w:pgMar w:top="1417" w:right="1417" w:bottom="1134" w:left="1417" w:header="708" w:footer="708" w:gutter="0"/><w:cols w:space="708"/><w:docGrid w:line-pitch="360"/></w:sectPr></wx:sect></w:body></w:wordDocument> diff --git a/testautomation/spreadsheet/optional/input/loadsave/microsoft/excelxml.xml b/testautomation/spreadsheet/optional/input/loadsave/microsoft/excelxml.xml index 624dff02b..1c739493c 100755 --- a/testautomation/spreadsheet/optional/input/loadsave/microsoft/excelxml.xml +++ b/testautomation/spreadsheet/optional/input/loadsave/microsoft/excelxml.xml @@ -1,254 +1,254 @@ -<?xml version="1.0"?>
-<?mso-application progid="Excel.Sheet"?>
-<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:o="urn:schemas-microsoft-com:office:office"
- xmlns:x="urn:schemas-microsoft-com:office:excel"
- xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
- xmlns:html="http://www.w3.org/TR/REC-html40">
- <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
- <Author>Gavin Lu</Author>
- <LastAuthor>Gavin Lu</LastAuthor>
- <Created>2003-07-07T08:07:10Z</Created>
- <Company>Sun China Engineering & Research Institute</Company>
- <Version>11.5329</Version>
- </DocumentProperties>
- <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
- <WindowHeight>9000</WindowHeight>
- <WindowWidth>13860</WindowWidth>
- <WindowTopX>240</WindowTopX>
- <WindowTopY>75</WindowTopY>
- <ProtectStructure>False</ProtectStructure>
- <ProtectWindows>False</ProtectWindows>
- </ExcelWorkbook>
- <Styles>
- <Style ss:ID="Default" ss:Name="Normal">
- <Alignment ss:Vertical="Center"/>
- <Borders/>
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12"/>
- <Interior/>
- <NumberFormat/>
- <Protection/>
- </Style>
- <Style ss:ID="s21" ss:Name="Hyperlink">
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#0000FF"
- ss:Underline="Single"/>
- </Style>
- <Style ss:ID="s22">
- <Alignment ss:Horizontal="Left" ss:Vertical="Center"/>
- </Style>
- <Style ss:ID="s23">
- <Alignment ss:Horizontal="Right" ss:Vertical="Center"/>
- </Style>
- <Style ss:ID="s24">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- </Style>
- <Style ss:ID="s25">
- <Alignment ss:Horizontal="Left" ss:Vertical="Center" ss:Indent="1"/>
- </Style>
- <Style ss:ID="s26">
- <Alignment ss:Vertical="Top"/>
- </Style>
- <Style ss:ID="s27">
- <Alignment ss:Vertical="Center"/>
- </Style>
- <Style ss:ID="s28">
- <Alignment ss:Vertical="Bottom"/>
- </Style>
- <Style ss:ID="s29">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center" ss:Rotate="-42"/>
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="28"/>
- </Style>
- <Style ss:ID="s30">
- <Alignment ss:Vertical="Center" ss:VerticalText="1"/>
- </Style>
- <Style ss:ID="s31">
- <Font ss:FontName="Broadway" x:Family="Swiss" ss:Size="22" ss:Shadow="1"/>
- </Style>
- <Style ss:ID="s32">
- <Alignment ss:Vertical="Center" ss:WrapText="1"/>
- </Style>
- <Style ss:ID="s33">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Borders>
- <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="3"
- ss:Color="#0000FF"/>
- <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1"
- ss:Color="#FF0000"/>
- <Border ss:Position="Right" ss:LineStyle="Double" ss:Weight="3"
- ss:Color="#000000"/>
- <Border ss:Position="Top" ss:LineStyle="DashDot" ss:Weight="2"
- ss:Color="#99CC00"/>
- </Borders>
- </Style>
- <Style ss:ID="s34">
- <Font ss:FontName="Arial Black" x:Family="Swiss" ss:Size="22" ss:Bold="1"
- ss:Outline="1"/>
- </Style>
- <Style ss:ID="s35">
- <Font ss:FontName="Arial Black" x:Family="Swiss" ss:Size="12"/>
- </Style>
- <Style ss:ID="s37">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="Courier New" x:Family="Modern" ss:Size="18"/>
- </Style>
- <Style ss:ID="s38">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Bold="1"/>
- </Style>
- <Style ss:ID="s39">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="Blackadder ITC" x:Family="Decorative" ss:Size="20"
- ss:Italic="1"/>
- </Style>
- <Style ss:ID="s40">
- <Font ss:FontName="Forte" x:Family="Script" ss:Size="16" ss:Underline="Single"/>
- </Style>
- <Style ss:ID="s41">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="Bodoni MT Black" x:Family="Roman" ss:Size="12"
- ss:Color="#FFCC00" ss:Underline="Double"/>
- </Style>
- <Style ss:ID="s42">
- <Font ss:FontName="MS Reference Sans Serif" x:Family="Swiss" ss:Size="12"
- ss:StrikeThrough="1"/>
- </Style>
- <Style ss:ID="s43">
- <Font ss:FontName="Perpetua Titling MT" x:Family="Roman" ss:Size="12"
- ss:VerticalAlign="Superscript"/>
- </Style>
- <Style ss:ID="s44">
- <Font ss:FontName="Rockwell Extra Bold" x:Family="Roman" ss:Size="12"
- ss:VerticalAlign="Subscript"/>
- </Style>
- <Style ss:ID="s47" ss:Parent="s21">
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#0000FF"
- ss:VerticalAlign="Subscript" ss:Underline="Single"/>
- </Style>
- <Style ss:ID="s49">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#FF0000"/>
- <Interior ss:Color="#99CC00" ss:Pattern="Solid"/>
- </Style>
- <Style ss:ID="s51">
- <Alignment ss:Horizontal="Center" ss:Vertical="Center"/>
- <Font ss:FontName="Courier New" x:Family="Modern" ss:Size="12"
- ss:VerticalAlign="Subscript"/>
- </Style>
- </Styles>
- <Worksheet ss:Name="Sheet1">
- <Table ss:ExpandedColumnCount="8" ss:ExpandedRowCount="7" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25">
- <Column ss:Index="2" ss:AutoFitWidth="0" ss:Width="104.25"/>
- <Column ss:AutoFitWidth="0" ss:Width="63"/>
- <Column ss:AutoFitWidth="0" ss:Width="75"/>
- <Column ss:AutoFitWidth="0" ss:Width="135.75"/>
- <Column ss:AutoFitWidth="0" ss:Width="63.75"/>
- <Column ss:AutoFitWidth="0" ss:Width="99.75"/>
- <Row ss:AutoFitHeight="0"/>
- <Row ss:AutoFitHeight="0">
- <Cell ss:Index="2" ss:StyleID="s22"><Data ss:Type="String">left</Data></Cell>
- <Cell ss:StyleID="s23"><Data ss:Type="String">right</Data></Cell>
- <Cell ss:StyleID="s24"><Data ss:Type="String">center</Data></Cell>
- <Cell ss:StyleID="s25"><Data ss:Type="String">Indent</Data></Cell>
- </Row>
- <Row ss:AutoFitHeight="0" ss:Height="122.25">
- <Cell ss:Index="2" ss:StyleID="s26"><Data ss:Type="String">top</Data></Cell>
- <Cell ss:StyleID="s27"><Data ss:Type="String">middle</Data></Cell>
- <Cell ss:StyleID="s28"><Data ss:Type="String">bottom</Data></Cell>
- <Cell ss:StyleID="s29"><Data ss:Type="String">Rotate</Data></Cell>
- <Cell ss:StyleID="s30"><Data ss:Type="String">vertical</Data></Cell>
- <Cell ss:StyleID="s31"><Data ss:Type="String">shadow</Data></Cell>
- </Row>
- <Row ss:AutoFitHeight="0" ss:Height="74.25">
- <Cell><Data ss:Type="String">Notes</Data><Comment ss:Author="Guang Gavin Lu"><ss:Data
- xmlns="http://www.w3.org/TR/REC-html40"><B><Font html:Face="Tahoma"
- x:CharSet="134" x:Family="Swiss" html:Size="8" html:Color="#000000">Guang Gavin Lu:</Font></B><Font
- html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8"
- html:Color="#000000"> </Font><B><Font html:Face="Tahoma"
- x:CharSet="134" x:Family="Swiss" html:Size="8" html:Color="#000000">Yes</Font><Font
- html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8"
- html:Color="#FF6600">, T</Font></B><Font html:Face="Rockwell"
- x:Family="Roman" html:Size="16" html:Color="#FF6600">h</Font><B><Font
- html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#FF0000">is's</Font><Font
- html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#0000FF"> a formated comments</Font></B><Font
- html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#0000FF">. </Font><B><U><Font
- html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8"
- html:Color="#0000FF">:( </Font><Font html:Face="Tahoma" x:CharSet="134"
- x:Family="Swiss" html:Size="8" html:Color="#FF6600">Too complexive. Righ</Font></U></B><Font
- html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8"
- html:Color="#FF6600">t?</Font></ss:Data></Comment></Cell>
- <Cell ss:StyleID="s32"><Data ss:Type="String">WrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrap</Data></Cell>
- <Cell ss:Index="5" ss:StyleID="s33"><Data ss:Type="String">borders</Data></Cell>
- <Cell ss:Index="7" ss:StyleID="s34"><Data ss:Type="String">Outline</Data></Cell>
- </Row>
- <Row ss:AutoFitHeight="0" ss:Height="50.25">
- <Cell ss:Index="2" ss:StyleID="s35"><Data ss:Type="String">Arial Black12</Data></Cell>
- <Cell ss:MergeAcross="1" ss:StyleID="s37"><Data ss:Type="String">Courier New18</Data></Cell>
- <Cell ss:StyleID="s38"><Data ss:Type="String">Black</Data></Cell>
- <Cell ss:StyleID="s39"><Data ss:Type="String">Italy20</Data></Cell>
- <Cell ss:StyleID="s40"><Data ss:Type="String">Underline16</Data></Cell>
- <Cell ss:StyleID="s41"><Data ss:Type="String">Under2</Data></Cell>
- </Row>
- <Row ss:AutoFitHeight="0" ss:Height="37.5">
- <Cell ss:Index="2" ss:StyleID="s42"><Data ss:Type="String">strikethrough</Data></Cell>
- <Cell ss:StyleID="s43"><Data ss:Type="String">superscript</Data></Cell>
- <Cell ss:StyleID="s44"><Data ss:Type="String">subscript</Data></Cell>
- <Cell ss:StyleID="s21" ss:HRef="http://www.sun.com/"><Data ss:Type="String">Link to www.sun.com</Data></Cell>
- <Cell ss:StyleID="s47" ss:HRef="http://www.sun.com/"><Data ss:Type="String">sub_Link</Data></Cell>
- </Row>
- <Row ss:AutoFitHeight="0" ss:Height="38.25">
- <Cell ss:Index="2" ss:MergeAcross="1" ss:StyleID="s49"><Data ss:Type="String">Green Back Red Fore</Data></Cell>
- <Cell ss:Index="5" ss:MergeAcross="2" ss:StyleID="s51"><ss:Data
- ss:Type="String" xmlns="http://www.w3.org/TR/REC-html40"><Sub>Low<Font
- html:Color="#0000FF">er</Font></Sub><B><Font html:Face="Arial"
- x:Family="Swiss" html:Color="#0000FF">Ar</Font><Font html:Face="Arial"
- x:Family="Swiss">ail</Font><U><Font html:Color="#FF0000">Courier New</Font></U></B><I><S><Font
- html:Face="Times New Roman" x:Family="Roman">Times </Font><Font
- html:Face="Times New Roman" x:Family="Roman" html:Color="#99CC00">New</Font><Font
- html:Face="Times New Roman" x:Family="Roman"> Rom</Font><Font
- html:Face="Times New Roman" x:Family="Roman" html:Color="#0000FF">an</Font></S></I><Sup><Font
- html:Face="Times" x:Family="Roman" html:Color="#0000FF">U</Font><Font
- html:Face="Times" x:Family="Roman" html:Color="#800000">p</Font><Font
- html:Face="Times" x:Family="Roman">per</Font></Sup></ss:Data></Cell>
- </Row>
- </Table>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <Unsynced/>
- <Print>
- <ValidPrinterInfo/>
- <PaperSizeIndex>9</PaperSizeIndex>
- <HorizontalResolution>600</HorizontalResolution>
- <VerticalResolution>600</VerticalResolution>
- </Print>
- <Selected/>
- <Panes>
- <Pane>
- <Number>3</Number>
- <ActiveRow>6</ActiveRow>
- <ActiveCol>4</ActiveCol>
- <RangeSelection>R7C5:R7C7</RangeSelection>
- </Pane>
- </Panes>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- <Worksheet ss:Name="Sheet2">
- <Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <Unsynced/>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
- <Worksheet ss:Name="Sheet3">
- <Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1"
- x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/>
- <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
- <Unsynced/>
- <ProtectObjects>False</ProtectObjects>
- <ProtectScenarios>False</ProtectScenarios>
- </WorksheetOptions>
- </Worksheet>
-</Workbook>
+<?xml version="1.0"?> +<?mso-application progid="Excel.Sheet"?> +<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" + xmlns:o="urn:schemas-microsoft-com:office:office" + xmlns:x="urn:schemas-microsoft-com:office:excel" + xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" + xmlns:html="http://www.w3.org/TR/REC-html40"> + <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> + <Author>Gavin Lu</Author> + <LastAuthor>Gavin Lu</LastAuthor> + <Created>2003-07-07T08:07:10Z</Created> + <Company>Sun China Engineering & Research Institute</Company> + <Version>11.5329</Version> + </DocumentProperties> + <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> + <WindowHeight>9000</WindowHeight> + <WindowWidth>13860</WindowWidth> + <WindowTopX>240</WindowTopX> + <WindowTopY>75</WindowTopY> + <ProtectStructure>False</ProtectStructure> + <ProtectWindows>False</ProtectWindows> + </ExcelWorkbook> + <Styles> + <Style ss:ID="Default" ss:Name="Normal"> + <Alignment ss:Vertical="Center"/> + <Borders/> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12"/> + <Interior/> + <NumberFormat/> + <Protection/> + </Style> + <Style ss:ID="s21" ss:Name="Hyperlink"> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#0000FF" + ss:Underline="Single"/> + </Style> + <Style ss:ID="s22"> + <Alignment ss:Horizontal="Left" ss:Vertical="Center"/> + </Style> + <Style ss:ID="s23"> + <Alignment ss:Horizontal="Right" ss:Vertical="Center"/> + </Style> + <Style ss:ID="s24"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + </Style> + <Style ss:ID="s25"> + <Alignment ss:Horizontal="Left" ss:Vertical="Center" ss:Indent="1"/> + </Style> + <Style ss:ID="s26"> + <Alignment ss:Vertical="Top"/> + </Style> + <Style ss:ID="s27"> + <Alignment ss:Vertical="Center"/> + </Style> + <Style ss:ID="s28"> + <Alignment ss:Vertical="Bottom"/> + </Style> + <Style ss:ID="s29"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center" ss:Rotate="-42"/> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="28"/> + </Style> + <Style ss:ID="s30"> + <Alignment ss:Vertical="Center" ss:VerticalText="1"/> + </Style> + <Style ss:ID="s31"> + <Font ss:FontName="Broadway" x:Family="Swiss" ss:Size="22" ss:Shadow="1"/> + </Style> + <Style ss:ID="s32"> + <Alignment ss:Vertical="Center" ss:WrapText="1"/> + </Style> + <Style ss:ID="s33"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Borders> + <Border ss:Position="Bottom" ss:LineStyle="Continuous" ss:Weight="3" + ss:Color="#0000FF"/> + <Border ss:Position="Left" ss:LineStyle="Continuous" ss:Weight="1" + ss:Color="#FF0000"/> + <Border ss:Position="Right" ss:LineStyle="Double" ss:Weight="3" + ss:Color="#000000"/> + <Border ss:Position="Top" ss:LineStyle="DashDot" ss:Weight="2" + ss:Color="#99CC00"/> + </Borders> + </Style> + <Style ss:ID="s34"> + <Font ss:FontName="Arial Black" x:Family="Swiss" ss:Size="22" ss:Bold="1" + ss:Outline="1"/> + </Style> + <Style ss:ID="s35"> + <Font ss:FontName="Arial Black" x:Family="Swiss" ss:Size="12"/> + </Style> + <Style ss:ID="s37"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="Courier New" x:Family="Modern" ss:Size="18"/> + </Style> + <Style ss:ID="s38"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Bold="1"/> + </Style> + <Style ss:ID="s39"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="Blackadder ITC" x:Family="Decorative" ss:Size="20" + ss:Italic="1"/> + </Style> + <Style ss:ID="s40"> + <Font ss:FontName="Forte" x:Family="Script" ss:Size="16" ss:Underline="Single"/> + </Style> + <Style ss:ID="s41"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="Bodoni MT Black" x:Family="Roman" ss:Size="12" + ss:Color="#FFCC00" ss:Underline="Double"/> + </Style> + <Style ss:ID="s42"> + <Font ss:FontName="MS Reference Sans Serif" x:Family="Swiss" ss:Size="12" + ss:StrikeThrough="1"/> + </Style> + <Style ss:ID="s43"> + <Font ss:FontName="Perpetua Titling MT" x:Family="Roman" ss:Size="12" + ss:VerticalAlign="Superscript"/> + </Style> + <Style ss:ID="s44"> + <Font ss:FontName="Rockwell Extra Bold" x:Family="Roman" ss:Size="12" + ss:VerticalAlign="Subscript"/> + </Style> + <Style ss:ID="s47" ss:Parent="s21"> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#0000FF" + ss:VerticalAlign="Subscript" ss:Underline="Single"/> + </Style> + <Style ss:ID="s49"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="宋体" x:CharSet="134" ss:Size="12" ss:Color="#FF0000"/> + <Interior ss:Color="#99CC00" ss:Pattern="Solid"/> + </Style> + <Style ss:ID="s51"> + <Alignment ss:Horizontal="Center" ss:Vertical="Center"/> + <Font ss:FontName="Courier New" x:Family="Modern" ss:Size="12" + ss:VerticalAlign="Subscript"/> + </Style> + </Styles> + <Worksheet ss:Name="Sheet1"> + <Table ss:ExpandedColumnCount="8" ss:ExpandedRowCount="7" x:FullColumns="1" + x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"> + <Column ss:Index="2" ss:AutoFitWidth="0" ss:Width="104.25"/> + <Column ss:AutoFitWidth="0" ss:Width="63"/> + <Column ss:AutoFitWidth="0" ss:Width="75"/> + <Column ss:AutoFitWidth="0" ss:Width="135.75"/> + <Column ss:AutoFitWidth="0" ss:Width="63.75"/> + <Column ss:AutoFitWidth="0" ss:Width="99.75"/> + <Row ss:AutoFitHeight="0"/> + <Row ss:AutoFitHeight="0"> + <Cell ss:Index="2" ss:StyleID="s22"><Data ss:Type="String">left</Data></Cell> + <Cell ss:StyleID="s23"><Data ss:Type="String">right</Data></Cell> + <Cell ss:StyleID="s24"><Data ss:Type="String">center</Data></Cell> + <Cell ss:StyleID="s25"><Data ss:Type="String">Indent</Data></Cell> + </Row> + <Row ss:AutoFitHeight="0" ss:Height="122.25"> + <Cell ss:Index="2" ss:StyleID="s26"><Data ss:Type="String">top</Data></Cell> + <Cell ss:StyleID="s27"><Data ss:Type="String">middle</Data></Cell> + <Cell ss:StyleID="s28"><Data ss:Type="String">bottom</Data></Cell> + <Cell ss:StyleID="s29"><Data ss:Type="String">Rotate</Data></Cell> + <Cell ss:StyleID="s30"><Data ss:Type="String">vertical</Data></Cell> + <Cell ss:StyleID="s31"><Data ss:Type="String">shadow</Data></Cell> + </Row> + <Row ss:AutoFitHeight="0" ss:Height="74.25"> + <Cell><Data ss:Type="String">Notes</Data><Comment ss:Author="Guang Gavin Lu"><ss:Data + xmlns="http://www.w3.org/TR/REC-html40"><B><Font html:Face="Tahoma" + x:CharSet="134" x:Family="Swiss" html:Size="8" html:Color="#000000">Guang Gavin Lu:</Font></B><Font + html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8" + html:Color="#000000"> </Font><B><Font html:Face="Tahoma" + x:CharSet="134" x:Family="Swiss" html:Size="8" html:Color="#000000">Yes</Font><Font + html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8" + html:Color="#FF6600">, T</Font></B><Font html:Face="Rockwell" + x:Family="Roman" html:Size="16" html:Color="#FF6600">h</Font><B><Font + html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#FF0000">is's</Font><Font + html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#0000FF"> a formated comments</Font></B><Font + html:Face="Rockwell" x:Family="Roman" html:Size="16" html:Color="#0000FF">. </Font><B><U><Font + html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8" + html:Color="#0000FF">:( </Font><Font html:Face="Tahoma" x:CharSet="134" + x:Family="Swiss" html:Size="8" html:Color="#FF6600">Too complexive. Righ</Font></U></B><Font + html:Face="Tahoma" x:CharSet="134" x:Family="Swiss" html:Size="8" + html:Color="#FF6600">t?</Font></ss:Data></Comment></Cell> + <Cell ss:StyleID="s32"><Data ss:Type="String">WrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrapWrap</Data></Cell> + <Cell ss:Index="5" ss:StyleID="s33"><Data ss:Type="String">borders</Data></Cell> + <Cell ss:Index="7" ss:StyleID="s34"><Data ss:Type="String">Outline</Data></Cell> + </Row> + <Row ss:AutoFitHeight="0" ss:Height="50.25"> + <Cell ss:Index="2" ss:StyleID="s35"><Data ss:Type="String">Arial Black12</Data></Cell> + <Cell ss:MergeAcross="1" ss:StyleID="s37"><Data ss:Type="String">Courier New18</Data></Cell> + <Cell ss:StyleID="s38"><Data ss:Type="String">Black</Data></Cell> + <Cell ss:StyleID="s39"><Data ss:Type="String">Italy20</Data></Cell> + <Cell ss:StyleID="s40"><Data ss:Type="String">Underline16</Data></Cell> + <Cell ss:StyleID="s41"><Data ss:Type="String">Under2</Data></Cell> + </Row> + <Row ss:AutoFitHeight="0" ss:Height="37.5"> + <Cell ss:Index="2" ss:StyleID="s42"><Data ss:Type="String">strikethrough</Data></Cell> + <Cell ss:StyleID="s43"><Data ss:Type="String">superscript</Data></Cell> + <Cell ss:StyleID="s44"><Data ss:Type="String">subscript</Data></Cell> + <Cell ss:StyleID="s21" ss:HRef="http://www.sun.com/"><Data ss:Type="String">Link to www.sun.com</Data></Cell> + <Cell ss:StyleID="s47" ss:HRef="http://www.sun.com/"><Data ss:Type="String">sub_Link</Data></Cell> + </Row> + <Row ss:AutoFitHeight="0" ss:Height="38.25"> + <Cell ss:Index="2" ss:MergeAcross="1" ss:StyleID="s49"><Data ss:Type="String">Green Back Red Fore</Data></Cell> + <Cell ss:Index="5" ss:MergeAcross="2" ss:StyleID="s51"><ss:Data + ss:Type="String" xmlns="http://www.w3.org/TR/REC-html40"><Sub>Low<Font + html:Color="#0000FF">er</Font></Sub><B><Font html:Face="Arial" + x:Family="Swiss" html:Color="#0000FF">Ar</Font><Font html:Face="Arial" + x:Family="Swiss">ail</Font><U><Font html:Color="#FF0000">Courier New</Font></U></B><I><S><Font + html:Face="Times New Roman" x:Family="Roman">Times </Font><Font + html:Face="Times New Roman" x:Family="Roman" html:Color="#99CC00">New</Font><Font + html:Face="Times New Roman" x:Family="Roman"> Rom</Font><Font + html:Face="Times New Roman" x:Family="Roman" html:Color="#0000FF">an</Font></S></I><Sup><Font + html:Face="Times" x:Family="Roman" html:Color="#0000FF">U</Font><Font + html:Face="Times" x:Family="Roman" html:Color="#800000">p</Font><Font + html:Face="Times" x:Family="Roman">per</Font></Sup></ss:Data></Cell> + </Row> + </Table> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <Unsynced/> + <Print> + <ValidPrinterInfo/> + <PaperSizeIndex>9</PaperSizeIndex> + <HorizontalResolution>600</HorizontalResolution> + <VerticalResolution>600</VerticalResolution> + </Print> + <Selected/> + <Panes> + <Pane> + <Number>3</Number> + <ActiveRow>6</ActiveRow> + <ActiveCol>4</ActiveCol> + <RangeSelection>R7C5:R7C7</RangeSelection> + </Pane> + </Panes> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> + <Worksheet ss:Name="Sheet2"> + <Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1" + x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <Unsynced/> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> + <Worksheet ss:Name="Sheet3"> + <Table ss:ExpandedColumnCount="0" ss:ExpandedRowCount="0" x:FullColumns="1" + x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25"/> + <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> + <Unsynced/> + <ProtectObjects>False</ProtectObjects> + <ProtectScenarios>False</ProtectScenarios> + </WorksheetOptions> + </Worksheet> +</Workbook> |