tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / qa / unit / data / xml / named-exp-global.xml
blob151ed7037e02bb8a4d95ab44f9ce6b2a0e4fd6af
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-17T20:46:03Z</Created>
12   <LastSaved>2016-12-17T20:49:13Z</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  </Styles>
37  <Names>
38   <NamedRange ss:Name="MyRange" ss:RefersTo="=Sheet1!R1C1:R5C1"/>
39   <NamedRange ss:Name="MyRange2" ss:RefersTo="=Sheet1!R1C1:R5C2"/>
40  </Names>
41  <Worksheet ss:Name="Sheet1">
42   <Table ss:ExpandedColumnCount="2" ss:ExpandedRowCount="7" x:FullColumns="1"
43    x:FullRows="1" ss:DefaultRowHeight="15">
44    <Row>
45     <Cell><Data ss:Type="Number">1</Data><NamedCell ss:Name="MyRange"/><NamedCell
46       ss:Name="MyRange2"/></Cell>
47     <Cell><Data ss:Type="Number">6</Data><NamedCell ss:Name="MyRange2"/></Cell>
48    </Row>
49    <Row>
50     <Cell><Data ss:Type="Number">2</Data><NamedCell ss:Name="MyRange"/><NamedCell
51       ss:Name="MyRange2"/></Cell>
52     <Cell><Data ss:Type="Number">7</Data><NamedCell ss:Name="MyRange2"/></Cell>
53    </Row>
54    <Row>
55     <Cell><Data ss:Type="Number">3</Data><NamedCell ss:Name="MyRange"/><NamedCell
56       ss:Name="MyRange2"/></Cell>
57     <Cell><Data ss:Type="Number">8</Data><NamedCell ss:Name="MyRange2"/></Cell>
58    </Row>
59    <Row>
60     <Cell><Data ss:Type="Number">4</Data><NamedCell ss:Name="MyRange"/><NamedCell
61       ss:Name="MyRange2"/></Cell>
62     <Cell><Data ss:Type="Number">9</Data><NamedCell ss:Name="MyRange2"/></Cell>
63    </Row>
64    <Row>
65     <Cell><Data ss:Type="Number">5</Data><NamedCell ss:Name="MyRange"/><NamedCell
66       ss:Name="MyRange2"/></Cell>
67     <Cell><Data ss:Type="Number">10</Data><NamedCell ss:Name="MyRange2"/></Cell>
68    </Row>
69    <Row ss:Index="7">
70     <Cell ss:Formula="=SUM(MyRange)"><Data ss:Type="Number">15</Data></Cell>
71     <Cell ss:Formula="=SUM(MyRange2)"><Data ss:Type="Number">55</Data></Cell>
72    </Row>
73   </Table>
74   <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
75    <PageSetup>
76     <Header x:Margin="0.3"/>
77     <Footer x:Margin="0.3"/>
78     <PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
79    </PageSetup>
80    <Selected/>
81    <Panes>
82     <Pane>
83      <Number>3</Number>
84      <ActiveRow>6</ActiveRow>
85      <ActiveCol>1</ActiveCol>
86     </Pane>
87    </Panes>
88    <ProtectObjects>False</ProtectObjects>
89    <ProtectScenarios>False</ProtectScenarios>
90   </WorksheetOptions>
91  </Worksheet>
92 </Workbook>