calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / sc / res / xml / styles.xml
blobd1d1a750e241c223d69f40c3de40004477be45f1
1 <?xml version="1.0"?>
2 <office:styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0">
3     <style:style style:name="Heading" style:family="table-cell" style:parent-style-name="Default">
4         <style:text-properties fo:color="#000000" fo:font-size="24pt" fo:font-style="normal" fo:font-weight="bold"/>
5     </style:style>
6     <style:style style:name="Heading 1" style:family="table-cell" style:parent-style-name="Heading">
7         <style:text-properties fo:font-size="18pt"/>
8     </style:style>
9     <style:style style:name="Heading 2" style:family="table-cell" style:parent-style-name="Heading">
10         <style:text-properties fo:font-size="12pt"/>
11     </style:style>
13     <style:style style:name="Text" style:family="table-cell" style:parent-style-name="Default"/>
14     <style:style style:name="Note" style:family="table-cell" style:parent-style-name="Text">
15         <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.75pt solid #808080"/>
16         <style:text-properties fo:color="#333333"/>
17     </style:style>
18     <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text">
19         <style:text-properties fo:color="#808080" fo:font-style="italic"/>
20     </style:style>
21     <style:style style:name="Hyperlink" style:family="table-cell" style:parent-style-name="Text">
22         <style:text-properties fo:color="#0000ee" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
23     </style:style>
25     <style:style style:name="Status" style:family="table-cell" style:parent-style-name="Default"/>
26     <style:style style:name="Good" style:family="table-cell" style:parent-style-name="Status">
27         <style:table-cell-properties fo:background-color="#ccffcc"/>
28         <style:text-properties fo:color="#006600"/>
29     </style:style>
30     <style:style style:name="Neutral" style:family="table-cell" style:parent-style-name="Status">
31         <style:table-cell-properties fo:background-color="#ffffcc"/>
32         <style:text-properties fo:color="#996600"/>
33     </style:style>
34     <style:style style:name="Bad" style:family="table-cell" style:parent-style-name="Status">
35         <style:table-cell-properties fo:background-color="#ffcccc"/>
36         <style:text-properties fo:color="#cc0000"/>
37     </style:style>
38     <style:style style:name="Warning" style:family="table-cell" style:parent-style-name="Status">
39         <style:text-properties fo:color="#cc0000"/>
40     </style:style>
41     <style:style style:name="Error" style:family="table-cell" style:parent-style-name="Status">
42         <style:table-cell-properties fo:background-color="#cc0000"/>
43         <style:text-properties fo:color="#ffffff" fo:font-weight="bold"/>
44     </style:style>
46     <style:style style:name="Accent" style:family="table-cell" style:parent-style-name="Default">
47         <style:text-properties fo:font-weight="bold"/>
48     </style:style>
49     <style:style style:name="Accent 1" style:family="table-cell" style:parent-style-name="Accent">
50         <style:table-cell-properties fo:background-color="#000000"/>
51         <style:text-properties fo:color="#ffffff"/>
52     </style:style>
53     <style:style style:name="Accent 2" style:family="table-cell" style:parent-style-name="Accent">
54         <style:table-cell-properties fo:background-color="#808080"/>
55         <style:text-properties fo:color="#ffffff"/>
56     </style:style>
57     <style:style style:name="Accent 3" style:family="table-cell" style:parent-style-name="Accent">
58         <style:table-cell-properties fo:background-color="#dddddd"/>
59     </style:style>
61     <style:style style:name="Result" style:family="table-cell" style:parent-style-name="Default">
62         <style:text-properties fo:font-weight="bold" fo:font-style="italic" style:text-underline-style="solid"/>
63     </style:style>
64 </office:styles>