tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / merged-cells.xml
blob6bc69d55b165d6780b5213956c890458e3d69a56
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>2016-12-15T03:48:24Z</Created>
12   <LastSaved>2016-12-15T03:54:21Z</LastSaved>
13   <Version>15.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>14385</WindowHeight>
20   <WindowWidth>24000</WindowWidth>
21   <WindowTopX>0</WindowTopX>
22   <WindowTopY>0</WindowTopY>
23   <RefModeR1C1/>
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   <Style ss:ID="s17">
37    <Interior ss:Color="#FCE4D6" ss:Pattern="Solid"/>
38   </Style>
39   <Style ss:ID="s22">
40    <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
41    <Interior ss:Color="#EDEDED" ss:Pattern="Solid"/>
42   </Style>
43   <Style ss:ID="s23">
44    <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
45    <Interior ss:Color="#FFF2CC" ss:Pattern="Solid"/>
46   </Style>
47   <Style ss:ID="s24">
48    <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
49    <Interior ss:Color="#F8CBAD" ss:Pattern="Solid"/>
50   </Style>
51   <Style ss:ID="s25">
52    <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
53    <Interior ss:Color="#F4B084" ss:Pattern="Solid"/>
54   </Style>
55   <Style ss:ID="s26">
56    <Alignment ss:Horizontal="Center" ss:Vertical="Bottom"/>
57    <Interior ss:Color="#FFFF00" ss:Pattern="Solid"/>
58   </Style>
59  </Styles>
60  <Worksheet ss:Name="Sheet1">
61   <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="6" x:FullColumns="1"
62    x:FullRows="1" ss:DefaultRowHeight="15">
63    <Row>
64     <Cell ss:StyleID="s17"><Data ss:Type="Number">1</Data></Cell>
65     <Cell ss:MergeAcross="1" ss:StyleID="s22"><Data ss:Type="Number">2</Data></Cell>
66     <Cell ss:MergeAcross="2" ss:StyleID="s23"><Data ss:Type="Number">3</Data></Cell>
67    </Row>
68    <Row>
69     <Cell ss:MergeDown="1" ss:StyleID="s24"><Data ss:Type="Number">2</Data></Cell>
70    </Row>
71    <Row>
72     <Cell ss:Index="3" ss:MergeAcross="3" ss:MergeDown="3" ss:StyleID="s26"><Data
73       ss:Type="String">merged cell</Data></Cell>
74    </Row>
75    <Row>
76     <Cell ss:MergeDown="2" ss:StyleID="s25"><Data ss:Type="Number">3</Data></Cell>
77    </Row>
78   </Table>
79   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
80    <PageSetup>
81     <Header x:Margin="0.3"/>
82     <Footer x:Margin="0.3"/>
83     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
84    </PageSetup>
85    <Print>
86     <ValidPrinterInfo/>
87     <VerticalResolution>0</VerticalResolution>
88    </Print>
89    <Selected/>
90    <Panes>
91     <Pane>
92      <Number>3</Number>
93      <ActiveRow>8</ActiveRow>
94      <ActiveCol>5</ActiveCol>
95     </Pane>
96    </Panes>
97    <ProtectObjects>False</ProtectObjects>
98    <ProtectScenarios>False</ProtectScenarios>
99   </WorksheetOptions>
100  </Worksheet>
101 </Workbook>