tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / universal-content.xml
blob828af6039fa992ca0edb365d4e6d7e72e76c3eb5
1 <?xml version="1.0"?>
2 <?mso-application progid="Excel.Sheet"?>
3 <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">
4   <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
5     <Author>moggi</Author>
6     <LastAuthor>moggi</LastAuthor>
7     <Created>2013-09-05T11:50:47Z</Created>
8     <Version>14.00</Version>
9   </DocumentProperties>
10   <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
11     <AllowPNG/>
12   </OfficeDocumentSettings>
13   <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
14     <WindowHeight>8190</WindowHeight>
15     <WindowWidth>16380</WindowWidth>
16     <WindowTopX>0</WindowTopX>
17     <WindowTopY>0</WindowTopY>
18     <TabRatio>141</TabRatio>
19     <ProtectStructure>False</ProtectStructure>
20     <ProtectWindows>False</ProtectWindows>
21   </ExcelWorkbook>
22   <Styles>
23     <Style ss:ID="Default" ss:Name="Normal">
24       <Alignment ss:Vertical="Bottom"/>
25       <Borders/>
26       <Font ss:FontName="Arial" x:Family="Swiss"/>
27       <Interior/>
28       <NumberFormat/>
29       <Protection/>
30     </Style>
31   </Styles>
32   <Worksheet ss:Name="Sheet1">
33     <Table ss:ExpandedColumnCount="8" ss:ExpandedRowCount="4" x:FullColumns="1" x:FullRows="1" ss:DefaultColumnWidth="60.75">
34       <Row>
35         <Cell>
36           <Data ss:Type="Number">1</Data>
37         </Cell>
38         <Cell>
39           <Data ss:Type="String">String1</Data>
40         </Cell>
41         <Cell ss:Formula="=2*3">
42           <Data ss:Type="Number">6</Data>
43         </Cell>
44       </Row>
45       <Row>
46         <Cell>
47           <Data ss:Type="Number">2</Data>
48         </Cell>
49         <Cell>
50           <Data ss:Type="String">String2</Data>
51         </Cell>
52         <Cell ss:Formula="=2+3">
53           <Data ss:Type="Number">5</Data>
54         </Cell>
55         <Cell ss:Index="5" ss:MergeAcross="1" ss:MergeDown="1"/>
56       </Row>
57       <Row>
58         <Cell ss:Index="3" ss:Formula="=2-3">
59           <Data ss:Type="Number">-1</Data>
60         </Cell>
61         <Cell ss:Index="8">
62           <Comment ss:Author="">
63             <ss:Data xmlns="http://www.w3.org/TR/REC-html40">
64               <Font html:Face="Tahoma" x:CharSet="1" html:Size="9" html:Color="#000000">Test</Font>
65             </ss:Data>
66           </Comment>
67         </Cell>
68       </Row>
69       <Row>
70         <Cell ss:Index="3" ss:Formula="=R[-3]C+R[-2]C">
71           <Data ss:Type="Number">11</Data>
72         </Cell>
73       </Row>
74     </Table>
75     <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
76       <PageSetup>
77         <Layout x:StartPageNumber="1"/>
78         <Header x:Margin="0.78749999999999998" x:Data="&amp;C&amp;A"/>
79         <Footer x:Margin="0.78749999999999998" x:Data="&amp;CPage &amp;P"/>
80         <PageMargins x:Bottom="1.0249999999999999" x:Left="0.78749999999999998" x:Right="0.78749999999999998" x:Top="1.0249999999999999"/>
81       </PageSetup>
82       <Print>
83         <ValidPrinterInfo/>
84         <HorizontalResolution>300</HorizontalResolution>
85         <VerticalResolution>300</VerticalResolution>
86       </Print>
87       <Selected/>
88       <Panes>
89         <Pane>
90           <Number>3</Number>
91           <ActiveRow>6</ActiveRow>
92           <ActiveCol>3</ActiveCol>
93         </Pane>
94       </Panes>
95       <ProtectObjects>False</ProtectObjects>
96       <ProtectScenarios>False</ProtectScenarios>
97       <EnableSelection>NoSelection</EnableSelection>
98     </WorksheetOptions>
99   </Worksheet>
100   <Worksheet ss:Name="Sheet2">
101     <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="1" x:FullColumns="1" x:FullRows="1" ss:DefaultColumnWidth="60.75">
102   </Table>
103     <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
104       <PageSetup>
105         <Header x:Margin="0.78749999999999998" x:Data="&amp;C&amp;A"/>
106         <Footer x:Margin="0.78749999999999998" x:Data="&amp;CPage &amp;P"/>
107         <PageMargins x:Bottom="1.0249999999999999" x:Left="0.78749999999999998" x:Right="0.78749999999999998" x:Top="1.0249999999999999"/>
108       </PageSetup>
109       <Print>
110         <ValidPrinterInfo/>
111         <HorizontalResolution>300</HorizontalResolution>
112         <VerticalResolution>300</VerticalResolution>
113       </Print>
114       <ProtectObjects>False</ProtectObjects>
115       <ProtectScenarios>False</ProtectScenarios>
116       <EnableSelection>NoSelection</EnableSelection>
117     </WorksheetOptions>
118   </Worksheet>
119 </Workbook>