android: Update app-specific/MIME type icons
[LibreOffice.git] / sw / qa / extras / htmlexport / data / listsWithNumFormat.fodt
blobc9a8225662a9971acc6273a1f89576144ceb0530
1 <?xml version="1.0" encoding="UTF-8"?>
3 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
4 <office:automatic-styles>
5 <text:list-style style:name="A_upper">
6 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="A"/>
7 </text:list-style>
8 <text:list-style style:name="a_lower">
9 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="a"/>
10 </text:list-style>
11 <text:list-style style:name="I_upper">
12 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="I"/>
13 </text:list-style>
14 <text:list-style style:name="i_lower">
15 <text:list-level-style-number text:level="1" style:num-suffix="." style:num-format="i"/>
16 </text:list-style>
17 </office:automatic-styles>
18 <office:body>
19 <office:text>
20 <text:p>List A</text:p>
21 <text:list text:style-name="A_upper">
22 <text:list-item>
23 <text:p>First</text:p>
24 </text:list-item>
25 <text:list-item>
26 <text:p>Second</text:p>
27 </text:list-item>
28 <text:list-item>
29 <text:p>Third</text:p>
30 </text:list-item>
31 </text:list>
32 <text:p/>
33 <text:p>List a</text:p>
34 <text:list text:style-name="a_lower">
35 <text:list-item>
36 <text:p>First</text:p>
37 </text:list-item>
38 <text:list-item>
39 <text:p>Second</text:p>
40 </text:list-item>
41 <text:list-item>
42 <text:p>Third</text:p>
43 </text:list-item>
44 </text:list>
45 <text:p/>
46 <text:p>List I</text:p>
47 <text:list text:style-name="I_upper">
48 <text:list-item>
49 <text:p>First</text:p>
50 </text:list-item>
51 <text:list-item>
52 <text:p>Second</text:p>
53 </text:list-item>
54 <text:list-item>
55 <text:p>Third</text:p>
56 </text:list-item>
57 </text:list>
58 <text:p/>
59 <text:p>List i</text:p>
60 <text:list text:style-name="i_lower">
61 <text:list-item>
62 <text:p>First</text:p>
63 </text:list-item>
64 <text:list-item>
65 <text:p>Second</text:p>
66 </text:list-item>
67 <text:list-item>
68 <text:p>Third</text:p>
69 </text:list-item>
70 </text:list>
71 <text:p/>
72 </office:text>
73 </office:body>
74 </office:document>