sc/qa/unit/data/functions/mathematical/fods/sum.fods    | 1087 ++++----
 sc/qa/unit/data/functions/statistical/fods/average.fods | 1994 ++++++----------
 sc/source/core/opencl/formulagroupcl.cxx                |   22 
 sc/source/core/opencl/op_logical.hxx                    |    3 
 sc/source/core/opencl/op_math.hxx                       |    1 
 sc/source/core/opencl/op_spreadsheet.hxx                |    1 
 sc/source/core/opencl/op_statistical.hxx                |    9 
 sc/source/core/opencl/opbase.hxx                        |    2 
 8 files changed, 1419 insertions(+), 1700 deletions(-)

New commits:
commit b5cd5296ff9601ed0a38909971e0886492d5d7c2
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Thu Nov 29 12:07:37 2018 +0100
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Thu Nov 29 13:05:41 2018 +0100

    make OpenCL bail out if it can't handle multi-column refs
    
    The opencl code splits SvDoubleRef into subarguments by each column,
    but many functions simply treat each subargument as one argument
    for the function, thus possibly getting things wrong (e.g. SUMPRODUCT
    would make a product of each column and sum those, rather than making
    a product of the whole SvDoubleRef).
    So bail out if multi-column SvDoubleRef is encountered, unless
    the function is known to handle this case properly (either it takes
    extra care, such as VLOOKUP, or it doesn't matter, such as SUM, AND, MAX).
    
    Change-Id: Ied89a2fc252fb35fe49796140489ff4588038e25
    Reviewed-on: https://gerrit.libreoffice.org/64238
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/sc/qa/unit/data/functions/mathematical/fods/sum.fods 
b/sc/qa/unit/data/functions/mathematical/fods/sum.fods
index 9b8660f1be28..1aec65bdebef 100644
--- a/sc/qa/unit/data/functions/mathematical/fods/sum.fods
+++ b/sc/qa/unit/data/functions/mathematical/fods/sum.fods
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <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" 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/"; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
- 
<office:meta><meta:creation-date>2016-06-25T07:16:38.437590147</meta:creation-date><meta:editing-duration>P0D</meta:editing-duration><meta:editing-cycles>1</meta:editing-cycles><meta:generator>LibreOfficeDev/5.3.0.0.alpha0$Linux_X86_64
 
LibreOffice_project/f9f090d0d0f2b454d6c1dd14fe735e7e83fda9da</meta:generator><meta:document-statistic
 meta:table-count="2" meta:cell-count="49" meta:object-count="0"/></office:meta>
+ 
<office:meta><meta:creation-date>2016-06-25T07:16:38.437590147</meta:creation-date><meta:editing-duration>P0D</meta:editing-duration><meta:editing-cycles>1</meta:editing-cycles><meta:generator>LibreOfficeDev/6.2.0.0.alpha1$Linux_X86_64
 
LibreOffice_project/400aebc2a7f18703904577749faea02130b05f90</meta:generator><meta:document-statistic
 meta:table-count="2" meta:cell-count="62" meta:object-count="0"/></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
    <config:config-item config:name="VisibleAreaTop" 
config:type="int">0</config:config-item>
    <config:config-item config:name="VisibleAreaLeft" 
config:type="int">0</config:config-item>
-   <config:config-item config:name="VisibleAreaWidth" 
config:type="int">26393</config:config-item>
+   <config:config-item config:name="VisibleAreaWidth" 
config:type="int">28650</config:config-item>
    <config:config-item config:name="VisibleAreaHeight" 
config:type="int">4515</config:config-item>
    <config:config-item-map-indexed config:name="Views">
     <config:config-item-map-entry>
@@ -31,8 +31,8 @@
        <config:config-item config:name="AnchoredTextOverflowLegacy" 
config:type="boolean">false</config:config-item>
       </config:config-item-map-entry>
       <config:config-item-map-entry config:name="Sheet2">
-       <config:config-item config:name="CursorPositionX" 
config:type="int">3</config:config-item>
-       <config:config-item config:name="CursorPositionY" 
config:type="int">8</config:config-item>
+       <config:config-item config:name="CursorPositionX" 
config:type="int">0</config:config-item>
+       <config:config-item config:name="CursorPositionY" 
config:type="int">9</config:config-item>
        <config:config-item config:name="HorizontalSplitMode" 
config:type="short">0</config:config-item>
        <config:config-item config:name="VerticalSplitMode" 
config:type="short">0</config:config-item>
        <config:config-item config:name="HorizontalSplitPosition" 
config:type="int">0</config:config-item>
@@ -50,7 +50,7 @@
       </config:config-item-map-entry>
      </config:config-item-map-named>
      <config:config-item config:name="ActiveTable" 
config:type="string">Sheet2</config:config-item>
-     <config:config-item config:name="HorizontalScrollbarWidth" 
config:type="int">1241</config:config-item>
+     <config:config-item config:name="HorizontalScrollbarWidth" 
config:type="int">1738</config:config-item>
      <config:config-item config:name="ZoomType" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ZoomValue" 
config:type="int">100</config:config-item>
      <config:config-item config:name="PageViewZoomValue" 
config:type="int">60</config:config-item>
@@ -58,7 +58,7 @@
      <config:config-item config:name="ShowZeroValues" 
config:type="boolean">true</config:config-item>
      <config:config-item config:name="ShowNotes" 
config:type="boolean">true</config:config-item>
      <config:config-item config:name="ShowGrid" 
config:type="boolean">true</config:config-item>
-     <config:config-item config:name="GridColor" 
config:type="long">12632256</config:config-item>
+     <config:config-item config:name="GridColor" 
config:type="int">12632256</config:config-item>
      <config:config-item config:name="ShowPageBreaks" 
config:type="boolean">true</config:config-item>
      <config:config-item config:name="HasColumnRowHeaders" 
config:type="boolean">true</config:config-item>
      <config:config-item config:name="HasSheetTabs" 
config:type="boolean">true</config:config-item>
@@ -76,25 +76,28 @@
    </config:config-item-map-indexed>
   </config:config-item-set>
   <config:config-item-set config:name="ooo:configuration-settings">
-   <config:config-item config:name="SyntaxStringRef" 
config:type="short">7</config:config-item>
-   <config:config-item config:name="IsDocumentShared" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="LoadReadonly" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="AllowPrintJobCancel" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="UpdateFromTemplate" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="IsKernAsianPunctuation" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="EmbedFonts" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IsRasterAxisSynchronized" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="IsSnapToRaster" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="RasterResolutionX" 
config:type="int">1270</config:config-item>
-   <config:config-item config:name="RasterResolutionY" 
config:type="int">1270</config:config-item>
+   <config:config-item config:name="SyntaxStringRef" 
config:type="short">7</config:config-item>
+   <config:config-item config:name="RasterIsVisible" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RasterSubdivisionY" 
config:type="int">1</config:config-item>
    <config:config-item config:name="HasSheetTabs" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="IsRasterAxisSynchronized" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="ShowPageBreaks" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="ShowGrid" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="ShowNotes" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="SaveVersionOnClose" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="GridColor" 
config:type="long">12632256</config:config-item>
-   <config:config-item config:name="RasterIsVisible" 
config:type="boolean">false</config:config-item>
-   <config:config-item config:name="PrinterName" 
config:type="string">Lexmark-E352dn</config:config-item>
+   <config:config-item config:name="IsDocumentShared" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="RasterSubdivisionX" 
config:type="int">1</config:config-item>
+   <config:config-item config:name="ShowGrid" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SaveThumbnail" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="ShowPageBreaks" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="GridColor" 
config:type="int">12632256</config:config-item>
+   <config:config-item config:name="ShowZeroValues" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="UpdateFromTemplate" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="LoadReadonly" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedLatinScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="HasColumnRowHeaders" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="RasterResolutionY" 
config:type="int">1270</config:config-item>
+   <config:config-item config:name="LinkUpdateMode" 
config:type="short">3</config:config-item>
+   <config:config-item config:name="AutoCalculate" 
config:type="boolean">true</config:config-item>
    <config:config-item-map-indexed config:name="ForbiddenCharacters">
     <config:config-item-map-entry>
      <config:config-item config:name="Language" 
config:type="string">en</config:config-item>
@@ -104,16 +107,19 @@
      <config:config-item config:name="EndLine" config:type="string"/>
     </config:config-item-map-entry>
    </config:config-item-map-indexed>
-   <config:config-item config:name="IsOutlineSymbolsSet" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="ShowZeroValues" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="LinkUpdateMode" 
config:type="short">3</config:config-item>
-   <config:config-item config:name="RasterSubdivisionX" 
config:type="int">1</config:config-item>
-   <config:config-item config:name="HasColumnRowHeaders" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="RasterSubdivisionY" 
config:type="int">1</config:config-item>
-   <config:config-item config:name="AutoCalculate" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="PrinterSetup" 
config:type="base64Binary">qQH+/0xleG1hcmstRTM1MmRuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1VQUzpMZXhtYXJrLUUzNTJkbgAAAAAAAAAAAAAAAAAWAAMAzwAAAAAAAAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhCkR1cGxleDpOb25lAElucHV0U2xvdDpUcmF5MQBQYWdlU2l6ZTpBNAAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=</config:config-item>
+   <config:config-item config:name="PrinterName" config:type="string">Generic 
Printer</config:config-item>
+   <config:config-item config:name="PrinterPaperFromSetup" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="PrinterSetup" 
config:type="base64Binary">kQH+/0dlbmVyaWMgUHJpbnRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0dFTlBSVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAMAsgAAAAAAAAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCm1hcmdpbmRhanVzdG1lbnQ9MCwwLDAsMApjb2xvcmRlcHRoPTI0CnBzbGV2ZWw9MApwZGZkZXZpY2U9MApjb2xvcmRldmljZT0wClBQRENvbnRleERhdGEKRHVwbGV4Ok5vbmUAUGFnZVNpemU6QTQAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=</config:config-item>
+   <config:config-item config:name="EmbedOnlyUsedFonts" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="ApplyUserData" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedComplexScriptFonts" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="CharacterCompressionType" 
config:type="short">0</config:config-item>
+   <config:config-item config:name="IsKernAsianPunctuation" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="EmbedAsianScriptFonts" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="SaveVersionOnClose" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="AllowPrintJobCancel" 
config:type="boolean">true</config:config-item>
+   <config:config-item config:name="EmbedFonts" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="IsOutlineSymbolsSet" 
config:type="boolean">true</config:config-item>
   </config:config-item-set>
  </office:settings>
  <office:scripts>
@@ -140,911 +146,919 @@
  </office:font-face-decls>
  <office:styles>
   <style:default-style style:family="table-cell">
-   <style:paragraph-properties style:tab-stop-distance="36pt"/>
+   <style:paragraph-properties style:tab-stop-distance="12.7mm"/>
    <style:text-properties style:font-name="Liberation Sans" fo:language="en" 
fo:country="US" style:font-name-asian="DejaVu Sans1" style:language-asian="zh" 
style:country-asian="CN" style:font-name-complex="DejaVu Sans1" 
style:language-complex="hi" style:country-complex="IN"/>
   </style:default-style>
   <number:number-style style:name="N0">
    <number:number number:min-integer-digits="1"/>
   </number:number-style>
-  <number:currency-style style:name="N122P0" style:volatile="true">
+  <number:currency-style style:name="N108P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N122">
+  <number:currency-style style:name="N108">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N122P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N108P0"/>
   </number:currency-style>
-  <number:number-style style:name="N126P0" style:volatile="true">
+  <number:number-style style:name="N112P0" style:volatile="true">
    <number:text> $</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N126P1" style:volatile="true">
+  <number:number-style style:name="N112P1" style:volatile="true">
    <number:text> $(</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N126P2" style:volatile="true">
+  <number:number-style style:name="N112P2" style:volatile="true">
    <number:text> $-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N126">
+  <number:text-style style:name="N112">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N126P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N126P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N126P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N112P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N112P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N112P2"/>
   </number:text-style>
-  <number:number-style style:name="N127">
+  <number:number-style style:name="N113">
    <number:scientific-number number:decimal-places="14" 
loext:min-decimal-places="14" number:min-integer-digits="1" 
number:min-exponent-digits="3" loext:exponent-interval="1" 
loext:forced-exponent-sign="true"/>
   </number:number-style>
-  <number:currency-style style:name="N129P0" style:volatile="true">
+  <number:currency-style style:name="N115P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N129">
+  <number:currency-style style:name="N115">
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N129P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N115P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N131P0" style:volatile="true">
+  <number:currency-style style:name="N117P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N131">
+  <number:currency-style style:name="N117">
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N131P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N117P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N132P0" style:volatile="true">
+  <number:currency-style style:name="N118P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N132">
+  <number:currency-style style:name="N118">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N132P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N118P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N133P0" style:volatile="true">
+  <number:currency-style style:name="N119P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N133">
+  <number:currency-style style:name="N119">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N133P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N119P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N135P0" style:volatile="true">
+  <number:currency-style style:name="N121P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:decimal-replacement="--" 
number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N135">
+  <number:currency-style style:name="N121">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:decimal-replacement="--" 
number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N135P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N121P0"/>
   </number:currency-style>
-  <number:number-style style:name="N137P0" style:volatile="true">
+  <number:number-style style:name="N123P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N137">
+  <number:number-style style:name="N123">
    <number:text>(</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N137P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N123P0"/>
   </number:number-style>
-  <number:number-style style:name="N139P0" style:volatile="true">
+  <number:number-style style:name="N125P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N139">
+  <number:number-style style:name="N125">
    <number:text>(</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N139P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N125P0"/>
   </number:number-style>
-  <number:currency-style style:name="N141P0" style:volatile="true">
+  <number:currency-style style:name="N127P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N141">
+  <number:currency-style style:name="N127">
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N141P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N127P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N143P0" style:volatile="true">
+  <number:currency-style style:name="N129P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N143">
+  <number:currency-style style:name="N129">
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="GB">£</number:currency-symbol>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N143P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N129P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N145P0" style:volatile="true">
+  <number:currency-style style:name="N131P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N145">
+  <number:currency-style style:name="N131">
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N145P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N131P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N146P0" style:volatile="true">
+  <number:currency-style style:name="N132P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N146">
+  <number:currency-style style:name="N132">
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N146P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N132P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N147P0" style:volatile="true">
+  <number:currency-style style:name="N133P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N147">
+  <number:currency-style style:name="N133">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N147P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N133P0"/>
   </number:currency-style>
-  <number:currency-style style:name="N149P0" style:volatile="true">
+  <number:currency-style style:name="N135P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:decimal-replacement="--" 
number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N149">
+  <number:currency-style style:name="N135">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:decimal-replacement="--" 
number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="cs" 
number:country="CZ">Kč</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N149P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N135P0"/>
   </number:currency-style>
-  <number:number-style style:name="N150">
+  <number:number-style style:name="N136">
    <number:number number:decimal-places="9" loext:min-decimal-places="9" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N151">
+  <number:number-style style:name="N137">
    <number:number number:decimal-places="8" loext:min-decimal-places="8" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N152">
+  <number:number-style style:name="N138">
    <number:number number:decimal-places="10" loext:min-decimal-places="10" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N153">
+  <number:number-style style:name="N139">
    <number:number number:decimal-places="11" loext:min-decimal-places="11" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N154">
+  <number:number-style style:name="N140">
    <number:number number:decimal-places="12" loext:min-decimal-places="12" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N155">
+  <number:number-style style:name="N141">
    <number:number number:decimal-places="13" loext:min-decimal-places="13" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N156">
+  <number:number-style style:name="N142">
    <number:number number:decimal-places="14" loext:min-decimal-places="14" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N157">
+  <number:number-style style:name="N143">
    <number:number number:decimal-places="15" loext:min-decimal-places="15" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N158">
+  <number:number-style style:name="N144">
    <number:number number:decimal-places="16" loext:min-decimal-places="16" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N159">
+  <number:number-style style:name="N145">
    <number:number number:decimal-places="17" loext:min-decimal-places="17" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N160">
+  <number:number-style style:name="N146">
    <number:number number:decimal-places="18" loext:min-decimal-places="18" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N162P0" style:volatile="true">
+  <number:number-style style:name="N148P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
   </number:number-style>
-  <number:number-style style:name="N162">
+  <number:number-style style:name="N148">
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N162P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N148P0"/>
   </number:number-style>
-  <number:number-style style:name="N163P0" style:volatile="true">
+  <number:number-style style:name="N149P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
   </number:number-style>
-  <number:number-style style:name="N163">
+  <number:number-style style:name="N149">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N163P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N149P0"/>
   </number:number-style>
-  <number:number-style style:name="N165P0" style:volatile="true">
+  <number:number-style style:name="N151P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
   </number:number-style>
-  <number:number-style style:name="N165">
+  <number:number-style style:name="N151">
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N165P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N151P0"/>
   </number:number-style>
-  <number:number-style style:name="N166P0" style:volatile="true">
+  <number:number-style style:name="N152P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
   </number:number-style>
-  <number:number-style style:name="N166">
+  <number:number-style style:name="N152">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> €</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N166P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N152P0"/>
   </number:number-style>
-  <number:number-style style:name="N170P0" style:volatile="true">
+  <number:number-style style:name="N156P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>    </number:text>
   </number:number-style>
-  <number:number-style style:name="N170P1" style:volatile="true">
+  <number:number-style style:name="N156P1" style:volatile="true">
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>    </number:text>
   </number:number-style>
-  <number:number-style style:name="N170P2" style:volatile="true">
+  <number:number-style style:name="N156P2" style:volatile="true">
    <number:text> -    </number:text>
   </number:number-style>
-  <number:text-style style:name="N170">
+  <number:text-style style:name="N156">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N170P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N170P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N170P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N156P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N156P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N156P2"/>
   </number:text-style>
-  <number:number-style style:name="N174P0" style:volatile="true">
+  <number:number-style style:name="N160P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> € </number:text>
   </number:number-style>
-  <number:number-style style:name="N174P1" style:volatile="true">
+  <number:number-style style:name="N160P1" style:volatile="true">
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> € </number:text>
   </number:number-style>
-  <number:number-style style:name="N174P2" style:volatile="true">
+  <number:number-style style:name="N160P2" style:volatile="true">
    <number:text> - € </number:text>
   </number:number-style>
-  <number:text-style style:name="N174">
+  <number:text-style style:name="N160">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N174P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N174P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N174P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N160P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N160P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N160P2"/>
   </number:text-style>
-  <number:number-style style:name="N178P0" style:volatile="true">
+  <number:number-style style:name="N164P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>    </number:text>
   </number:number-style>
-  <number:number-style style:name="N178P1" style:volatile="true">
+  <number:number-style style:name="N164P1" style:volatile="true">
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>    </number:text>
   </number:number-style>
-  <number:number-style style:name="N178P2" style:volatile="true">
-   <number:text> -</number:text>
+  <number:number-style style:name="N164P2" style:volatile="true">
+   <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text>    </number:text>
   </number:number-style>
-  <number:text-style style:name="N178">
+  <number:text-style style:name="N164">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N178P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N178P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N178P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N164P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N164P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N164P2"/>
   </number:text-style>
-  <number:number-style style:name="N182P0" style:volatile="true">
+  <number:number-style style:name="N168P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> € </number:text>
   </number:number-style>
-  <number:number-style style:name="N182P1" style:volatile="true">
+  <number:number-style style:name="N168P1" style:volatile="true">
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> € </number:text>
   </number:number-style>
-  <number:number-style style:name="N182P2" style:volatile="true">
-   <number:text> -</number:text>
+  <number:number-style style:name="N168P2" style:volatile="true">
+   <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> € </number:text>
   </number:number-style>
-  <number:text-style style:name="N182">
+  <number:text-style style:name="N168">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N182P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N182P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N182P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N168P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N168P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N168P2"/>
   </number:text-style>
-  <number:time-style style:name="N183">
+  <number:time-style style:name="N169">
    <number:minutes number:style="long"/>
    <number:text>:</number:text>
    <number:seconds number:style="long"/>
   </number:time-style>
-  <number:time-style style:name="N184" number:truncate-on-overflow="false">
+  <number:time-style style:name="N170" number:truncate-on-overflow="false">
    <number:hours/>
    <number:text>:</number:text>
    <number:minutes number:style="long"/>
    <number:text>:</number:text>
    <number:seconds number:style="long"/>
   </number:time-style>
-  <number:time-style style:name="N185">
+  <number:time-style style:name="N171">
    <number:minutes number:style="long"/>
    <number:text>:</number:text>
    <number:seconds number:style="long" number:decimal-places="1"/>
   </number:time-style>
-  <number:number-style style:name="N186">
+  <number:number-style style:name="N172">
    <number:scientific-number number:decimal-places="1" 
loext:min-decimal-places="1" number:min-integer-digits="3" 
number:min-exponent-digits="1" loext:exponent-interval="3" 
loext:forced-exponent-sign="true"/>
   </number:number-style>
-  <number:number-style style:name="N187">
+  <number:number-style style:name="N173">
    <number:number number:decimal-places="1" loext:min-decimal-places="1" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N188">
+  <number:number-style style:name="N174">
    <number:number number:decimal-places="3" loext:min-decimal-places="3" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N189">
+  <number:number-style style:name="N175">
    <number:number number:decimal-places="4" loext:min-decimal-places="4" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N190">
+  <number:number-style style:name="N176">
    <number:number number:decimal-places="5" loext:min-decimal-places="5" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N191">
+  <number:number-style style:name="N177">
    <number:number number:decimal-places="6" loext:min-decimal-places="6" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N192">
+  <number:number-style style:name="N178">
    <number:number number:decimal-places="7" loext:min-decimal-places="7" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:number-style style:name="N194P0" style:volatile="true">
+  <number:number-style style:name="N180P0" style:volatile="true">
    <number:text>$</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N194">
+  <number:number-style style:name="N180">
    <number:text>($</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N194P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N180P0"/>
   </number:number-style>
-  <number:number-style style:name="N195P0" style:volatile="true">
+  <number:number-style style:name="N181P0" style:volatile="true">
    <number:text>$</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N195">
+  <number:number-style style:name="N181">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>($</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N195P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N181P0"/>
   </number:number-style>
-  <number:number-style style:name="N197P0" style:volatile="true">
+  <number:number-style style:name="N183P0" style:volatile="true">
    <number:text>$</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N197">
+  <number:number-style style:name="N183">
    <number:text>($</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N197P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N183P0"/>
   </number:number-style>
-  <number:number-style style:name="N198P0" style:volatile="true">
+  <number:number-style style:name="N184P0" style:volatile="true">
    <number:text>$</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N198">
+  <number:number-style style:name="N184">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>($</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N198P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N184P0"/>
   </number:number-style>
-  <number:number-style style:name="N202P0" style:volatile="true">
+  <number:number-style style:name="N188P0" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N202P1" style:volatile="true">
+  <number:number-style style:name="N188P1" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>(</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N202P2" style:volatile="true">
+  <number:number-style style:name="N188P2" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>- </number:text>
   </number:number-style>
-  <number:text-style style:name="N202">
+  <number:text-style style:name="N188">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N202P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N202P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N202P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N188P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N188P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N188P2"/>
   </number:text-style>
-  <number:number-style style:name="N206P0" style:volatile="true">
+  <number:number-style style:name="N192P0" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N206P1" style:volatile="true">
+  <number:number-style style:name="N192P1" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>(</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N206P2" style:volatile="true">
+  <number:number-style style:name="N192P2" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>- </number:text>
   </number:number-style>
-  <number:text-style style:name="N206">
+  <number:text-style style:name="N192">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N206P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N206P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N206P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N192P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N192P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N192P2"/>
   </number:text-style>
-  <number:number-style style:name="N210P0" style:volatile="true">
+  <number:number-style style:name="N196P0" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N210P1" style:volatile="true">
+  <number:number-style style:name="N196P1" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>(</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N210P2" style:volatile="true">
+  <number:number-style style:name="N196P2" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N210">
+  <number:text-style style:name="N196">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N210P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N210P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N210P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N196P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N196P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N196P2"/>
   </number:text-style>
-  <number:number-style style:name="N214P0" style:volatile="true">
+  <number:number-style style:name="N200P0" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N214P1" style:volatile="true">
+  <number:number-style style:name="N200P1" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>(</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N214P2" style:volatile="true">
+  <number:number-style style:name="N200P2" style:volatile="true">
    <loext:text> $</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N214">
+  <number:text-style style:name="N200">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N214P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N214P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N214P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N200P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N200P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N200P2"/>
   </number:text-style>
-  <number:number-style style:name="N216P0" style:volatile="true">
+  <number:number-style style:name="N202P0" style:volatile="true">
    <number:text>Yes</number:text>
   </number:number-style>
-  <number:number-style style:name="N216P1" style:volatile="true">
+  <number:number-style style:name="N202P1" style:volatile="true">
    <number:text>Yes</number:text>
   </number:number-style>
-  <number:number-style style:name="N216">
+  <number:number-style style:name="N202">
    <number:text>No</number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N216P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N216P1"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N202P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N202P1"/>
   </number:number-style>
-  <number:number-style style:name="N218P0" style:volatile="true">
+  <number:number-style style:name="N204P0" style:volatile="true">
    <number:text>True</number:text>
   </number:number-style>
-  <number:number-style style:name="N218P1" style:volatile="true">
+  <number:number-style style:name="N204P1" style:volatile="true">
    <number:text>True</number:text>
   </number:number-style>
-  <number:number-style style:name="N218">
+  <number:number-style style:name="N204">
    <number:text>False</number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N218P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N218P1"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N204P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N204P1"/>
   </number:number-style>
-  <number:number-style style:name="N220P0" style:volatile="true">
+  <number:number-style style:name="N206P0" style:volatile="true">
    <number:text>On</number:text>
   </number:number-style>
-  <number:number-style style:name="N220P1" style:volatile="true">
+  <number:number-style style:name="N206P1" style:volatile="true">
    <number:text>On</number:text>
   </number:number-style>
-  <number:number-style style:name="N220">
+  <number:number-style style:name="N206">
    <number:text>Off</number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N220P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N220P1"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N206P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N206P1"/>
   </number:number-style>
-  <number:currency-style style:name="N222P0" style:volatile="true">
+  <number:currency-style style:name="N208P0" style:volatile="true">
    <number:currency-symbol>€</number:currency-symbol>
    <number:text> </number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:currency-style>
-  <number:currency-style style:name="N222">
+  <number:currency-style style:name="N208">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>(</number:text>
    <number:currency-symbol>€</number:currency-symbol>
    <number:text> </number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N222P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N208P0"/>
   </number:currency-style>
-  <number:number-style style:name="N224P0" style:volatile="true">
+  <number:number-style style:name="N210P0" style:volatile="true">
    <number:text>\</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:number-style>
-  <number:number-style style:name="N224">
+  <number:number-style style:name="N210">
    <number:text>\-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N224P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N210P0"/>
   </number:number-style>
-  <number:number-style style:name="N225P0" style:volatile="true">
+  <number:number-style style:name="N211P0" style:volatile="true">
    <number:text>\</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:number-style>
-  <number:number-style style:name="N225">
+  <number:number-style style:name="N211">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>\-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N225P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N211P0"/>
   </number:number-style>
-  <number:number-style style:name="N227P0" style:volatile="true">
+  <number:number-style style:name="N213P0" style:volatile="true">
    <number:text>\</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:number-style>
-  <number:number-style style:name="N227">
+  <number:number-style style:name="N213">
    <number:text>\-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N227P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N213P0"/>
   </number:number-style>
-  <number:number-style style:name="N228P0" style:volatile="true">
+  <number:number-style style:name="N214P0" style:volatile="true">
    <number:text>\</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:number-style>
-  <number:number-style style:name="N228">
+  <number:number-style style:name="N214">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>\-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N228P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N214P0"/>
   </number:number-style>
-  <number:number-style style:name="N232P0" style:volatile="true">
+  <number:number-style style:name="N218P0" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N232P1" style:volatile="true">
+  <number:number-style style:name="N218P1" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N232P2" style:volatile="true">
+  <number:number-style style:name="N218P2" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>- </number:text>
   </number:number-style>
-  <number:text-style style:name="N232">
+  <number:text-style style:name="N218">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N232P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N232P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N232P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N218P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N218P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N218P2"/>
   </number:text-style>
-  <number:number-style style:name="N234P0" style:volatile="true">
+  <number:number-style style:name="N220P0" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N234P1" style:volatile="true">
+  <number:number-style style:name="N220P1" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N234P2" style:volatile="true">
+  <number:number-style style:name="N220P2" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>- </number:text>
   </number:number-style>
-  <number:text-style style:name="N234">
+  <number:text-style style:name="N220">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N234P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N234P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N234P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N220P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N220P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N220P2"/>
   </number:text-style>
-  <number:number-style style:name="N238P0" style:volatile="true">
+  <number:number-style style:name="N224P0" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N238P1" style:volatile="true">
+  <number:number-style style:name="N224P1" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N238P2" style:volatile="true">
+  <number:number-style style:name="N224P2" style:volatile="true">
    <loext:text> \</loext:text>
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N238">
+  <number:text-style style:name="N224">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N238P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N238P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N238P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N224P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N224P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N224P2"/>
   </number:text-style>
-  <number:number-style style:name="N240P0" style:volatile="true">
+  <number:number-style style:name="N226P0" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N240P1" style:volatile="true">
+  <number:number-style style:name="N226P1" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N240P2" style:volatile="true">
+  <number:number-style style:name="N226P2" style:volatile="true">
    <loext:fill-character> </loext:fill-character>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N240">
+  <number:text-style style:name="N226">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N240P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N240P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N240P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N226P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N226P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N226P2"/>
   </number:text-style>
-  <number:date-style style:name="N241">
+  <number:date-style style:name="N227">
    <number:month number:style="long"/>
    <number:text>-</number:text>
    <number:day number:style="long"/>
    <number:text>-</number:text>
    <number:year number:style="long"/>
   </number:date-style>
-  <number:date-style style:name="N242">
+  <number:date-style style:name="N228">
    <number:month number:style="long"/>
    <number:text>-</number:text>
    <number:day/>
    <number:text>-</number:text>
    <number:year/>
   </number:date-style>
-  <number:date-style style:name="N243">
+  <number:date-style style:name="N229">
    <number:day number:style="long"/>
    <number:text>-</number:text>
    <number:month number:style="long"/>
   </number:date-style>
-  <number:date-style style:name="N244">
+  <number:date-style style:name="N230">
    <number:month number:style="long"/>
    <number:text>-</number:text>
    <number:year/>
   </number:date-style>
-  <number:currency-style style:name="N246P0" style:volatile="true">
+  <number:currency-style style:name="N232P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="de" 
number:country="DE">€</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N246">
+  <number:currency-style style:name="N232">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="de" 
number:country="DE">€</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N246P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N232P0"/>
   </number:currency-style>
-  <number:date-style style:name="N247">
+  <number:date-style style:name="N233">
    <number:month number:style="long"/>
    <number:text>.</number:text>
    <number:year number:style="long"/>
   </number:date-style>
-  <number:date-style style:name="N248">
+  <number:date-style style:name="N234">
    <number:month number:style="long"/>
    <number:text>/</number:text>
    <number:year number:style="long"/>
   </number:date-style>
-  <number:currency-style style:name="N250P0" style:volatile="true">
+  <number:currency-style style:name="N236P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="de" 
number:country="DE">€</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N250">
+  <number:currency-style style:name="N236">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="de" 
number:country="DE">€</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N250P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N236P0"/>
   </number:currency-style>
-  <number:date-style style:name="N251">
+  <number:date-style style:name="N237">
    <number:year number:style="long"/>
   </number:date-style>
-  <number:date-style style:name="N252">
+  <number:date-style style:name="N238">
    <number:text>⌀ </number:text>
    <number:year number:style="long"/>
   </number:date-style>
-  <number:currency-style style:name="N254P0" style:volatile="true">
+  <number:currency-style style:name="N240P0" style:volatile="true">
    <number:currency-symbol number:language="es" 
number:country="MX">$</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N254">
+  <number:currency-style style:name="N240">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:currency-symbol number:language="es" 
number:country="MX">$</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N254P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N240P0"/>
   </number:currency-style>
-  <number:number-style style:name="N257P0" style:volatile="true">
+  <number:number-style style:name="N243P0" style:volatile="true">
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N257P1" style:volatile="true">
+  <number:number-style style:name="N243P1" style:volatile="true">
    <number:text> (</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N257P2" style:volatile="true">
+  <number:number-style style:name="N243P2" style:volatile="true">
    <number:text> - </number:text>
   </number:number-style>
-  <number:text-style style:name="N257">
+  <number:text-style style:name="N243">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N257P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N257P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N257P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N243P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N243P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N243P2"/>
   </number:text-style>
-  <number:number-style style:name="N261P0" style:volatile="true">
+  <number:number-style style:name="N247P0" style:volatile="true">
    <number:text> $</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N261P1" style:volatile="true">
+  <number:number-style style:name="N247P1" style:volatile="true">
    <number:text> $(</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N261P2" style:volatile="true">
+  <number:number-style style:name="N247P2" style:volatile="true">
    <number:text> $- </number:text>
   </number:number-style>
-  <number:text-style style:name="N261">
+  <number:text-style style:name="N247">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N261P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N261P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N261P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N247P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N247P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N247P2"/>
   </number:text-style>
-  <number:number-style style:name="N264P0" style:volatile="true">
+  <number:number-style style:name="N250P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:number-style style:name="N264P1" style:volatile="true">
+  <number:number-style style:name="N250P1" style:volatile="true">
    <number:text> (</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text>)</number:text>
   </number:number-style>
-  <number:number-style style:name="N264P2" style:volatile="true">
-   <number:text> -</number:text>
+  <number:number-style style:name="N250P2" style:volatile="true">
+   <number:text>-</number:text>
    <number:number number:decimal-places="0" loext:min-decimal-places="0" 
number:min-integer-digits="0"/>
    <number:text> </number:text>
   </number:number-style>
-  <number:text-style style:name="N264">
+  <number:text-style style:name="N250">
    <number:text-content/>
    <number:text> </number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N264P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N264P1"/>
-   <style:map style:condition="value()=0" style:apply-style-name="N264P2"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N250P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N250P1"/>
+   <style:map style:condition="value()=0" style:apply-style-name="N250P2"/>
   </number:text-style>
-  <number:number-style style:name="N265">
+  <number:number-style style:name="N251">
    <number:scientific-number number:decimal-places="1" 
loext:min-decimal-places="1" number:min-integer-digits="1" 
number:min-exponent-digits="1" loext:exponent-interval="1" 
loext:forced-exponent-sign="true"/>
   </number:number-style>
-  <number:number-style style:name="N266">
+  <number:number-style style:name="N252">
    <number:text>$</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:number-style>
-  <number:number-style style:name="N267">
+  <number:number-style style:name="N253">
    <number:scientific-number number:decimal-places="1" 
loext:min-decimal-places="1" number:min-integer-digits="1" 
number:min-exponent-digits="1" loext:exponent-interval="3" 
loext:forced-exponent-sign="true"/>
   </number:number-style>
-  <number:currency-style style:name="N269P0" style:volatile="true">
+  <number:currency-style style:name="N255P0" style:volatile="true">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="fr" 
number:country="FR">€</number:currency-symbol>
   </number:currency-style>
-  <number:currency-style style:name="N269">
+  <number:currency-style style:name="N255">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
    <number:text> </number:text>
    <number:currency-symbol number:language="fr" 
number:country="FR">€</number:currency-symbol>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N269P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N255P0"/>
   </number:currency-style>
-  <number:date-style style:name="N270">
-   <number:day number:style="long"/>
-   <number:text>.</number:text>
-   <number:month number:style="long"/>
-   <number:text>.</number:text>
-   <number:year number:style="long"/>
-  </number:date-style>
-  <number:number-style style:name="N272P0" style:volatile="true">
+  <number:number-style style:name="N257P0" style:volatile="true">
    <number:text>WAHR</number:text>
   </number:number-style>
-  <number:number-style style:name="N272P1" style:volatile="true">
+  <number:number-style style:name="N257P1" style:volatile="true">
    <number:text>WAHR</number:text>
   </number:number-style>
-  <number:number-style style:name="N272">
+  <number:number-style style:name="N257">
    <number:text>FALSCH</number:text>
-   <style:map style:condition="value()&gt;0" style:apply-style-name="N272P0"/>
-   <style:map style:condition="value()&lt;0" style:apply-style-name="N272P1"/>
+   <style:map style:condition="value()&gt;0" style:apply-style-name="N257P0"/>
+   <style:map style:condition="value()&lt;0" style:apply-style-name="N257P1"/>
   </number:number-style>
-  <number:number-style style:name="N273">
+  <number:number-style style:name="N258">
    <number:number number:decimal-places="20" loext:min-decimal-places="20" 
number:min-integer-digits="1"/>
   </number:number-style>
-  <number:currency-style style:name="N275P0" style:volatile="true">
+  <number:currency-style style:name="N260P0" style:volatile="true">
    <number:currency-symbol number:language="en" 
number:country="AU">$</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
   </number:currency-style>
-  <number:currency-style style:name="N275">
+  <number:currency-style style:name="N260">
    <style:text-properties fo:color="#ff0000"/>
    <number:text>-</number:text>
    <number:currency-symbol number:language="en" 
number:country="AU">$</number:currency-symbol>
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N275P0"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N260P0"/>
+  </number:currency-style>
+  <number:currency-style style:name="N262P0" style:volatile="true">
+   <number:currency-symbol number:language="en" 
number:country="US">$</number:currency-symbol>
+   <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
+  </number:currency-style>
+  <number:currency-style style:name="N262">
+   <style:text-properties fo:color="#ff0000"/>
+   <number:text>-</number:text>
+   <number:currency-symbol number:language="en" 
number:country="US">$</number:currency-symbol>
+   <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
+   <style:map style:condition="value()&gt;=0" style:apply-style-name="N262P0"/>
   </number:currency-style>
+  <number:percentage-style style:name="N263">
+   <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1"/>
+   <number:text>%</number:text>
+  </number:percentage-style>
   <number:date-style style:name="N10121" number:language="en" 
number:country="US">
    <number:month/>
    <number:text>/</number:text>
@@ -1435,15 +1449,66 @@
   <style:style style:name="Default" style:family="table-cell">
    <style:text-properties style:font-name-asian="Droid Sans Fallback" 
style:font-family-asian="&apos;Droid Sans Fallback&apos;" 
style:font-family-generic-asian="system" style:font-pitch-asian="variable" 
style:font-name-complex="Droid Sans Devanagari" 
style:font-family-complex="&apos;Droid Sans Devanagari&apos;" 
style:font-family-generic-complex="system" style:font-pitch-complex="variable"/>
   </style:style>
-  <style:style style:name="Result" style:family="table-cell" 
style:parent-style-name="Default">
-   <style:text-properties fo:font-style="italic" 
style:text-underline-style="solid" style:text-underline-width="auto" 
style:text-underline-color="font-color" fo:font-weight="bold"/>
-  </style:style>
-  <style:style style:name="Result2" style:family="table-cell" 
style:parent-style-name="Result" style:data-style-name="N122"/>
   <style:style style:name="Heading" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties style:text-align-source="fix" 
style:repeat-content="false"/>
    <style:paragraph-properties fo:text-align="center"/>
    <style:text-properties fo:font-size="16pt" fo:font-style="italic" 
fo:font-weight="bold"/>
   </style:style>
+  <style:style style:name="Heading_20_1" style:display-name="Heading 1" 
style:family="table-cell" style:parent-style-name="Heading">
+   <style:text-properties fo:color="#000000" fo:font-size="18pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Heading_20_2" style:display-name="Heading 2" 
style:family="table-cell" style:parent-style-name="Heading">
+   <style:text-properties fo:color="#000000" fo:font-size="12pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Text" style:family="table-cell" 
style:parent-style-name="Default"/>
+  <style:style style:name="Note" style:family="table-cell" 
style:parent-style-name="Text">
+   <style:table-cell-properties fo:background-color="#ffffcc" 
style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border="0.74pt solid 
#808080"/>
+   <style:text-properties fo:color="#333333" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Footnote" style:family="table-cell" 
style:parent-style-name="Text">
+   <style:text-properties fo:color="#808080" fo:font-size="10pt" 
fo:font-style="italic" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Hyperlink" style:family="table-cell" 
style:parent-style-name="Text">
+   <style:text-properties fo:color="#0000ee" fo:font-size="10pt" 
fo:font-style="normal" style:text-underline-style="solid" 
style:text-underline-width="auto" style:text-underline-color="#0000ee" 
fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Status" style:family="table-cell" 
style:parent-style-name="Default"/>
+  <style:style style:name="Good" style:family="table-cell" 
style:parent-style-name="Status">
+   <style:table-cell-properties fo:background-color="#ccffcc"/>
+   <style:text-properties fo:color="#006600" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Neutral" style:family="table-cell" 
style:parent-style-name="Status">
+   <style:table-cell-properties fo:background-color="#ffffcc"/>
+   <style:text-properties fo:color="#996600" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Bad" style:family="table-cell" 
style:parent-style-name="Status">
+   <style:table-cell-properties fo:background-color="#ffcccc"/>
+   <style:text-properties fo:color="#cc0000" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Warning" style:family="table-cell" 
style:parent-style-name="Status">
+   <style:text-properties fo:color="#cc0000" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Error" style:family="table-cell" 
style:parent-style-name="Status">
+   <style:table-cell-properties fo:background-color="#cc0000"/>
+   <style:text-properties fo:color="#ffffff" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="bold"/>
+  </style:style>
+  <style:style style:name="Accent" style:family="table-cell" 
style:parent-style-name="Default">
+   <style:text-properties fo:color="#000000" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="bold"/>
+  </style:style>
+  <style:style style:name="Accent_20_1" style:display-name="Accent 1" 
style:family="table-cell" style:parent-style-name="Accent">
+   <style:table-cell-properties fo:background-color="#000000"/>
+   <style:text-properties fo:color="#ffffff" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Accent_20_2" style:display-name="Accent 2" 
style:family="table-cell" style:parent-style-name="Accent">
+   <style:table-cell-properties fo:background-color="#808080"/>
+   <style:text-properties fo:color="#ffffff" fo:font-size="10pt" 
fo:font-style="normal" fo:font-weight="normal"/>
+  </style:style>
+  <style:style style:name="Accent_20_3" style:display-name="Accent 3" 
style:family="table-cell" style:parent-style-name="Accent">
+   <style:table-cell-properties fo:background-color="#dddddd"/>
+  </style:style>
+  <style:style style:name="Result" style:family="table-cell" 
style:parent-style-name="Default">
+   <style:text-properties fo:font-style="italic" 
style:text-underline-style="solid" style:text-underline-width="auto" 
style:text-underline-color="font-color" fo:font-weight="bold"/>
+  </style:style>
+  <style:style style:name="Result2" style:family="table-cell" 
style:parent-style-name="Result" style:data-style-name="N108"/>
   <style:style style:name="Heading1" style:family="table-cell" 
style:parent-style-name="Heading">
    <style:table-cell-properties style:rotation-angle="90"/>
   </style:style>
@@ -1453,62 +1518,61 @@
   <style:style style:name="Untitled2" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties fo:background-color="#99ff66"/>
   </style:style>
-  <style:style style:name="Excel_5f_BuiltIn_5f_Currency" 
style:display-name="Excel_BuiltIn_Currency" style:family="table-cell" 
style:parent-style-name="Default" style:data-style-name="N126"/>
+  <style:style style:name="Excel_5f_BuiltIn_5f_Currency" 
style:display-name="Excel_BuiltIn_Currency" style:family="table-cell" 
style:parent-style-name="Default" style:data-style-name="N112"/>
   <style:style style:name="False" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties fo:background-color="#ff0000"/>
   </style:style>
-  <style:style style:name="science" style:family="table-cell" 
style:parent-style-name="Default" style:data-style-name="N127"/>
+  <style:style style:name="science" style:family="table-cell" 
style:parent-style-name="Default" style:data-style-name="N113"/>
  </office:styles>
  <office:automatic-styles>
   <style:style style:name="co1" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="185.7pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="65.51mm"/>
   </style:style>
   <style:style style:name="co2" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="252.51pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="89.08mm"/>
   </style:style>
   <style:style style:name="co3" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="64.01pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="22.58mm"/>
   </style:style>
   <style:style style:name="co4" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="123.99pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="43.74mm"/>
   </style:style>
   <style:style style:name="co5" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="74.21pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="26.18mm"/>
   </style:style>
   <style:style style:name="co6" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="136.6pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="48.19mm"/>
   </style:style>
   <style:style style:name="co7" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="100.35pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="35.4mm"/>
   </style:style>
   <style:style style:name="co8" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="29.31pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="10.34mm"/>
   </style:style>
   <style:style style:name="co9" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="16.44pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="5.8mm"/>
   </style:style>
   <style:style style:name="co10" style:family="table-column">
-   <style:table-column-properties fo:break-before="auto" 
style:column-width="110.35pt"/>
+   <style:table-column-properties fo:break-before="auto" 
style:column-width="38.93mm"/>
   </style:style>
   <style:style style:name="ro1" style:family="table-row">
-   <style:table-row-properties style:row-height="24.46pt" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
+   <style:table-row-properties style:row-height="8.63mm" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
   </style:style>
   <style:style style:name="ro2" style:family="table-row">
-   <style:table-row-properties style:row-height="12.81pt" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
+   <style:table-row-properties style:row-height="4.52mm" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
   </style:style>
   <style:style style:name="ro3" style:family="table-row">
-   <style:table-row-properties style:row-height="17.35pt" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
+   <style:table-row-properties style:row-height="6.12mm" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
   </style:style>
   <style:style style:name="ro4" style:family="table-row">
-   <style:table-row-properties style:row-height="15pt" fo:break-before="auto" 
style:use-optimal-row-height="true"/>
+   <style:table-row-properties style:row-height="5.29mm" 
fo:break-before="auto" style:use-optimal-row-height="true"/>
   </style:style>
   <style:style style:name="ta1" style:family="table" 
style:master-page-name="Default">
    <style:table-properties table:display="true" style:writing-mode="lr-tb"/>
   </style:style>
-  <number:percentage-style style:name="N11">
+  <number:number-style style:name="N2">
    <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1"/>
-   <number:text>%</number:text>
-  </number:percentage-style>
+  </number:number-style>
   <number:time-style style:name="N40">
    <number:hours number:style="long"/>
    <number:text>:</number:text>
@@ -1551,68 +1615,50 @@
   <number:boolean-style style:name="N99">
    <number:boolean/>
   </number:boolean-style>
-  <number:currency-style style:name="N104P0" style:volatile="true">
-   <number:currency-symbol number:language="en" 
number:country="US">$</number:currency-symbol>
-   <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-  </number:currency-style>
-  <number:currency-style style:name="N104">
-   <style:text-properties fo:color="#ff0000"/>
-   <number:text>-</number:text>
-   <number:currency-symbol number:language="en" 
number:country="US">$</number:currency-symbol>
-   <number:number number:decimal-places="2" loext:min-decimal-places="2" 
number:min-integer-digits="1" number:grouping="true"/>
-   <style:map style:condition="value()&gt;=0" style:apply-style-name="N104P0"/>
-  </number:currency-style>
   <number:boolean-style style:name="N10099" number:language="en" 
number:country="US">
    <number:boolean/>
   </number:boolean-style>
   <style:style style:name="ce1" style:family="table-cell" 
style:parent-style-name="Default"/>
-  <style:style style:name="ce2" style:family="table-cell" 
style:parent-style-name="Default">
+  <style:style style:name="ce46" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties style:text-align-source="fix" 
style:repeat-content="false"/>
-   <style:paragraph-properties fo:text-align="start" fo:margin-left="0pt"/>
+   <style:paragraph-properties fo:text-align="start" fo:margin-left="0mm"/>
    <style:text-properties fo:font-size="20pt" fo:font-weight="bold" 
style:font-size-asian="20pt" style:font-weight-asian="bold" 
style:font-size-complex="20pt" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="ce3" style:family="table-cell" 
style:parent-style-name="Default">
+  <style:style style:name="ce47" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties style:text-align-source="fix" 
style:repeat-content="false"/>
-   <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
+   <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/>
    <style:text-properties fo:font-size="14pt" fo:font-weight="bold" 
style:font-size-asian="14pt" style:font-weight-asian="bold" 
style:font-size-complex="14pt" style:font-weight-complex="bold"/>
   </style:style>
-  <style:style style:name="ce4" style:family="table-cell" 
style:parent-style-name="Default">
+  <style:style style:name="ce48" style:family="table-cell" 
style:parent-style-name="Default">
    <style:table-cell-properties style:text-align-source="fix" 
style:repeat-content="false"/>
-   <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/>
+   <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/>

... etc. - the rest is truncated
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to