tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / hidden-rows-columns.xml
blob6b4b597bf1d31064426892319d3ca7ecb350b90f
1 <?xml version="1.0"?>
2 <?mso-application progid="Excel.Sheet"?>
3 <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
4  xmlns:o="urn:schemas-microsoft-com:office:office"
5  xmlns:x="urn:schemas-microsoft-com:office:excel"
6  xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
7  xmlns:html="http://www.w3.org/TR/REC-html40">
8  <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
9   <Author>Kohei Yoshida</Author>
10   <LastAuthor>Kohei Yoshida</LastAuthor>
11   <Created>2018-02-14T01:31:11Z</Created>
12   <LastSaved>2018-02-14T01:35:31Z</LastSaved>
13   <Version>16.00</Version>
14  </DocumentProperties>
15  <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
16   <AllowPNG/>
17  </OfficeDocumentSettings>
18  <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
19   <WindowHeight>9105</WindowHeight>
20   <WindowWidth>13800</WindowWidth>
21   <WindowTopX>0</WindowTopX>
22   <WindowTopY>0</WindowTopY>
23   <ActiveSheet>1</ActiveSheet>
24   <ProtectStructure>False</ProtectStructure>
25   <ProtectWindows>False</ProtectWindows>
26  </ExcelWorkbook>
27  <Styles>
28   <Style ss:ID="Default" ss:Name="Normal">
29    <Alignment ss:Vertical="Bottom"/>
30    <Borders/>
31    <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
32    <Interior/>
33    <NumberFormat/>
34    <Protection/>
35   </Style>
36  </Styles>
37  <Worksheet ss:Name="Hidden Rows">
38   <Table ss:ExpandedColumnCount="1" ss:ExpandedRowCount="9" x:FullColumns="1"
39    x:FullRows="1" ss:DefaultRowHeight="15">
40    <Row>
41     <Cell><Data ss:Type="String">visible</Data></Cell>
42    </Row>
43    <Row ss:Hidden="1">
44     <Cell><Data ss:Type="String">hidden</Data></Cell>
45    </Row>
46    <Row ss:Hidden="1">
47     <Cell><Data ss:Type="String">hidden</Data></Cell>
48    </Row>
49    <Row>
50     <Cell><Data ss:Type="String">visible</Data></Cell>
51    </Row>
52    <Row ss:Hidden="1">
53     <Cell><Data ss:Type="String">hidden</Data></Cell>
54    </Row>
55    <Row>
56     <Cell><Data ss:Type="String">visible</Data></Cell>
57    </Row>
58    <Row>
59     <Cell><Data ss:Type="String">visible</Data></Cell>
60    </Row>
61    <Row>
62     <Cell><Data ss:Type="String">visible</Data></Cell>
63    </Row>
64    <Row ss:Hidden="1">
65     <Cell><Data ss:Type="String">hidden</Data></Cell>
66    </Row>
67   </Table>
68   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
69    <PageSetup>
70     <Header x:Margin="0.3"/>
71     <Footer x:Margin="0.3"/>
72     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
73    </PageSetup>
74    <Panes>
75     <Pane>
76      <Number>3</Number>
77      <ActiveRow>14</ActiveRow>
78      <ActiveCol>3</ActiveCol>
79     </Pane>
80    </Panes>
81    <ProtectObjects>False</ProtectObjects>
82    <ProtectScenarios>False</ProtectScenarios>
83   </WorksheetOptions>
84  </Worksheet>
85  <Worksheet ss:Name="Hidden Columns">
86   <Table ss:ExpandedColumnCount="12" ss:ExpandedRowCount="1" x:FullColumns="1"
87    x:FullRows="1" ss:DefaultRowHeight="15">
88    <Column ss:Index="3" ss:Hidden="1" ss:AutoFitWidth="0" ss:Span="3"/>
89    <Column ss:Index="11" ss:Hidden="1" ss:AutoFitWidth="0"/>
90    <Row>
91     <Cell ss:Index="2"><Data ss:Type="String">hidden -&gt;</Data></Cell>
92     <Cell ss:Index="7"><Data ss:Type="String">&lt;- hidden</Data></Cell>
93     <Cell ss:Index="10"><Data ss:Type="String">hidden -&gt;</Data></Cell>
94     <Cell ss:Index="12"><Data ss:Type="String">&lt;- hidden</Data></Cell>
95    </Row>
96   </Table>
97   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
98    <PageSetup>
99     <Header x:Margin="0.3"/>
100     <Footer x:Margin="0.3"/>
101     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
102    </PageSetup>
103    <Selected/>
104    <Panes>
105     <Pane>
106      <Number>3</Number>
107      <ActiveRow>10</ActiveRow>
108      <ActiveCol>1</ActiveCol>
109     </Pane>
110    </Panes>
111    <ProtectObjects>False</ProtectObjects>
112    <ProtectScenarios>False</ProtectScenarios>
113   </WorksheetOptions>
114  </Worksheet>
115 </Workbook>