tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / wrap-and-shrink.xml
blob429110c64399c44ca6465eb360d9349c0edf56bc
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>2022-05-18T00:46:32Z</Created>
12   <LastSaved>2022-05-18T01:44:54Z</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>15990</WindowHeight>
20   <WindowWidth>29040</WindowWidth>
21   <WindowTopX>32767</WindowTopX>
22   <WindowTopY>32767</WindowTopY>
23   <ProtectStructure>False</ProtectStructure>
24   <ProtectWindows>False</ProtectWindows>
25  </ExcelWorkbook>
26  <Styles>
27   <Style ss:ID="Default" ss:Name="Normal">
28    <Alignment ss:Vertical="Bottom"/>
29    <Borders/>
30    <Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="11" ss:Color="#000000"/>
31    <Interior/>
32    <NumberFormat/>
33    <Protection/>
34   </Style>
35   <Style ss:ID="s16">
36    <Alignment ss:Vertical="Bottom" ss:WrapText="1"/>
37   </Style>
38   <Style ss:ID="s17">
39    <Alignment ss:Vertical="Bottom" ss:ShrinkToFit="1"/>
40   </Style>
41  </Styles>
42  <Worksheet ss:Name="Sheet1">
43   <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="3" x:FullColumns="1"
44    x:FullRows="1" ss:DefaultRowHeight="15">
45    <Column ss:AutoFitWidth="0" ss:Width="85.5"/>
46    <Column ss:AutoFitWidth="0" ss:Width="88.5"/>
47    <Row>
48     <Cell><Data ss:Type="String">Default</Data></Cell>
49     <Cell><Data ss:Type="String">Text long enough to spill over</Data></Cell>
50    </Row>
51    <Row ss:Height="30">
52     <Cell><Data ss:Type="String">Wrap text</Data></Cell>
53     <Cell ss:StyleID="s16"><Data ss:Type="String">Text long enough to spill over</Data></Cell>
54    </Row>
55    <Row>
56     <Cell><Data ss:Type="String">Shrink to fit</Data></Cell>
57     <Cell ss:StyleID="s17"><Data ss:Type="String">Text long enough to spill over</Data></Cell>
58    </Row>
59   </Table>
60   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
61    <PageSetup>
62     <Header x:Margin="0.3"/>
63     <Footer x:Margin="0.3"/>
64     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
65    </PageSetup>
66    <Print>
67     <ValidPrinterInfo/>
68     <VerticalResolution>0</VerticalResolution>
69    </Print>
70    <Selected/>
71    <Panes>
72     <Pane>
73      <Number>3</Number>
74      <ActiveRow>9</ActiveRow>
75      <ActiveCol>14</ActiveCol>
76     </Pane>
77    </Panes>
78    <ProtectObjects>False</ProtectObjects>
79    <ProtectScenarios>False</ProtectScenarios>
80   </WorksheetOptions>
81  </Worksheet>
82 </Workbook>