diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2018-11-29 12:07:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-11-29 13:05:41 +0100 |
commit | b5cd5296ff9601ed0a38909971e0886492d5d7c2 (patch) | |
tree | f16e768eace3743f782dc3d6d659ca324878687e /sc | |
parent | 1a9bde76620449f2e718bc02a954ebcfd3426f18 (diff) |
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.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/data/functions/mathematical/fods/sum.fods | 1087 | ||||
-rw-r--r-- | sc/qa/unit/data/functions/statistical/fods/average.fods | 1968 | ||||
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 22 | ||||
-rw-r--r-- | sc/source/core/opencl/op_logical.hxx | 3 | ||||
-rw-r--r-- | sc/source/core/opencl/op_math.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/opencl/op_spreadsheet.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/opencl/op_statistical.hxx | 9 | ||||
-rw-r--r-- | sc/source/core/opencl/opbase.hxx | 2 |
8 files changed, 1406 insertions, 1687 deletions
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:script="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:formx="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()>=0" style:apply-style-name="N122P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N126P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N126P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N126P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N112P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N129P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N131P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N132P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N133P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N135P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N137P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N139P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N141P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N143P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N145P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N146P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N147P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N149P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N162P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N163P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N165P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N166P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N170P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N170P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N170P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N156P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N174P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N174P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N174P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N160P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N178P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N178P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N178P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N164P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N182P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N182P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N182P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N168P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N194P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N195P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N197P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N198P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N202P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N202P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N202P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N188P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N206P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N206P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N206P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N192P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N210P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N210P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N210P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N196P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N214P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N214P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N214P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N200P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N216P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N216P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N202P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N218P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N218P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N204P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N220P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N220P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N206P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N222P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N224P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N225P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N227P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N228P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N232P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N232P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N232P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N218P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N234P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N234P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N234P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N220P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N238P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N238P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N238P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N224P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N240P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N240P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N240P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N226P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N246P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N250P0"/> + <style:map style:condition="value()>=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()>=0" style:apply-style-name="N254P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N257P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N257P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N257P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N243P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N261P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N261P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N261P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N247P0"/> + <style:map style:condition="value()<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()>0" style:apply-style-name="N264P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N264P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N264P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N250P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N269P0"/> + <style:map style:condition="value()>=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()>0" style:apply-style-name="N272P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N272P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N257P0"/> + <style:map style:condition="value()<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()>=0" style:apply-style-name="N275P0"/> + <style:map style:condition="value()>=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()>=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="'Droid Sans Fallback'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-name-complex="Droid Sans Devanagari" style:font-family-complex="'Droid Sans Devanagari'" 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()>=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"/> <style:text-properties fo:font-size="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="ce5" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce49" 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:style> - <style:style style:name="ce6" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce50" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B3"/> - </style:style> - <style:style style:name="ce7" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce8" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce51" 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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce9" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce52" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> <style:style style:name="ce10" 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-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <style:style style:name="ce11" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0"/> @@ -1629,7 +1675,7 @@ <style:style style:name="ce16" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties style:font-name="Liberation Sans" style:font-name-asian="Droid Sans Fallback" style:font-name-complex="Droid Sans Devanagari"/> </style:style> - <style:style style:name="ce17" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce27" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties style:font-name="DejaVu Sans"/> </style:style> <style:style style:name="ce18" style:family="table-cell" style:parent-style-name="Default"> @@ -1638,30 +1684,9 @@ <style:style style:name="ce19" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties style:font-name="DejaVu Sans" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="ce20" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> - </style:style> - <style:style style:name="ce21" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> - </style:style> - <style:style style:name="ce22" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C6"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C6"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C6"/> - </style:style> - <style:style style:name="ce23" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce55" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> @@ -1677,16 +1702,9 @@ <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> </style:style> - <style:style style:name="ce26" 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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> - </style:style> - <style:style style:name="ce27" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce58" 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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> @@ -1711,7 +1729,7 @@ <style:style style:name="ce33" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N10099"/> <style:style style:name="ce34" style:family="table-cell" style:parent-style-name="Excel_5f_BuiltIn_5f_Currency"> <style:table-cell-properties style:glyph-orientation-vertical="0" fo:border-bottom="none" style:cell-protect="protected" style:print-content="true" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border-left="0.06pt solid #000000" style:direction="ltr" fo:border-right="0.06pt solid #000000" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" fo:border-top="none" style:vertical-align="automatic"/> - <style:paragraph-properties fo:margin-left="0pt" style:writing-mode="page"/> + <style:paragraph-properties fo:margin-left="0mm" style:writing-mode="page"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial1" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> </style:style> <style:style style:name="ce35" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N60"/> @@ -1722,9 +1740,9 @@ <style:style style:name="ce37" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="ce38" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N104"/> + <style:style style:name="ce38" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N262"/> <style:style style:name="ce39" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N61"/> - <style:style style:name="ce40" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N11"> + <style:style style:name="ce40" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N263"> <style:text-properties fo:font-weight="normal" style:font-weight-asian="normal" style:font-weight-complex="normal"/> </style:style> <style:style style:name="ce41" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N82"/> @@ -1736,23 +1754,23 @@ <style:table-properties table:display="false"/> </style:style> <style:page-layout style:name="pm1"> - <style:page-layout-properties fo:page-width="1190.55pt" fo:page-height="841.89pt" style:num-format="1" style:print-orientation="landscape" style:shadow="none" style:writing-mode="lr-tb"/> + <style:page-layout-properties fo:page-width="420mm" fo:page-height="297mm" style:num-format="1" style:print-orientation="landscape" style:shadow="none" style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-bottom="2.5mm"/> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-top="2.5mm"/> </style:footer-style> </style:page-layout> <style:page-layout style:name="pm2"> <style:page-layout-properties style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0"> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-bottom="2.5mm" fo:border="2.49pt solid #000000" fo:padding="0.18mm" fo:background-color="#c0c0c0"> <style:background-image/> </style:header-footer-properties> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0"> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-top="2.5mm" fo:border="2.49pt solid #000000" fo:padding="0.18mm" fo:background-color="#c0c0c0"> <style:background-image/> </style:header-footer-properties> </style:footer-style> @@ -1772,15 +1790,15 @@ <style:master-page style:name="Report" style:page-layout-name="pm2"> <style:header> <style:region-left> - <text:p><text:sheet-name>???</text:sheet-name> (<text:title>???</text:title>)</text:p> + <text:p><text:sheet-name>???</text:sheet-name><text:s/>(<text:title>???</text:title>)</text:p> </style:region-left> <style:region-right> - <text:p><text:date style:data-style-name="N2" text:date-value="2016-07-28">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="21:07:50.618150015">00:00:00</text:time></text:p> + <text:p><text:date style:data-style-name="N2" text:date-value="2018-11-29">00.00.0000</text:date>, <text:time style:data-style-name="N2" text:time-value="11:13:33.684649804">00:00:00</text:time></text:p> </style:region-right> </style:header> <style:header-left style:display="false"/> <style:footer> - <text:p>Page <text:page-number>1</text:page-number> / <text:page-count>99</text:page-count></text:p> + <text:p>Page <text:page-number>1</text:page-number><text:s/>/ <text:page-count>99</text:page-count></text:p> </style:footer> <style:footer-left style:display="false"/> </style:master-page> @@ -1794,10 +1812,10 @@ <table:table table:name="Sheet1" table:style-name="ta1"> <office:forms form:automatic-focus="false" form:apply-design-mode="false"/> <table:table-column table:style-name="co1" table:default-cell-style-name="Default"/> - <table:table-column table:style-name="co1" table:default-cell-style-name="ce5"/> + <table:table-column table:style-name="co1" table:default-cell-style-name="ce49"/> <table:table-column table:style-name="co2" table:default-cell-style-name="Default"/> <table:table-row table:style-name="ro1"> - <table:table-cell table:style-name="ce2" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce46" office:value-type="string" calcext:value-type="string"> <text:p>SUM Function</text:p> </table:table-cell> <table:table-cell table:number-columns-repeated="2"/> @@ -1806,11 +1824,11 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <table:table-row table:style-name="ro3"> - <table:table-cell table:style-name="ce3" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce47" office:value-type="string" calcext:value-type="string"> <text:p>Result</text:p> </table:table-cell> - <table:table-cell table:style-name="ce6" table:formula="of:=AND([.B8:.B95])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce50" table:formula="of:=AND([.B8:.B95])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell/> </table:table-row> @@ -1818,13 +1836,13 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <table:table-row table:style-name="ro4"> - <table:table-cell table:style-name="ce4" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce48" office:value-type="string" calcext:value-type="string"> <text:p>Sheet</text:p> </table:table-cell> - <table:table-cell table:style-name="ce4" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce48" office:value-type="string" calcext:value-type="string"> <text:p>Result</text:p> </table:table-cell> - <table:table-cell table:style-name="ce4" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce48" office:value-type="string" calcext:value-type="string"> <text:p>Description</text:p> </table:table-cell> </table:table-row> @@ -1832,8 +1850,8 @@ <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> <text:p>1</text:p> </table:table-cell> - <table:table-cell table:style-name="ce7" table:formula="of:=AND([Sheet2.C2:.C92])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce50" table:formula="of:=AND([Sheet2.C2:.C92])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell office:value-type="string" calcext:value-type="string"> <text:p>Simple SUM formulas with local references and values</text:p> @@ -1841,17 +1859,17 @@ </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="3"> <table:table-cell/> - <table:table-cell table:style-name="ce8"/> + <table:table-cell table:style-name="ce51"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell/> - <table:table-cell table:style-name="ce8"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce51"/> + <table:table-cell table:style-name="ce52"/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="26"> <table:table-cell/> - <table:table-cell table:style-name="ce8"/> + <table:table-cell table:style-name="ce51"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="1048537"> @@ -1861,22 +1879,17 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <calcext:conditional-formats> - <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B38"> + <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B38 Sheet1.B3:Sheet1.B3"> <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet1.B8"/> <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B8"/> <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B8"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet1.B3:Sheet1.B3"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet1.B3"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B3"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B3"/> - </calcext:conditional-format> </calcext:conditional-formats> </table:table> <table:table table:name="Sheet2" table:style-name="ta1" table:print="false"> <office:forms form:automatic-focus="false" form:apply-design-mode="false"/> <table:table-column table:style-name="co4" table:number-columns-repeated="2" table:default-cell-style-name="Default"/> - <table:table-column table:style-name="co5" table:default-cell-style-name="ce5"/> + <table:table-column table:style-name="co5" table:default-cell-style-name="ce49"/> <table:table-column table:style-name="co6" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co7" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co8" table:default-cell-style-name="Default"/> @@ -1909,8 +1922,8 @@ <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> <text:p>6</text:p> </table:table-cell> - <table:table-cell table:style-name="ce20" table:formula="of:=ROUND([.A2];12)=ROUND([.B2];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A2];12)=ROUND([.B2];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A2])" office:value-type="string" office:string-value="=SUM(J2:J4)" calcext:value-type="string"> <text:p>=SUM(J2:J4)</text:p> @@ -1921,7 +1934,10 @@ <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> <text:p>1</text:p> </table:table-cell> - <table:table-cell table:number-columns-repeated="5"/> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="4"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11" table:formula="of:=SUM([.J2];[.J3];[.J4])" office:value-type="float" office:value="6" calcext:value-type="float"> @@ -1930,17 +1946,20 @@ <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> <text:p>6</text:p> </table:table-cell> - <table:table-cell table:style-name="ce20" table:formula="of:=ROUND([.A3];12)=ROUND([.B3];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A3];12)=ROUND([.B3];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> - <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A3])" office:value-type="string" office:string-value="=SUM(J2,J3,J4)" calcext:value-type="string"> - <text:p>=SUM(J2,J3,J4)</text:p> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A3])" office:value-type="string" office:string-value="=SUM(J2;J3;J4)" calcext:value-type="string"> + <text:p>=SUM(J2;J3;J4)</text:p> </table:table-cell> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> <text:p>2</text:p> </table:table-cell> - <table:table-cell table:number-columns-repeated="5"/> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="4"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11" table:formula="of:=SUM({1;2;3})" office:value-type="float" office:value="6" calcext:value-type="float"> @@ -1949,11 +1968,11 @@ <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> <text:p>6</text:p> </table:table-cell> - <table:table-cell table:style-name="ce20" table:formula="of:=ROUND([.A4];12)=ROUND([.B4];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A4];12)=ROUND([.B4];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> - <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=SUM({1,2,3})" calcext:value-type="string"> - <text:p>=SUM({1,2,3})</text:p> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=SUM({1.2.3})" calcext:value-type="string"> + <text:p>=SUM({1.2.3})</text:p> </table:table-cell> <table:table-cell table:style-name="ce16"/> <table:table-cell table:style-name="ce13"/> @@ -1961,7 +1980,10 @@ <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> <text:p>3</text:p> </table:table-cell> - <table:table-cell table:number-columns-repeated="5"/> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="4"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11" table:formula="of:=SUM([.J2:.J4];{1;2};3)" office:value-type="float" office:value="12" calcext:value-type="float"> @@ -1970,11 +1992,11 @@ <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> <text:p>12</text:p> </table:table-cell> - <table:table-cell table:style-name="ce20" table:formula="of:=ROUND([.A5];12)=ROUND([.B5];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A5];12)=ROUND([.B5];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> - <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A5])" office:value-type="string" office:string-value="=SUM(J2:J4,{1,2},3)" calcext:value-type="string"> - <text:p>=SUM(J2:J4,{1,2},3)</text:p> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A5])" office:value-type="string" office:string-value="=SUM(J2:J4;{1.2};3)" calcext:value-type="string"> + <text:p>=SUM(J2:J4;{1.2};3)</text:p> </table:table-cell> <table:table-cell table:style-name="ce16"/> <table:table-cell table:style-name="ce13"/> @@ -1987,11 +2009,11 @@ <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> <text:p>8</text:p> </table:table-cell> - <table:table-cell table:style-name="ce21" table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> - <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A6])" office:value-type="string" office:string-value="=SUM(J3:J5,J10:J11)" calcext:value-type="string"> - <text:p>=SUM(J3:J5,J10:J11)</text:p> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A6])" office:value-type="string" office:string-value="=SUM(J3:J5;J10:J11)" calcext:value-type="string"> + <text:p>=SUM(J3:J5;J10:J11)</text:p> </table:table-cell> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell table:style-name="ce34"/> @@ -2004,8 +2026,8 @@ <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> <text:p>6</text:p> </table:table-cell> - <table:table-cell table:style-name="ce21" table:formula="of:=ROUND([.A7];12)=ROUND([.B7];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A7];12)=ROUND([.B7];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A7])" office:value-type="string" office:string-value="=SUM(range)" calcext:value-type="string"> <text:p>=SUM(range)</text:p> @@ -2023,8 +2045,8 @@ <table:table-cell table:formula="of:#N/A" office:value-type="string" office:string-value="" calcext:value-type="error"> <text:p>#N/A</text:p> </table:table-cell> - <table:table-cell table:style-name="ce22" table:formula="of:=ISERROR([.A8])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce55" table:formula="of:=ISERROR([.A8])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A8])" office:value-type="string" office:string-value="=SUM(J7:J9)" calcext:value-type="string"> <text:p>=SUM(J7:J9)</text:p> @@ -2036,11 +2058,21 @@ <table:table-cell table:number-columns-repeated="5"/> </table:table-row> <table:table-row table:style-name="ro2"> - <table:table-cell table:style-name="ce11"/> - <table:table-cell/> - <table:table-cell table:style-name="ce23"/> - <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce29"/> + <table:table-cell table:style-name="ce11" table:formula="of:=SUM([.J2:.K4])" office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A9];12)=ROUND([.B9];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A9])" office:value-type="string" office:string-value="=SUM(J2:K4)" calcext:value-type="string"> + <text:p>=SUM(J2:K4)</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce29" office:value-type="string" calcext:value-type="string"> + <text:p>multi-column</text:p> + </table:table-cell> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> <text:p>10</text:p> @@ -2048,11 +2080,22 @@ <table:table-cell table:number-columns-repeated="5"/> </table:table-row> <table:table-row table:style-name="ro2"> - <table:table-cell table:style-name="ce11"/> - <table:table-cell/> - <table:table-cell table:style-name="ce23"/> - <table:table-cell table:style-name="ce28"/> - <table:table-cell table:number-columns-repeated="5"/> + <table:table-cell table:style-name="ce11" table:formula="of:=SUM([.J2:.L5])" office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce55" table:formula="of:=ROUND([.A10];12)=ROUND([.B10];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce28" table:formula="of:=FORMULA([.A10])" office:value-type="string" office:string-value="=SUM(J2:L5)" calcext:value-type="string"> + <text:p>=SUM(J2:L5)</text:p> + </table:table-cell> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>empty cells</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="4"/> <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> <text:p>3</text:p> </table:table-cell> @@ -2061,7 +2104,7 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11"/> <table:table-cell/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:style-name="ce30"/> <table:table-cell table:number-columns-repeated="5"/> @@ -2071,14 +2114,14 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11"/> <table:table-cell table:style-name="ce18"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="11"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce11"/> <table:table-cell/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce35"/> @@ -2087,7 +2130,7 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce12"/> <table:table-cell/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:style-name="ce31"/> <table:table-cell table:number-columns-repeated="4"/> @@ -2096,7 +2139,7 @@ </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce13" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce37" table:number-columns-repeated="5"/> @@ -2104,24 +2147,24 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce14"/> <table:table-cell table:style-name="ce13"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28" table:number-columns-repeated="2"/> <table:table-cell table:number-columns-repeated="10"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce15"/> <table:table-cell table:style-name="ce18"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:style-name="ce15"/> - <table:table-cell table:style-name="ce17" table:content-validation-name="val1"/> + <table:table-cell table:style-name="ce27" table:content-validation-name="val1"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce37"/> <table:table-cell table:number-columns-repeated="5"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce37" table:number-columns-repeated="4"/> @@ -2129,9 +2172,9 @@ </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce52"/> <table:table-cell/> <table:table-cell table:style-name="ce13"/> <table:table-cell table:number-columns-repeated="8"/> @@ -2139,9 +2182,9 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce16"/> <table:table-cell/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce52"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce38"/> <table:table-cell/> @@ -2151,7 +2194,7 @@ <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce16"/> <table:table-cell/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:style-name="ce32"/> <table:table-cell table:number-columns-repeated="4"/> @@ -2160,7 +2203,7 @@ </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce40"/> @@ -2168,7 +2211,7 @@ </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="3"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce20"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce41"/> @@ -2178,7 +2221,7 @@ </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce23"/> + <table:table-cell table:style-name="ce55"/> <table:table-cell table:style-name="ce28"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce42"/> @@ -2186,10 +2229,10 @@ </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell/> - <table:table-cell table:style-name="ce17"/> + <table:table-cell table:style-name="ce27"/> <table:table-cell table:style-name="ce24"/> <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce52"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce43"/> <table:table-cell/> @@ -2205,10 +2248,10 @@ <table:table-cell table:number-columns-repeated="5"/> </table:table-row> <table:table-row table:style-name="ro2"> - <table:table-cell table:style-name="ce17" table:number-columns-repeated="2"/> + <table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/> <table:table-cell table:style-name="ce24"/> <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce52"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce45"/> <table:table-cell table:number-columns-repeated="5"/> @@ -2218,7 +2261,7 @@ <table:table-cell table:style-name="ce19"/> <table:table-cell table:style-name="ce24"/> <table:table-cell table:style-name="ce28"/> - <table:table-cell table:style-name="ce9"/> + <table:table-cell table:style-name="ce52"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce13"/> <table:table-cell table:number-columns-repeated="5"/> @@ -2266,48 +2309,43 @@ </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="12"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce37" table:number-columns-repeated="5"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="12"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce37" table:number-columns-repeated="5"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="12"/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce37" table:number-columns-repeated="5"/> <table:table-cell/> </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="52"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="1052"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce26"/> - <table:table-cell table:number-columns-repeated="12"/> - </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="1000"> - <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce27"/> + <table:table-cell table:style-name="ce58"/> <table:table-cell table:number-columns-repeated="12"/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="1047475"> @@ -2317,70 +2355,15 @@ <table:table-cell table:number-columns-repeated="15"/> </table:table-row> <calcext:conditional-formats> - <calcext:conditional-format calcext:target-range-address="Sheet2.C9:Sheet2.C100 Sheet2.C2:Sheet2.C5 Sheet2.C7:Sheet2.C7"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C9:Sheet2.C1100 Sheet2.C2:Sheet2.C5 Sheet2.C7:Sheet2.C7"> + <calcext:conditional-format calcext:target-range-address="Sheet2.C2:Sheet2.C1100"> <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C2"/> <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/> <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C27:Sheet2.C100 Sheet2.C9:Sheet2.C23 Sheet2.C4:Sheet2.C5"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C4"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C27:Sheet2.C100 Sheet2.C9:Sheet2.C23 Sheet2.C4:Sheet2.C5"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C4"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C4"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C4"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C6:Sheet2.C7"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C6"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C6:Sheet2.C7"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C6"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C6:Sheet2.C7"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C6"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C6:Sheet2.C7"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C6"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C6"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C8:Sheet2.C8"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C8"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C8:Sheet2.C8"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C8"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C8:Sheet2.C8"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C8"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C8:Sheet2.C8"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C8"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C8"/> - </calcext:conditional-format> </calcext:conditional-formats> </table:table> - <table:table table:name="'file:///home/zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/iserr.fods/isblank.fods/info.fods/formula.fods/formula.fods/current.fods/cell.fods/cell.fods/minute.fods/minute.fods/year.fods/function_based_test_Example.fods/function_based_test_Example_reference.fods'#Sheet2" table:print="false" table:style-name="ta_extref"> - <table:table-source xlink:type="simple" xlink:href="subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/iserr.fods/isblank.fods/info.fods/formula.fods/formula.fods/current.fods/cell.fods/cell.fods/minute.fods/minute.fods/year.fods/function_based_test_Example.fods/function_based_test_Example_reference.fods" table:table-name="Sheet2" table:mode="copy-results-only"/> + <table:table table:name="'file:///home/seli/zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/iserr.fods/isblank.fods/info.fods/formula.fods/formula.fods/current.fods/cell.fods/cell.fods/minute.fods/minute.fods/year.fods/function_based_test_Example.fods/function_based_test_Example_reference.fods'#Sheet2" table:print="false" table:style-name="ta_extref"> + <table:table-source xlink:type="simple" xlink:href="../../../../../../../../../../zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/iserr.fods/isblank.fods/info.fods/formula.fods/formula.fods/current.fods/cell.fods/cell.fods/minute.fods/minute.fods/year.fods/function_based_test_Example.fods/function_based_test_Example_reference.fods" table:table-name="Sheet2" table:mode="copy-results-only"/> <table:table-column table:number-columns-repeated="8"/> <table:table-row table:number-rows-repeated="2"> <table:table-cell table:number-columns-repeated="8"/> @@ -2392,8 +2375,8 @@ </table:table-cell> </table:table-row> </table:table> - <table:table table:name="'file:///home/zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/sc-unit-test/information-functions.ods'#Information" table:print="false" table:style-name="ta_extref"> - <table:table-source xlink:type="simple" xlink:href="subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/sc-unit-test/information-functions.ods" table:table-name="Information" table:mode="copy-results-only"/> + <table:table table:name="'file:///home/seli/zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/sc-unit-test/information-functions.ods'#Information" table:print="false" table:style-name="ta_extref"> + <table:table-source xlink:type="simple" xlink:href="../../../../../../../../../../zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/subtotal.fods/sqrtpi.fods/sqrt.fods/sinh.fods/sin.fods/cos.fods/cos.fods/atan.fods/asinh.fods/asin.fods/acos.fods/abs.fods/abs.fods/xor.fods/xor.fods/not.fods/ifna.fods/ifna.fods/iferror.fods/iferror.fods/if.fods/and.fods/and.fods/and.fods/and.fods/type.fods/isna.fods/isna.fods/islogical.fods/isformula.fods/sc-unit-test/information-functions.ods" table:table-name="Information" table:mode="copy-results-only"/> <table:table-column table:number-columns-repeated="15"/> <table:table-row table:number-rows-repeated="6"> <table:table-cell table:number-columns-repeated="15"/> diff --git a/sc/qa/unit/data/functions/statistical/fods/average.fods b/sc/qa/unit/data/functions/statistical/fods/average.fods index 77f972dc10c7..5ee9b98c603e 100644 --- a/sc/qa/unit/data/functions/statistical/fods/average.fods +++ b/sc/qa/unit/data/functions/statistical/fods/average.fods @@ -1,13 +1,13 @@ <?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:script="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:formx="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-08-05T15:27:44.246685748</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/389b08190092f9a9103b3ac098994ec83b2d0bfa</meta:generator><meta:document-statistic meta:table-count="2" meta:cell-count="67" meta:object-count="0"/></office:meta> + <office:meta><meta:creation-date>2016-08-05T15:27:44.246685748</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="72" 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">40534</config:config-item> - <config:config-item config:name="VisibleAreaHeight" config:type="int">14098</config:config-item> + <config:config-item config:name="VisibleAreaHeight" config:type="int">13934</config:config-item> <config:config-item-map-indexed config:name="Views"> <config:config-item-map-entry> <config:config-item config:name="ViewId" config:type="string">view1</config:config-item> @@ -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">4</config:config-item> + <config:config-item config:name="CursorPositionY" config:type="int">6</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">75</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">cs</config:config-item> @@ -118,16 +121,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">kQH+/0xleG1hcmstRTM1MmRuAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ1VQUzpMZXhtYXJrLUUzNTJkbgAAAAAAAAAAAAAAAAAWAAMAtwAAAAAAAAAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgAAEgBDT01QQVRfRFVQTEVYX01PREUKAERVUExFWF9PRkY=</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">hQH+/0dlbmVyaWMgUHJpbnRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0dFTlBSVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAMApgAAAAAAAAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCm1hcmdpbmRhanVzdG1lbnQ9MCwwLDAsMApjb2xvcmRlcHRoPTI0CnBzbGV2ZWw9MApwZGZkZXZpY2U9MApjb2xvcmRldmljZT0wClBQRENvbnRleERhdGEKUGFnZVNpemU6QTQAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=</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> @@ -155,272 +161,272 @@ </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 Sans" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans" 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()>=0" style:apply-style-name="N122P0"/> + <style:map style:condition="value()>=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"> <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="N126P1" style:volatile="true"> + <number:number-style style:name="N112P1" 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="N126P2" style:volatile="true"> + <number:number-style style:name="N112P2" 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="N126"> + <number:text-style style:name="N112"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N126P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N126P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N126P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N112P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N112P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N112P2"/> </number:text-style> - <number:currency-style style:name="N128P0" style:volatile="true"> + <number:currency-style style:name="N114P0" 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="N128"> + <number:currency-style style:name="N114"> <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()>=0" style:apply-style-name="N128P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N114P0"/> </number:currency-style> - <number:currency-style style:name="N129P0" style:volatile="true"> + <number:currency-style style:name="N115P0" 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="N129"> + <number:currency-style style:name="N115"> <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()>=0" style:apply-style-name="N129P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N115P0"/> </number:currency-style> - <number:currency-style style:name="N130P0" style:volatile="true"> + <number:currency-style style:name="N116P0" 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="N130"> + <number:currency-style style:name="N116"> <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()>=0" style:apply-style-name="N130P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N116P0"/> </number:currency-style> - <number:currency-style style:name="N132P0" style:volatile="true"> + <number:currency-style style:name="N118P0" 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="N132"> + <number:currency-style style:name="N118"> <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()>=0" style:apply-style-name="N132P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N118P0"/> </number:currency-style> - <number:currency-style style:name="N134P0" style:volatile="true"> + <number:currency-style style:name="N120P0" 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="N134"> + <number:currency-style style:name="N120"> <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()>=0" style:apply-style-name="N134P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N120P0"/> </number:currency-style> - <number:currency-style style:name="N136P0" style:volatile="true"> + <number:currency-style style:name="N122P0" 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="N136"> + <number:currency-style style:name="N122"> <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()>=0" style:apply-style-name="N136P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N122P0"/> </number:currency-style> - <number:currency-style style:name="N137P0" style:volatile="true"> + <number:currency-style style:name="N123P0" 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="N137"> + <number:currency-style style:name="N123"> <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()>=0" style:apply-style-name="N137P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N123P0"/> </number:currency-style> - <number:currency-style style:name="N138P0" style:volatile="true"> + <number:currency-style style:name="N124P0" 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="N138"> + <number:currency-style style:name="N124"> <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()>=0" style:apply-style-name="N138P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N124P0"/> </number:currency-style> - <number:currency-style style:name="N140P0" style:volatile="true"> + <number:currency-style style:name="N126P0" 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="N140"> + <number:currency-style style:name="N126"> <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()>=0" style:apply-style-name="N140P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N126P0"/> </number:currency-style> - <number:number-style style:name="N142P0" style:volatile="true"> + <number:number-style style:name="N128P0" 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="N142"> + <number:number-style style:name="N128"> <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()>=0" style:apply-style-name="N142P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N128P0"/> </number:number-style> - <number:number-style style:name="N144P0" style:volatile="true"> + <number:number-style style:name="N130P0" 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="N144"> + <number:number-style style:name="N130"> <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()>=0" style:apply-style-name="N144P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N130P0"/> </number:number-style> - <number:currency-style style:name="N146P0" style:volatile="true"> + <number:currency-style style:name="N132P0" 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="N146"> + <number:currency-style style:name="N132"> <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()>=0" style:apply-style-name="N146P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N132P0"/> </number:currency-style> - <number:currency-style style:name="N148P0" style:volatile="true"> + <number:currency-style style:name="N134P0" 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="N148"> + <number:currency-style style:name="N134"> <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()>=0" style:apply-style-name="N148P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N134P0"/> </number:currency-style> - <number:number-style style:name="N149"> + <number:number-style style:name="N135"> <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N150"> + <number:number-style style:name="N136"> <number:number number:decimal-places="8" loext:min-decimal-places="8" 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="10" loext:min-decimal-places="10" 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="11" loext:min-decimal-places="11" 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="12" loext:min-decimal-places="12" 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="13" loext:min-decimal-places="13" 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="14" loext:min-decimal-places="14" 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="15" loext:min-decimal-places="15" 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="16" loext:min-decimal-places="16" 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="17" loext:min-decimal-places="17" 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="18" loext:min-decimal-places="18" 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="1" loext:min-decimal-places="1" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N161"> + <number:number-style style:name="N147"> <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N162"> + <number:number-style style:name="N148"> <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N163"> + <number:number-style style:name="N149"> <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N164"> + <number:number-style style:name="N150"> <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/> </number:number-style> - <number:number-style style:name="N165"> + <number:number-style style:name="N151"> <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/> </number:number-style> - <number:currency-style style:name="N167P0" style:volatile="true"> + <number:currency-style style:name="N153P0" 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="N167"> + <number:currency-style style:name="N153"> <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()>=0" style:apply-style-name="N167P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N153P0"/> </number:currency-style> - <number:number-style style:name="N169P0" style:volatile="true"> + <number:number-style style:name="N155P0" style:volatile="true"> <number:text/> </number:number-style> - <number:currency-style style:name="N169"> + <number:currency-style style:name="N155"> <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()>=0" style:apply-style-name="N169P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N155P0"/> </number:currency-style> - <number:date-style style:name="N170"> + <number:date-style style:name="N156"> <number:day-of-week/> <number:text> </number:text> <number:day number:style="long"/> @@ -429,7 +435,7 @@ <number:text>/</number:text> <number:year/> </number:date-style> - <number:date-style style:name="N171"> + <number:date-style style:name="N157"> <number:day-of-week number:style="long"/> <number:text> </number:text> <number:day number:style="long"/> @@ -438,241 +444,241 @@ <number:text>/</number:text> <number:year/> </number:date-style> - <number:currency-style style:name="N173P0" style:volatile="true"> + <number:currency-style style:name="N159P0" style:volatile="true"> <number:currency-symbol number:language="de" number:country="AT">€</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:currency-style> - <number:currency-style style:name="N173"> + <number:currency-style style:name="N159"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:currency-symbol number:language="de" number:country="AT">€</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"/> - <style:map style:condition="value()>=0" style:apply-style-name="N173P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N159P0"/> </number:currency-style> - <number:number-style style:name="N175P0" style:volatile="true"> + <number:number-style style:name="N161P0" style:volatile="true"> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/> <number:text> Kč</number:text> </number:number-style> - <number:number-style style:name="N175"> + <number:number-style style:name="N161"> <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> Kč</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N175P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N161P0"/> </number:number-style> - <number:number-style style:name="N176P0" style:volatile="true"> + <number:number-style style:name="N162P0" style:volatile="true"> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/> <number:text> Kč</number:text> </number:number-style> - <number:number-style style:name="N176"> + <number:number-style style:name="N162"> <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> Kč</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N176P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N162P0"/> </number:number-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> Kč</number:text> </number:number-style> - <number:number-style style:name="N178"> + <number:number-style style:name="N164"> <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> Kč</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N178P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N164P0"/> </number:number-style> - <number:number-style style:name="N179P0" style:volatile="true"> + <number:number-style style:name="N165P0" style:volatile="true"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> <number:text> Kč</number:text> </number:number-style> - <number:number-style style:name="N179"> + <number:number-style style:name="N165"> <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> Kč</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N179P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N165P0"/> </number:number-style> - <number:number-style style:name="N180P0" style:volatile="true"> + <number:number-style style:name="N166P0" style:volatile="true"> <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="N180"> + <number:number-style style:name="N166"> <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()>=0" style:apply-style-name="N180P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N166P0"/> </number:number-style> - <number:number-style style:name="N181P0" style:volatile="true"> + <number:number-style style:name="N167P0" style:volatile="true"> <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="N181"> + <number:number-style style:name="N167"> <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()>=0" style:apply-style-name="N181P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N167P0"/> </number:number-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:number-style> - <number:number-style style:name="N182"> + <number:number-style style:name="N168"> <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()>=0" style:apply-style-name="N182P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N168P0"/> </number:number-style> - <number:number-style style:name="N183P0" style:volatile="true"> + <number:number-style style:name="N169P0" style:volatile="true"> <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="N183"> + <number:number-style style:name="N169"> <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()>=0" style:apply-style-name="N183P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N169P0"/> </number:number-style> - <number:number-style style:name="N187P0" style:volatile="true"> + <number:number-style style:name="N173P0" 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="N187P1" style:volatile="true"> + <number:number-style style:name="N173P1" 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="N187P2" style:volatile="true"> + <number:number-style style:name="N173P2" style:volatile="true"> <loext:fill-character> </loext:fill-character> <number:text>- </number:text> </number:number-style> - <number:text-style style:name="N187"> + <number:text-style style:name="N173"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N187P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N187P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N187P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N173P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N173P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N173P2"/> </number:text-style> - <number:number-style style:name="N191P0" style:volatile="true"> + <number:number-style style:name="N177P0" 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> Kč </number:text> </number:number-style> - <number:number-style style:name="N191P1" style:volatile="true"> + <number:number-style style:name="N177P1" 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> Kč </number:text> </number:number-style> - <number:number-style style:name="N191P2" style:volatile="true"> + <number:number-style style:name="N177P2" style:volatile="true"> <loext:fill-character> </loext:fill-character> <number:text>- Kč </number:text> </number:number-style> - <number:text-style style:name="N191"> + <number:text-style style:name="N177"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N191P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N191P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N191P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N177P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N177P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N177P2"/> </number:text-style> - <number:number-style style:name="N195P0" style:volatile="true"> + <number:number-style style:name="N181P0" 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="N195P1" style:volatile="true"> + <number:number-style style:name="N181P1" 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="N195P2" style:volatile="true"> + <number:number-style style:name="N181P2" 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="N195"> + <number:text-style style:name="N181"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N195P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N195P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N195P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N181P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N181P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N181P2"/> </number:text-style> - <number:number-style style:name="N199P0" style:volatile="true"> + <number:number-style style:name="N185P0" 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> Kč </number:text> </number:number-style> - <number:number-style style:name="N199P1" style:volatile="true"> + <number:number-style style:name="N185P1" 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> Kč </number:text> </number:number-style> - <number:number-style style:name="N199P2" style:volatile="true"> + <number:number-style style:name="N185P2" 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> Kč </number:text> </number:number-style> - <number:text-style style:name="N199"> + <number:text-style style:name="N185"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N199P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N199P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N199P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N185P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N185P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N185P2"/> </number:text-style> - <number:time-style style:name="N200"> + <number:time-style style:name="N186"> <number:minutes number:style="long"/> <number:text>:</number:text> <number:seconds number:style="long"/> </number:time-style> - <number:time-style style:name="N201" number:truncate-on-overflow="false"> + <number:time-style style:name="N187" 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="N202"> + <number:time-style style:name="N188"> <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="N203"> + <number:number-style style:name="N189"> <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:number-style style:name="N205P0" style:volatile="true"> + <number:number-style style:name="N191P0" style:volatile="true"> <number:text>Yes</number:text> </number:number-style> - <number:number-style style:name="N205P1" style:volatile="true"> + <number:number-style style:name="N191P1" style:volatile="true"> <number:text>Yes</number:text> </number:number-style> - <number:number-style style:name="N205"> + <number:number-style style:name="N191"> <number:text>No</number:text> - <style:map style:condition="value()>0" style:apply-style-name="N205P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N205P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N191P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N191P1"/> </number:number-style> - <number:number-style style:name="N207P0" style:volatile="true"> + <number:number-style style:name="N193P0" style:volatile="true"> <number:text>True</number:text> </number:number-style> - <number:number-style style:name="N207P1" style:volatile="true"> + <number:number-style style:name="N193P1" style:volatile="true"> <number:text>True</number:text> </number:number-style> - <number:number-style style:name="N207"> + <number:number-style style:name="N193"> <number:text>False</number:text> - <style:map style:condition="value()>0" style:apply-style-name="N207P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N207P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N193P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N193P1"/> </number:number-style> - <number:number-style style:name="N209P0" style:volatile="true"> + <number:number-style style:name="N195P0" style:volatile="true"> <number:text>On</number:text> </number:number-style> - <number:number-style style:name="N209P1" style:volatile="true"> + <number:number-style style:name="N195P1" style:volatile="true"> <number:text>On</number:text> </number:number-style> - <number:number-style style:name="N209"> + <number:number-style style:name="N195"> <number:text>Off</number:text> - <style:map style:condition="value()>0" style:apply-style-name="N209P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N209P1"/> + <style:map style:condition="value()>0" style:apply-style-name="N195P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N195P1"/> </number:number-style> - <number:currency-style style:name="N211P0" style:volatile="true"> + <number:currency-style style:name="N197P0" style:volatile="true"> <number:currency-symbol number:language="cs" number:country="CZ">¥€</number:currency-symbol> <number:text> </number:text> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3"> @@ -680,7 +686,7 @@ </number:number> <number:text> </number:text> </number:currency-style> - <number:currency-style style:name="N211"> + <number:currency-style style:name="N197"> <style:text-properties fo:color="#ff0000"/> <number:text>(</number:text> <number:currency-symbol number:language="cs" number:country="CZ">€</number:currency-symbol> @@ -689,1054 +695,1073 @@ <number:embedded-text number:position="5"> </number:embedded-text> </number:number> <number:text>)</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N211P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N197P0"/> </number:currency-style> - <number:currency-style style:name="N213P0" style:volatile="true"> + <number:currency-style style:name="N199P0" 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="N213"> + <number:currency-style style:name="N199"> <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()>=0" style:apply-style-name="N213P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N199P0"/> </number:currency-style> - <number:number-style style:name="N215P0" style:volatile="true"> + <number:number-style style:name="N201P0" 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="N215"> + <number:number-style style:name="N201"> <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()>=0" style:apply-style-name="N215P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N201P0"/> </number:number-style> - <number:number-style style:name="N217P0" style:volatile="true"> + <number:number-style style:name="N203P0" 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="N217"> + <number:number-style style:name="N203"> <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()>=0" style:apply-style-name="N217P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N203P0"/> </number:number-style> - <number:number-style style:name="N218P0" style:volatile="true"> + <number:number-style style:name="N204P0" 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="N218"> + <number:number-style style:name="N204"> <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()>=0" style:apply-style-name="N218P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N204P0"/> </number:number-style> - <number:number-style style:name="N220P0" style:volatile="true"> + <number:number-style style:name="N206P0" 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="N220"> + <number:number-style style:name="N206"> <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()>=0" style:apply-style-name="N220P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N206P0"/> </number:number-style> - <number:number-style style:name="N221P0" style:volatile="true"> + <number:number-style style:name="N207P0" 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="N221"> + <number:number-style style:name="N207"> <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()>=0" style:apply-style-name="N221P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N207P0"/> </number:number-style> - <number:number-style style:name="N225P0" style:volatile="true"> + <number:number-style style:name="N211P0" 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="N225P1" style:volatile="true"> + <number:number-style style:name="N211P1" 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="N225P2" style:volatile="true"> + <number:number-style style:name="N211P2" style:volatile="true"> <number:text> - </number:text> </number:number-style> - <number:text-style style:name="N225"> + <number:text-style style:name="N211"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N225P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N225P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N225P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N211P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N211P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N211P2"/> </number:text-style> - <number:number-style style:name="N229P0" style:volatile="true"> + <number:number-style style:name="N215P0" 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="N229P1" style:volatile="true"> + <number:number-style style:name="N215P1" 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="N229P2" style:volatile="true"> + <number:number-style style:name="N215P2" style:volatile="true"> <number:text> - € </number:text> </number:number-style> - <number:text-style style:name="N229"> + <number:text-style style:name="N215"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N229P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N229P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N229P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N215P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N215P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N215P2"/> </number:text-style> - <number:number-style style:name="N233P0" style:volatile="true"> + <number:number-style style:name="N219P0" 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="N233P1" style:volatile="true"> + <number:number-style style:name="N219P1" 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="N233P2" style:volatile="true"> - <number:text> -</number:text> + <number:number-style style:name="N219P2" 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="N233"> + <number:text-style style:name="N219"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N233P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N233P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N233P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N219P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N219P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N219P2"/> </number:text-style> - <number:number-style style:name="N237P0" style:volatile="true"> + <number:number-style style:name="N223P0" 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="N237P1" style:volatile="true"> + <number:number-style style:name="N223P1" 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="N237P2" style:volatile="true"> - <number:text> -</number:text> + <number:number-style style:name="N223P2" 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="N237"> + <number:text-style style:name="N223"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N237P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N237P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N237P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N223P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N223P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N223P2"/> </number:text-style> - <number:number-style style:name="N238"> + <number:number-style style:name="N224"> <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="N240P0" style:volatile="true"> + <number:number-style style:name="N226P0" 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="N240"> + <number:number-style style:name="N226"> <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()>=0" style:apply-style-name="N240P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N226P0"/> </number:number-style> - <number:number-style style:name="N241P0" style:volatile="true"> + <number:number-style style:name="N227P0" 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="N241"> + <number:number-style style:name="N227"> <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()>=0" style:apply-style-name="N241P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N227P0"/> </number:number-style> - <number:number-style style:name="N242P0" style:volatile="true"> + <number:number-style style:name="N228P0" 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="N242"> + <number:number-style style:name="N228"> <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()>=0" style:apply-style-name="N242P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N228P0"/> </number:number-style> - <number:number-style style:name="N246P0" style:volatile="true"> + <number:number-style style:name="N232P0" 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="N246P1" style:volatile="true"> + <number:number-style style:name="N232P1" 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="N246P2" style:volatile="true"> + <number:number-style style:name="N232P2" style:volatile="true"> <loext:fill-character> </loext:fill-character> <number:text>- </number:text> </number:number-style> - <number:text-style style:name="N246"> + <number:text-style style:name="N232"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N246P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N246P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N246P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N232P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N232P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N232P2"/> </number:text-style> - <number:number-style style:name="N250P0" style:volatile="true"> + <number:number-style style:name="N236P0" 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="N250P1" style:volatile="true"> + <number:number-style style:name="N236P1" 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="N250P2" style:volatile="true"> + <number:number-style style:name="N236P2" 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="N250"> + <number:text-style style:name="N236"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N250P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N250P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N250P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N236P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N236P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N236P2"/> </number:text-style> - <number:number-style style:name="N254P0" style:volatile="true"> + <number:number-style style:name="N240P0" 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="N254P1" style:volatile="true"> + <number:number-style style:name="N240P1" 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="N254P2" style:volatile="true"> + <number:number-style style:name="N240P2" 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="N254"> + <number:text-style style:name="N240"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N254P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N254P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N254P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N240P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N240P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N240P2"/> </number:text-style> - <number:currency-style style:name="N256P0" style:volatile="true"> + <number:currency-style style:name="N242P0" 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="N256"> + <number:currency-style style:name="N242"> <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()>=0" style:apply-style-name="N256P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N242P0"/> </number:currency-style> - <number:number-style style:name="N258P0" style:volatile="true"> + <number:number-style style:name="N244P0" 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="N258"> + <number:number-style style:name="N244"> <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()>=0" style:apply-style-name="N258P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N244P0"/> </number:number-style> - <number:number-style style:name="N259P0" style:volatile="true"> + <number:number-style style:name="N245P0" 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="N259"> + <number:number-style style:name="N245"> <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()>=0" style:apply-style-name="N259P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N245P0"/> </number:number-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="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> </number:number-style> - <number:number-style style:name="N261"> + <number:number-style style:name="N247"> <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()>=0" style:apply-style-name="N261P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N247P0"/> </number:number-style> - <number:number-style style:name="N262P0" style:volatile="true"> + <number:number-style style:name="N248P0" 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="N262"> + <number:number-style style:name="N248"> <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()>=0" style:apply-style-name="N262P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N248P0"/> </number:number-style> - <number:number-style style:name="N266P0" style:volatile="true"> + <number:number-style style:name="N252P0" 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="N266P1" style:volatile="true"> + <number:number-style style:name="N252P1" 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="N266P2" style:volatile="true"> + <number:number-style style:name="N252P2" 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="N266"> + <number:text-style style:name="N252"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N266P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N266P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N266P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N252P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N252P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N252P2"/> </number:text-style> - <number:number-style style:name="N268P0" style:volatile="true"> + <number:number-style style:name="N254P0" 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="N268P1" style:volatile="true"> + <number:number-style style:name="N254P1" 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="N268P2" style:volatile="true"> + <number:number-style style:name="N254P2" style:volatile="true"> <loext:fill-character> </loext:fill-character> <number:text>- </number:text> </number:number-style> - <number:text-style style:name="N268"> + <number:text-style style:name="N254"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N268P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N268P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N268P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N254P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N254P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N254P2"/> </number:text-style> - <number:number-style style:name="N272P0" style:volatile="true"> + <number:number-style style:name="N258P0" 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="N272P1" style:volatile="true"> + <number:number-style style:name="N258P1" 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="N272P2" style:volatile="true"> + <number:number-style style:name="N258P2" 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="N272"> + <number:text-style style:name="N258"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N272P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N272P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N272P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N258P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N258P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N258P2"/> </number:text-style> - <number:number-style style:name="N274P0" style:volatile="true"> + <number:number-style style:name="N260P0" 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="N274P1" style:volatile="true"> + <number:number-style style:name="N260P1" 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="N274P2" style:volatile="true"> + <number:number-style style:name="N260P2" 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="N274"> + <number:text-style style:name="N260"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N274P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N274P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N274P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N260P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N260P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N260P2"/> </number:text-style> - <number:number-style style:name="N276P0" style:volatile="true"> + <number:number-style style:name="N262P0" 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="N276"> + <number:number-style style:name="N262"> <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()>=0" style:apply-style-name="N276P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N262P0"/> </number:number-style> - <number:number-style style:name="N277P0" style:volatile="true"> + <number:number-style style:name="N263P0" 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="N277"> + <number:number-style style:name="N263"> <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()>=0" style:apply-style-name="N277P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N263P0"/> </number:number-style> - <number:number-style style:name="N279P0" style:volatile="true"> + <number:number-style style:name="N265P0" 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="N279"> + <number:number-style style:name="N265"> <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()>=0" style:apply-style-name="N279P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N265P0"/> </number:number-style> - <number:number-style style:name="N280P0" style:volatile="true"> + <number:number-style style:name="N266P0" 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="N280"> + <number:number-style style:name="N266"> <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()>=0" style:apply-style-name="N280P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N266P0"/> </number:number-style> - <number:number-style style:name="N281"> + <number:number-style style:name="N267"> <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="N285P0" style:volatile="true"> + <number:number-style style:name="N271P0" 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="N285P1" style:volatile="true"> + <number:number-style style:name="N271P1" 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="N285P2" style:volatile="true"> + <number:number-style style:name="N271P2" style:volatile="true"> <number:text> $- </number:text> </number:number-style> - <number:text-style style:name="N285"> + <number:text-style style:name="N271"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N285P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N285P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N285P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N271P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N271P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N271P2"/> </number:text-style> - <number:number-style style:name="N288P0" style:volatile="true"> + <number:number-style style:name="N274P0" 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="N288P1" style:volatile="true"> + <number:number-style style:name="N274P1" 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="N288P2" style:volatile="true"> + <number:number-style style:name="N274P2" style:volatile="true"> <number:text> - </number:text> </number:number-style> - <number:text-style style:name="N288"> + <number:text-style style:name="N274"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N288P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N288P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N288P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N274P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N274P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N274P2"/> </number:text-style> - <number:number-style style:name="N292P0" style:volatile="true"> + <number:number-style style:name="N278P0" 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="N292P1" style:volatile="true"> + <number:number-style style:name="N278P1" 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="N292P2" style:volatile="true"> + <number:number-style style:name="N278P2" 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="N292"> + <number:text-style style:name="N278"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N292P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N292P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N292P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N278P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N278P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N278P2"/> </number:text-style> - <number:number-style style:name="N295P0" style:volatile="true"> + <number:number-style style:name="N281P0" 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="N295P1" style:volatile="true"> + <number:number-style style:name="N281P1" 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="N295P2" style:volatile="true"> - <number:text> -</number:text> + <number:number-style style:name="N281P2" 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="N295"> + <number:text-style style:name="N281"> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N295P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N295P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N295P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N281P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N281P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N281P2"/> </number:text-style> - <number:percentage-style style:name="N296"> + <number:percentage-style style:name="N282"> <number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N297"> + <number:percentage-style style:name="N283"> <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N298"> + <number:percentage-style style:name="N284"> <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N299"> + <number:percentage-style style:name="N285"> <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N300"> + <number:percentage-style style:name="N286"> <number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N301"> + <number:percentage-style style:name="N287"> <number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N302"> + <number:percentage-style style:name="N288"> <number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N303"> + <number:percentage-style style:name="N289"> <number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N304"> + <number:percentage-style style:name="N290"> <number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N305"> + <number:percentage-style style:name="N291"> <number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:currency-style style:name="N307P0" style:volatile="true"> + <number:currency-style style:name="N293P0" style:volatile="true"> <number:number number:decimal-places="3" loext:min-decimal-places="3" 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="N307"> + <number:currency-style style:name="N293"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="3" loext:min-decimal-places="3" 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()>=0" style:apply-style-name="N307P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N293P0"/> </number:currency-style> - <number:currency-style style:name="N309P0" style:volatile="true"> + <number:currency-style style:name="N295P0" style:volatile="true"> <number:number number:decimal-places="4" loext:min-decimal-places="4" 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="N309"> + <number:currency-style style:name="N295"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="4" loext:min-decimal-places="4" 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()>=0" style:apply-style-name="N309P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N295P0"/> </number:currency-style> - <number:currency-style style:name="N311P0" style:volatile="true"> + <number:currency-style style:name="N297P0" style:volatile="true"> <number:number number:decimal-places="5" loext:min-decimal-places="5" 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="N311"> + <number:currency-style style:name="N297"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="5" loext:min-decimal-places="5" 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()>=0" style:apply-style-name="N311P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N297P0"/> </number:currency-style> - <number:currency-style style:name="N313P0" style:volatile="true"> + <number:currency-style style:name="N299P0" style:volatile="true"> <number:number number:decimal-places="6" loext:min-decimal-places="6" 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="N313"> + <number:currency-style style:name="N299"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="6" loext:min-decimal-places="6" 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()>=0" style:apply-style-name="N313P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N299P0"/> </number:currency-style> - <number:currency-style style:name="N315P0" style:volatile="true"> + <number:currency-style style:name="N301P0" style:volatile="true"> <number:number number:decimal-places="7" loext:min-decimal-places="7" 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="N315"> + <number:currency-style style:name="N301"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="7" loext:min-decimal-places="7" 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()>=0" style:apply-style-name="N315P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N301P0"/> </number:currency-style> - <number:currency-style style:name="N317P0" style:volatile="true"> + <number:currency-style style:name="N303P0" style:volatile="true"> <number:number number:decimal-places="8" loext:min-decimal-places="8" 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="N317"> + <number:currency-style style:name="N303"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="8" loext:min-decimal-places="8" 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()>=0" style:apply-style-name="N317P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N303P0"/> </number:currency-style> - <number:currency-style style:name="N319P0" style:volatile="true"> + <number:currency-style style:name="N305P0" style:volatile="true"> <number:number number:decimal-places="9" loext:min-decimal-places="9" 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="N319"> + <number:currency-style style:name="N305"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="9" loext:min-decimal-places="9" 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()>=0" style:apply-style-name="N319P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N305P0"/> </number:currency-style> - <number:currency-style style:name="N321P0" style:volatile="true"> + <number:currency-style style:name="N307P0" style:volatile="true"> <number:number number:decimal-places="10" loext:min-decimal-places="10" 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="N321"> + <number:currency-style style:name="N307"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="10" loext:min-decimal-places="10" 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()>=0" style:apply-style-name="N321P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N307P0"/> </number:currency-style> - <number:currency-style style:name="N323P0" style:volatile="true"> + <number:currency-style style:name="N309P0" style:volatile="true"> <number:number number:decimal-places="11" loext:min-decimal-places="11" 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="N323"> + <number:currency-style style:name="N309"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="11" loext:min-decimal-places="11" 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()>=0" style:apply-style-name="N323P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N309P0"/> </number:currency-style> - <number:currency-style style:name="N325P0" style:volatile="true"> + <number:currency-style style:name="N311P0" style:volatile="true"> <number:number number:decimal-places="12" loext:min-decimal-places="12" 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="N325"> + <number:currency-style style:name="N311"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="12" loext:min-decimal-places="12" 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()>=0" style:apply-style-name="N325P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N311P0"/> </number:currency-style> - <number:currency-style style:name="N327P0" style:volatile="true"> + <number:currency-style style:name="N313P0" style:volatile="true"> <number:number number:decimal-places="13" loext:min-decimal-places="13" 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="N327"> + <number:currency-style style:name="N313"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="13" loext:min-decimal-places="13" 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()>=0" style:apply-style-name="N327P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N313P0"/> </number:currency-style> - <number:currency-style style:name="N329P0" style:volatile="true"> + <number:currency-style style:name="N315P0" style:volatile="true"> <number:number number:decimal-places="14" loext:min-decimal-places="14" 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="N329"> + <number:currency-style style:name="N315"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="14" loext:min-decimal-places="14" 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()>=0" style:apply-style-name="N329P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N315P0"/> </number:currency-style> - <number:currency-style style:name="N331P0" style:volatile="true"> + <number:currency-style style:name="N317P0" style:volatile="true"> <number:number number:decimal-places="15" loext:min-decimal-places="15" 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="N331"> + <number:currency-style style:name="N317"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="15" loext:min-decimal-places="15" 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()>=0" style:apply-style-name="N331P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N317P0"/> </number:currency-style> - <number:currency-style style:name="N333P0" style:volatile="true"> + <number:currency-style style:name="N319P0" style:volatile="true"> <number:number number:decimal-places="16" loext:min-decimal-places="16" 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="N333"> + <number:currency-style style:name="N319"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="16" loext:min-decimal-places="16" 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()>=0" style:apply-style-name="N333P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N319P0"/> </number:currency-style> - <number:currency-style style:name="N335P0" style:volatile="true"> + <number:currency-style style:name="N321P0" style:volatile="true"> <number:number number:decimal-places="17" loext:min-decimal-places="17" 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="N335"> + <number:currency-style style:name="N321"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="17" loext:min-decimal-places="17" 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()>=0" style:apply-style-name="N335P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N321P0"/> </number:currency-style> - <number:number-style style:name="N336"> + <number:number-style style:name="N322"> <number:number number:decimal-places="20" loext:min-decimal-places="20" number:min-integer-digits="1"/> </number:number-style> - <number:percentage-style style:name="N337"> + <number:percentage-style style:name="N323"> <number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N338"> + <number:percentage-style style:name="N324"> <number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N339"> + <number:percentage-style style:name="N325"> <number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N340"> + <number:percentage-style style:name="N326"> <number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N341"> + <number:percentage-style style:name="N327"> <number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N342"> + <number:percentage-style style:name="N328"> <number:number number:decimal-places="20" loext:min-decimal-places="20" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:number-style style:name="N343"> + <number:number-style style:name="N329"> <number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/> </number:number-style> - <number:currency-style style:name="N345P0" style:volatile="true"> + <number:currency-style style:name="N331P0" 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="N345"> + <number:currency-style style:name="N331"> <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"/> <number:text>)</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N345P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N331P0"/> </number:currency-style> - <number:percentage-style style:name="N346" number:title="User-defined"> + <number:percentage-style style:name="N332" number:title="User-defined"> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N348P0" style:volatile="true"> + <number:percentage-style style:name="N334P0" style:volatile="true"> <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:grouping="true"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N348"> + <number:percentage-style style:name="N334"> <style:text-properties fo:color="#ff0000"/> <number:text>-</number:text> <number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:grouping="true"/> <number:text>%</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N348P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N334P0"/> </number:percentage-style> - <number:number-style style:name="N349P0" style:volatile="true"> + <number:number-style style:name="N335P0" style:volatile="true"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0" number:grouping="true"/> </number:number-style> - <number:number-style style:name="N349"> + <number:number-style style:name="N335"> <style:text-properties fo:color="#000000"/> <number:text>-</number:text> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0" number:grouping="true"/> - <style:map style:condition="value()>=0" style:apply-style-name="N349P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N335P0"/> </number:number-style> - <number:date-style style:name="N350"> + <number:date-style style:name="N336"> <number:day/> <number:text>-</number:text> <number:month number:textual="true"/> <number:text>-</number:text> <number:year/> </number:date-style> - <number:currency-style style:name="N352P0" style:volatile="true"> + <number:currency-style style:name="N338P0" style:volatile="true"> <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol> <number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/> </number:currency-style> - <number:currency-style style:name="N352"> + <number:currency-style style:name="N338"> <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="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/> - <style:map style:condition="value()>=0" style:apply-style-name="N352P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N338P0"/> </number:currency-style> - <number:currency-style style:name="N354P0" style:volatile="true"> + <number:currency-style style:name="N340P0" style:volatile="true"> <number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol> <number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/> </number:currency-style> - <number:currency-style style:name="N354"> + <number:currency-style style:name="N340"> <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="4" loext:min-decimal-places="4" number:min-integer-digits="1" number:grouping="true"/> - <style:map style:condition="value()>=0" style:apply-style-name="N354P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N340P0"/> </number:currency-style> - <number:percentage-style style:name="N355P0" style:volatile="true"> + <number:percentage-style style:name="N341"> + <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/> + <number:text>%</number:text> + </number:percentage-style> + <number:percentage-style style:name="N342P0" style:volatile="true"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/> <number:text>%</number:text> </number:percentage-style> - <number:percentage-style style:name="N355"> + <number:percentage-style style:name="N342"> <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:text>%</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N355P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N342P0"/> </number:percentage-style> - <number:number-style style:name="N357P0" style:volatile="true"> + <number:number-style style:name="N344P0" style:volatile="true"> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/> <number:text> DM</number:text> </number:number-style> - <number:number-style style:name="N357"> + <number:number-style style:name="N344"> <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> DM</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N357P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N344P0"/> </number:number-style> - <number:number-style style:name="N358P0" style:volatile="true"> + <number:number-style style:name="N345P0" style:volatile="true"> <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/> <number:text> DM</number:text> </number:number-style> - <number:number-style style:name="N358"> + <number:number-style style:name="N345"> <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> DM</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N358P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N345P0"/> </number:number-style> - <number:number-style style:name="N360P0" style:volatile="true"> + <number:number-style style:name="N347P0" style:volatile="true"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> <number:text> DM</number:text> </number:number-style> - <number:number-style style:name="N360"> + <number:number-style style:name="N347"> <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> DM</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N360P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N347P0"/> </number:number-style> - <number:number-style style:name="N361P0" style:volatile="true"> + <number:number-style style:name="N348P0" style:volatile="true"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> <number:text> DM</number:text> </number:number-style> - <number:number-style style:name="N361"> + <number:number-style style:name="N348"> <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> DM</number:text> - <style:map style:condition="value()>=0" style:apply-style-name="N361P0"/> + <style:map style:condition="value()>=0" style:apply-style-name="N348P0"/> </number:number-style> - <number:number-style style:name="N365P0" style:volatile="true"> + <number:number-style style:name="N352P0" 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="N365P1" style:volatile="true"> + <number:number-style style:name="N352P1" 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="N365P2" style:volatile="true"> + <number:number-style style:name="N352P2" 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="N365"> + <number:text-style style:name="N352"> <number:text> </number:text> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N365P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N365P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N365P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N352P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N352P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N352P2"/> </number:text-style> - <number:number-style style:name="N369P0" style:volatile="true"> + <number:number-style style:name="N356P0" 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> DM </number:text> </number:number-style> - <number:number-style style:name="N369P1" style:volatile="true"> + <number:number-style style:name="N356P1" 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> DM </number:text> </number:number-style> - <number:number-style style:name="N369P2" style:volatile="true"> + <number:number-style style:name="N356P2" style:volatile="true"> <loext:text> </loext:text> <loext:fill-character> </loext:fill-character> <number:text>- DM </number:text> </number:number-style> - <number:text-style style:name="N369"> + <number:text-style style:name="N356"> <number:text> </number:text> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N369P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N369P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N369P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N356P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N356P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N356P2"/> </number:text-style> - <number:number-style style:name="N373P0" style:volatile="true"> + <number:number-style style:name="N360P0" 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="N373P1" style:volatile="true"> + <number:number-style style:name="N360P1" 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="N373P2" style:volatile="true"> + <number:number-style style:name="N360P2" 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="N373"> + <number:text-style style:name="N360"> <number:text> </number:text> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N373P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N373P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N373P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N360P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N360P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N360P2"/> </number:text-style> - <number:number-style style:name="N377P0" style:volatile="true"> + <number:number-style style:name="N364P0" 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> DM </number:text> </number:number-style> - <number:number-style style:name="N377P1" style:volatile="true"> + <number:number-style style:name="N364P1" 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> DM </number:text> </number:number-style> - <number:number-style style:name="N377P2" style:volatile="true"> + <number:number-style style:name="N364P2" 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> DM </number:text> </number:number-style> - <number:text-style style:name="N377"> + <number:text-style style:name="N364"> <number:text> </number:text> <number:text-content/> <number:text> </number:text> - <style:map style:condition="value()>0" style:apply-style-name="N377P0"/> - <style:map style:condition="value()<0" style:apply-style-name="N377P1"/> - <style:map style:condition="value()=0" style:apply-style-name="N377P2"/> + <style:map style:condition="value()>0" style:apply-style-name="N364P0"/> + <style:map style:condition="value()<0" style:apply-style-name="N364P1"/> + <style:map style:condition="value()=0" style:apply-style-name="N364P2"/> </number:text-style> - <number:text-style style:name="N378"> + <number:text-style style:name="N365"> <number:text>Ouch! - </number:text> <number:text-content/> <number:text> - Error detected!</number:text> </number:text-style> - <number:text-style style:name="N379"> + <number:text-style style:name="N366"> <number:text-content/> <number:text> - Result=0 - No Errordetection</number:text> </number:text-style> - <number:date-style style:name="N380"> + <number:date-style style:name="N367"> <number:day number:style="long"/> <number:text>/</number:text> <number:month number:style="long"/> <number:text>/</number:text> <number:year/> </number:date-style> - <number:date-style style:name="N381"> + <number:date-style style:name="N368"> <number:day/> <number:text>/</number:text> <number:month/> <number:text>/</number:text> <number:year/> </number:date-style> + <number:currency-style style:name="N369P0" 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="N369"> + <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()>=0" style:apply-style-name="N369P0"/> + </number:currency-style> + <number:percentage-style style:name="N370"> + <number:number number:decimal-places="0" loext:min-decimal-places="0" 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> @@ -2038,18 +2063,69 @@ <style:map style:condition="value()>=0" style:apply-style-name="N20124P0"/> </number:number-style> <style:style style:name="Default" style:family="table-cell"> - <style:table-cell-properties fo:padding="2.01pt" style:rotation-align="none"/> + <style:table-cell-properties fo:padding="0.71mm" style:rotation-align="none"/> <style:text-properties fo:color="#000000" style:font-name="Calibri" fo:font-family="Calibri" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="11pt" style:font-name-asian="Droid Sans Fallback" style:font-family-asian="'Droid Sans Fallback'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="11pt" style:font-name-complex="Droid Sans Devanagari" style:font-family-complex="'Droid Sans Devanagari'" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="11pt"/> </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> @@ -2059,17 +2135,17 @@ <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="Comma_20_2" style:display-name="Comma 2" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N126"> - <style:table-cell-properties fo:padding="2.01pt"/> + <style:style style:name="Comma_20_2" style:display-name="Comma 2" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N112"> + <style:table-cell-properties fo:padding="0.71mm"/> </style:style> <style:style style:name="Normal_20_2" style:display-name="Normal 2" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0"> - <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/> - <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/> + <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="0.71mm" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/> + <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0mm" style:writing-mode="page"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Times New Roman" fo:font-family="'Times New Roman'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Times New Roman" style:font-family-complex="'Times New Roman'" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> </style:style> <style:style style:name="Normal_5f_Amortization_20_Schedule" style:display-name="Normal_Amortization Schedule" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0"> - <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/> - <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/> + <style:table-cell-properties style:glyph-orientation-vertical="0" style:cell-protect="protected" style:print-content="true" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" style:text-align-source="value-type" style:repeat-content="false" fo:background-color="transparent" fo:wrap-option="no-wrap" fo:border="none" style:direction="ltr" fo:padding="0.71mm" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic" loext:vertical-justify="auto"/> + <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0mm" style:writing-mode="page"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Times New Roman1" fo:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Times New Roman1" style:font-family-complex="'Times New Roman'" style:font-family-generic-complex="roman" style:font-pitch-complex="variable" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> </style:style> <style:style style:name="Excel_5f_CondFormat_5f_1_5f_2_5f_1" style:display-name="Excel_CondFormat_1_2_1" style:family="table-cell" style:parent-style-name="Default"> @@ -2082,456 +2158,197 @@ </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="22.58mm"/> </style:style> <style:style style:name="co4" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="140.94pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="49.72mm"/> </style:style> <style:style style:name="co5" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="100.46pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="35.44mm"/> </style:style> <style:style style:name="co6" 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="co7" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="340.95pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="120.28mm"/> </style:style> <style:style style:name="co8" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="152.19pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="53.69mm"/> </style:style> <style:style style:name="co9" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="63.69pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="22.47mm"/> </style:style> <style:style style:name="co10" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="57.29pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="20.21mm"/> </style:style> <style:style style:name="co11" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="78.29pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="27.62mm"/> </style:style> <style:style style:name="co12" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="186.69pt"/> + <style:table-column-properties fo:break-before="auto" style:column-width="65.86mm"/> </style:style> <style:style style:name="co13" style:family="table-column"> - <style:table-column-properties fo:break-before="auto" style:column-width="71.21pt"/> - </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="25.12mm"/> </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="9.33mm" 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="5.57mm" 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.83mm" 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="6mm" fo:break-before="auto" style:use-optimal-row-height="true"/> </style:style> <style:style style:name="ro5" style:family="table-row"> - <style:table-row-properties style:row-height="17.29pt" fo:break-before="auto" style:use-optimal-row-height="true"/> + <style:table-row-properties style:row-height="5.57mm" fo:break-before="auto" style:use-optimal-row-height="true"/> </style:style> <style:style style:name="ro6" style:family="table-row"> - <style:table-row-properties style:row-height="15.79pt" fo:break-before="auto" style:use-optimal-row-height="true"/> - </style:style> - <style:style style:name="ro7" style:family="table-row"> - <style:table-row-properties style:row-height="16.95pt" fo:break-before="auto" style:use-optimal-row-height="true"/> - </style:style> - <style:style style:name="ro8" style:family="table-row"> - <style:table-row-properties style:row-height="16.41pt" fo:break-before="auto" style:use-optimal-row-height="true"/> + <style:table-row-properties style:row-height="5.57mm" 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:number-style style:name="N2"> + <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/> + </number:number-style> <number:number-style style:name="N4"> <number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> </number:number-style> - <number:percentage-style style:name="N10"> - <number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1"/> - <number:text>%</number:text> - </number:percentage-style> - <number:percentage-style style:name="N11"> - <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="N36" number:automatic-order="true"> - <number:month number:style="long"/> - <number:text>/</number:text> <number:day number:style="long"/> - <number:text>/</number:text> + <number:text>.</number:text> + <number:month number:style="long"/> + <number:text>.</number:text> <number:year number:style="long"/> </number:date-style> - <number:date-style style:name="N37" number:automatic-order="true"> - <number:month number:style="long"/> - <number:text>/</number:text> + <number:date-style style:name="N37"> <number:day number:style="long"/> - <number:text>/</number:text> - <number:year/> + <number:text>.</number:text> + <number:month number:style="long"/> + <number:text>.</number:text> + <number:year number:style="long"/> </number:date-style> <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()>=0" style:apply-style-name="N104P0"/> - </number:currency-style> - <style:style style:name="ce2" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce58" 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:text-properties style:text-position="" 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: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="ce59" 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:text-properties style:text-position="" 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: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="ce60" 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:text-properties style:text-position="" fo:font-size="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> + <style:text-properties fo:font-size="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="ce5" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce61" 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:text-properties style:text-position=""/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> </style:style> - <style:style style:name="ce6" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce62" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B3"/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> + <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> + <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> + <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce7" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce63" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:text-properties style:text-position=""/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce8" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce64" 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:text-properties style:text-position=""/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce9" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce65" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> + <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> + <style:style style:name="ce9" style:family="table-cell" style:parent-style-name="Default"/> <style:style style:name="ce10" 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:text-properties style:text-position="" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="ce11" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce12" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.A15"/> - </style:style> - <style:style style:name="ce13" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N104"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce14" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N342"> - <style:table-cell-properties fo:background-color="transparent"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce15" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N342"> - <style:table-cell-properties fo:background-color="transparent"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Calibri1" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - </style:style> - <style:style style:name="ce16" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N164"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce17" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N11"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce18" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> - </style:style> - <style:style style:name="ce19" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> - </style:style> - <style:style style:name="ce20" style:family="table-cell" style:parent-style-name="Default"> - <style:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> - </style:style> - <style:style style:name="ce21" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C28"/> - </style:style> - <style:style style:name="ce22" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C28"/> - </style:style> - <style:style style:name="ce23" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> - </style:style> - <style:style style:name="ce24" style:family="table-cell" style:parent-style-name="Default"> - <style:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C37"/> - </style:style> - <style:style style:name="ce25" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:text-properties style:text-position=""/> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C37"/> - </style:style> - <style:style style:name="ce26" style:family="table-cell" style:parent-style-name="Default"> - <style:text-properties style:text-position="" style:font-name="Liberation Serif" style:font-name-asian="Microsoft YaHei" style:font-name-complex="Mangal"/> - </style:style> - <style:style style:name="ce27" 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="end" fo:margin-left="0pt"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce28" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="middle"/> - <style:paragraph-properties fo:text-align="center"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce29" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N10"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce30" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N296"> - <style:table-cell-properties fo:background-color="transparent"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce31" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N165"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce32" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties fo:border="none"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce33" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> - <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> - </style:style> - <style:style style:name="ce34" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> - <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:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> - </style:style> - <style:style style:name="ce35" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="bottom"/> - <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/> - <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> - </style:style> - <style:style style:name="ce36" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="is-true-formula([.F30]=0)" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_2_5f_1" style:base-cell-address="Sheet2.I43"/> - <style:map style:condition="is-true-formula(ABS([.F30]/[.F30]-1)>0.00001)" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_2_5f_2" style:base-cell-address="Sheet2.I43"/> - </style:style> - <style:style style:name="ce37" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - </style:style> - <style:style style:name="ce38" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce39" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N138"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="bottom"/> - <style:paragraph-properties fo:text-align="end"/> - <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="italic" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> - </style:style> - <style:style style:name="ce40" style:family="table-cell" style:parent-style-name="Default"> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce41" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce42" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N11"> - <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce43" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N104"> - <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce44" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N138"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce45" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.K43"/> - </style:style> - <style:style style:name="ce46" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties fo:wrap-option="wrap" style:vertical-align="top"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce47" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:vertical-align="top"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce48" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:glyph-orientation-vertical="0" style:text-align-source="value-type" style:repeat-content="false" fo:wrap-option="wrap" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="middle" loext:vertical-justify="auto"/> - <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Calibri" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="ce49" style:family="table-cell" style:parent-style-name="Default"> - <style:text-properties style:text-position="" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="ce50" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"> - <style:table-cell-properties fo:wrap-option="wrap"/> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce51" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N36"> - <style:table-cell-properties fo:border="none"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce52" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N380"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.K43"/> - </style:style> - <style:style style:name="ce53" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"> - <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:text-position="" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> - </style:style> - <style:style style:name="ce54" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce55" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N4"> - <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce56" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N4"> - <style:text-properties style:text-position=""/> - </style:style> - <style:style style:name="ce57" style:family="table-cell" style:parent-style-name="Default"/> - <style:style style:name="ce58" 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="ce59" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce11" 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="ce60" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce12" 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="12pt" fo:font-weight="bold" style:font-size-asian="12pt" style:font-weight-asian="bold" style:font-size-complex="12pt" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="ce61" 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:style> - <style:style style:name="ce62" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce13" 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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B3"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B3"/> + <style:paragraph-properties fo:text-align="center" fo:margin-left="0mm"/> </style:style> - <style:style style:name="ce63" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce14" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce64" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce15" 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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet1.B8"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet1.B8"/> </style:style> - <style:style style:name="ce65" style:family="table-cell" style:parent-style-name="Default"> + <style:style style:name="ce16" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Serif" fo:font-size="10pt" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-size-asian="10pt" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> <style:style style:name="ce66" 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-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <style:style style:name="ce67" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> - <style:style style:name="ce68" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> + <style:style style:name="ce101" style:family="table-cell" style:parent-style-name="Default"> + <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="0.71mm" style:rotation-align="none"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.A15"/> + <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.K43"/> </style:style> - <style:style style:name="ce69" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N104"/> - <style:style style:name="ce70" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N342"> + <style:style style:name="ce69" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N369"/> + <style:style style:name="ce70" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N328"> <style:table-cell-properties fo:background-color="transparent"/> </style:style> - <style:style style:name="ce71" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N342"> + <style:style style:name="ce71" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N328"> <style:table-cell-properties fo:background-color="transparent"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri1" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> </style:style> - <style:style style:name="ce72" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N164"/> - <style:style style:name="ce73" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N11"/> - <style:style style:name="ce74" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C2"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C2"/> - </style:style> - <style:style style:name="ce75" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:style style:name="ce72" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N150"/> + <style:style style:name="ce73" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N341"/> + <style:style style:name="ce25" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C16"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> @@ -2541,85 +2358,52 @@ <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> </style:style> - <style:style style:name="ce77" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C28"/> - </style:style> - <style:style style:name="ce78" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C28"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C28"/> - </style:style> - <style:style style:name="ce79" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C16"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C16"/> - </style:style> - <style:style style:name="ce80" style:family="table-cell" style:parent-style-name="Default"> - <style:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C37"/> - </style:style> - <style:style style:name="ce81" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> - <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:map style:condition="cell-content()=""" style:apply-style-name="Default" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C37"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C37"/> - </style:style> <style:style style:name="ce82" style:family="table-cell" style:parent-style-name="Default"> <style:text-properties style:font-name="Liberation Serif" style:font-name-asian="Microsoft YaHei" style:font-name-complex="Mangal"/> </style:style> <style:style style:name="ce83" 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="end" fo:margin-left="0pt"/> + <style:paragraph-properties fo:text-align="end" fo:margin-left="0mm"/> </style:style> <style:style style:name="ce84" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="middle"/> <style:paragraph-properties fo:text-align="center"/> </style:style> - <style:style style:name="ce85" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N10"/> - <style:style style:name="ce86" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N296"> + <style:style style:name="ce85" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N370"/> + <style:style style:name="ce86" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N282"> <style:table-cell-properties fo:background-color="transparent"/> </style:style> - <style:style style:name="ce87" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N165"/> + <style:style style:name="ce87" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N151"/> <style:style style:name="ce88" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:border="none"/> </style:style> - <style:style style:name="ce89" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> + <style:style style:name="ce89" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N336"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> + <style:paragraph-properties fo:text-align="end" fo:margin-left="0mm"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> </style:style> - <style:style style:name="ce90" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> + <style:style style:name="ce90" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N336"> <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 style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> </style:style> - <style:style style:name="ce91" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N350"> + <style:style style:name="ce91" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N336"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="bottom"/> - <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 style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> </style:style> <style:style style:name="ce92" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> + <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="0.71mm" style:rotation-align="none"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> <style:map style:condition="is-true-formula([.F30]=0)" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_2_5f_1" style:base-cell-address="Sheet2.I43"/> <style:map style:condition="is-true-formula(ABS([.F30]/[.F30]-1)>0.00001)" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_2_5f_2" style:base-cell-address="Sheet2.I43"/> </style:style> <style:style style:name="ce93" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> + <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="0.71mm" style:rotation-align="none"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> </style:style> <style:style style:name="ce94" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"/> - <style:style style:name="ce95" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N138"> + <style:style style:name="ce95" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N124"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" fo:wrap-option="wrap" style:vertical-align="bottom"/> <style:paragraph-properties fo:text-align="end"/> <style:text-properties style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="DejaVu Sans Condensed" fo:font-size="10pt" fo:language="en" fo:country="GB" fo:font-style="italic" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:font-name-asian="DejaVu Sans Condensed1" style:font-size-asian="10pt" style:language-asian="en" style:country-asian="US" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="DejaVu Sans Condensed1" style:font-size-complex="10pt" style:language-complex="en" style:country-complex="US" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none"/> @@ -2631,20 +2415,15 @@ <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> - <style:style style:name="ce98" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N11"> + <style:style style:name="ce98" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N341"> <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> - <style:style style:name="ce99" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N104"> + <style:style style:name="ce99" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N369"> <style:table-cell-properties fo:wrap-option="wrap"/> <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> - <style:style style:name="ce100" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N138"/> - <style:style style:name="ce101" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> - <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.K43"/> - </style:style> + <style:style style:name="ce100" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N124"/> <style:style style:name="ce102" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:wrap-option="wrap" style:vertical-align="top"/> <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> @@ -2654,8 +2433,8 @@ <style:text-properties style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="zh" style:country-asian="CN" style:font-style-asian="normal" style:font-weight-asian="normal" style:language-complex="hi" style:country-complex="IN" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/> </style:style> <style:style style:name="ce104" style:family="table-cell" style:parent-style-name="Default"> - <style:table-cell-properties style:glyph-orientation-vertical="0" style:text-align-source="value-type" style:repeat-content="false" fo:wrap-option="wrap" style:direction="ltr" fo:padding="2.01pt" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="middle" loext:vertical-justify="auto"/> - <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0pt" style:writing-mode="page"/> + <style:table-cell-properties style:glyph-orientation-vertical="0" style:text-align-source="value-type" style:repeat-content="false" fo:wrap-option="wrap" style:direction="ltr" fo:padding="0.71mm" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="middle" loext:vertical-justify="auto"/> + <style:paragraph-properties css3t:text-justify="auto" fo:margin-left="0mm" style:writing-mode="page"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri" fo:font-size="11pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="11pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-size-complex="11pt" style:font-style-complex="normal" style:font-weight-complex="bold"/> </style:style> <style:style style:name="ce105" style:family="table-cell" style:parent-style-name="Default"> @@ -2668,8 +2447,8 @@ <style:style style:name="ce107" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N36"> <style:table-cell-properties fo:border="none"/> </style:style> - <style:style style:name="ce108" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N380"> - <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="2.01pt" style:rotation-align="none"/> + <style:style style:name="ce108" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N367"> + <style:table-cell-properties style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:background-color="transparent" fo:border="none" fo:padding="0.71mm" style:rotation-align="none"/> <style:text-properties fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Arial" fo:font-size="10pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="10pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-size-complex="10pt" style:font-style-complex="normal" style:font-weight-complex="normal"/> <style:map style:condition="cell-content()=0" style:apply-style-name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:base-cell-address="Sheet2.K43"/> </style:style> @@ -2678,11 +2457,11 @@ </style:style> <style:style style:name="ce110" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N37"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> + <style:paragraph-properties fo:text-align="end" fo:margin-left="0mm"/> </style:style> <style:style style:name="ce111" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N4"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> - <style:paragraph-properties fo:text-align="end" fo:margin-left="0pt"/> + <style:paragraph-properties fo:text-align="end" fo:margin-left="0mm"/> </style:style> <style:style style:name="ce112" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N4"/> <style:style style:name="ta_extref" style:family="table"> @@ -2691,41 +2470,41 @@ <style:page-layout style:name="pm1"> <style:page-layout-properties style:first-page-number="continue" style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-bottom="2.5mm"/> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-top="2.5mm"/> </style:footer-style> </style:page-layout> <style:page-layout style:name="pm2"> <style:page-layout-properties style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-bottom="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0"> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-bottom="2.5mm" fo:border="2.49pt solid #000000" fo:padding="0.18mm" fo:background-color="#c0c0c0"> <style:background-image/> </style:header-footer-properties> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="0pt" fo:margin-right="0pt" fo:margin-top="7.09pt" fo:border="2.49pt solid #000000" fo:padding="0.51pt" fo:background-color="#c0c0c0"> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="0mm" fo:margin-right="0mm" fo:margin-top="2.5mm" fo:border="2.49pt solid #000000" fo:padding="0.18mm" fo:background-color="#c0c0c0"> <style:background-image/> </style:header-footer-properties> </style:footer-style> </style:page-layout> <style:page-layout style:name="pm3"> - <style:page-layout-properties fo:margin-top="54pt" fo:margin-bottom="54pt" fo:margin-left="50.4pt" fo:margin-right="50.4pt" style:first-page-number="continue" style:writing-mode="lr-tb"/> + <style:page-layout-properties fo:margin-top="19.05mm" fo:margin-bottom="19.05mm" fo:margin-left="17.78mm" fo:margin-right="17.78mm" style:first-page-number="continue" style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-bottom="0pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="1.22mm" fo:margin-right="1.22mm" fo:margin-bottom="0mm"/> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-top="0pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="1.22mm" fo:margin-right="1.22mm" fo:margin-top="0mm"/> </style:footer-style> </style:page-layout> <style:page-layout style:name="pm4"> - <style:page-layout-properties fo:margin-top="56.69pt" fo:margin-bottom="56.69pt" fo:margin-left="50.4pt" fo:margin-right="50.4pt" style:first-page-number="continue" style:writing-mode="lr-tb"/> + <style:page-layout-properties fo:margin-top="20mm" fo:margin-bottom="20mm" fo:margin-left="17.78mm" fo:margin-right="17.78mm" style:first-page-number="continue" style:writing-mode="lr-tb"/> <style:header-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-bottom="0pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="1.22mm" fo:margin-right="1.22mm" fo:margin-bottom="0mm"/> </style:header-style> <style:footer-style> - <style:header-footer-properties fo:min-height="21.26pt" fo:margin-left="3.46pt" fo:margin-right="3.46pt" fo:margin-top="0pt"/> + <style:header-footer-properties fo:min-height="7.5mm" fo:margin-left="1.22mm" fo:margin-right="1.22mm" fo:margin-top="0mm"/> </style:footer-style> </style:page-layout> </office:automatic-styles> @@ -2743,15 +2522,15 @@ <style:master-page style:name="Report" style:page-layout-name="pm2"> <style:header> <style:region-left> - <text:p><text:sheet-name>???</text:sheet-name> (<text:title>???</text:title>)</text:p> + <text:p><text:sheet-name>???</text:sheet-name><text:s/>(<text:title>???</text:title>)</text:p> </style:region-left> <style:region-right> - <text:p><text:date style:data-style-name="N2" text:date-value="2016-08-05">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="15:27:37.810444314">00:00:00</text:time></text:p> + <text:p><text:date style:data-style-name="N2" text:date-value="2018-11-29">00.00.0000</text:date>, <text:time style:data-style-name="N2" text:time-value="11:39:09.704185834">00:00:00</text:time></text:p> </style:region-right> </style:header> <style:header-left style:display="false"/> <style:footer> - <text:p>Page <text:page-number>1</text:page-number> / <text:page-count>99</text:page-count></text:p> + <text:p>Page <text:page-number>1</text:page-number><text:s/>/ <text:page-count>99</text:page-count></text:p> </style:footer> <style:footer-left style:display="false"/> </style:master-page> @@ -2774,10 +2553,10 @@ <table:table table:name="Sheet1" table:style-name="ta1"> <office:forms form:automatic-focus="false" form:apply-design-mode="false"/> <table:table-column table:style-name="co1" table:default-cell-style-name="Default"/> - <table:table-column table:style-name="co1" table:default-cell-style-name="ce61"/> + <table:table-column table:style-name="co1" table:default-cell-style-name="ce13"/> <table:table-column table:style-name="co2" table:default-cell-style-name="Default"/> <table:table-row table:style-name="ro1"> - <table:table-cell table:style-name="ce58" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce10" office:value-type="string" calcext:value-type="string"> <text:p>AVERAGE Function</text:p> </table:table-cell> <table:table-cell table:number-columns-repeated="2"/> @@ -2786,11 +2565,11 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <table:table-row table:style-name="ro3"> - <table:table-cell table:style-name="ce59" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string"> <text:p>Result</text:p> </table:table-cell> - <table:table-cell table:style-name="ce62" table:formula="of:=AND([.B8:.B95])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce14" table:formula="of:=AND([.B8:.B95])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell/> </table:table-row> @@ -2798,22 +2577,22 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <table:table-row table:style-name="ro4"> - <table:table-cell table:style-name="ce60" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce12" office:value-type="string" calcext:value-type="string"> <text:p>Sheet</text:p> </table:table-cell> - <table:table-cell table:style-name="ce60" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce12" office:value-type="string" calcext:value-type="string"> <text:p>Result</text:p> </table:table-cell> - <table:table-cell table:style-name="ce60" office:value-type="string" calcext:value-type="string"> + <table:table-cell table:style-name="ce12" office:value-type="string" calcext:value-type="string"> <text:p>Description</text:p> </table:table-cell> </table:table-row> - <table:table-row table:style-name="ro5"> + <table:table-row table:style-name="ro2"> <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> <text:p>1</text:p> </table:table-cell> - <table:table-cell table:style-name="ce63" table:formula="of:=AND([Sheet2.C2:.C349])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce14" table:formula="of:=AND([Sheet2.C2:.C349])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell office:value-type="string" calcext:value-type="string"> <text:p>Simple AVERAGE formulas with local references and values</text:p> @@ -2821,37 +2600,17 @@ </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="3"> <table:table-cell/> - <table:table-cell table:style-name="ce64"/> + <table:table-cell table:style-name="ce15"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2"> <table:table-cell/> - <table:table-cell table:style-name="ce64"/> - <table:table-cell table:style-name="ce65"/> - </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="4"> - <table:table-cell/> - <table:table-cell table:style-name="ce64"/> - <table:table-cell/> - </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell/> - <table:table-cell table:style-name="ce64"/> - <table:table-cell/> - </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="4"> - <table:table-cell/> - <table:table-cell table:style-name="ce64"/> - <table:table-cell/> - </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell/> - <table:table-cell table:style-name="ce64"/> - <table:table-cell/> + <table:table-cell table:style-name="ce15"/> + <table:table-cell table:style-name="ce16"/> </table:table-row> - <table:table-row table:style-name="ro2" table:number-rows-repeated="16"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="26"> <table:table-cell/> - <table:table-cell table:style-name="ce64"/> + <table:table-cell table:style-name="ce15"/> <table:table-cell/> </table:table-row> <table:table-row table:style-name="ro2" table:number-rows-repeated="1048537"> @@ -2861,23 +2620,18 @@ <table:table-cell table:number-columns-repeated="3"/> </table:table-row> <calcext:conditional-formats> - <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B38"> + <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B38 Sheet1.B3:Sheet1.B3"> <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet1.B8"/> <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B8"/> <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B8"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet1.B3:Sheet1.B3"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet1.B3"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet1.B3"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet1.B3"/> - </calcext:conditional-format> </calcext:conditional-formats> </table:table> <table:table table:name="Sheet2" table:style-name="ta1" table:print="false"> <office:forms form:automatic-focus="false" form:apply-design-mode="false"/> <table:table-column table:style-name="co4" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co5" table:default-cell-style-name="Default"/> - <table:table-column table:style-name="co6" table:default-cell-style-name="ce61"/> + <table:table-column table:style-name="co6" table:default-cell-style-name="ce13"/> <table:table-column table:style-name="co7" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co4" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co8" table:default-cell-style-name="Default"/> @@ -2887,7 +2641,7 @@ <table:table-column table:style-name="co12" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co13" table:number-columns-repeated="2" table:default-cell-style-name="Default"/> <table:table-column table:style-name="co3" table:number-columns-repeated="15" table:default-cell-style-name="Default"/> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce66" office:value-type="string" calcext:value-type="string"> <text:p>Function</text:p> </table:table-cell> @@ -2929,15 +2683,15 @@ <table:table-cell table:style-name="ce110"/> <table:table-cell table:style-name="ce111"/> </table:table-row> - <table:table-row table:style-name="ro7"> + <table:table-row table:style-name="ro2"> <table:table-cell table:formula="of:=AVERAGE([.G1:.G15])" office:value-type="float" office:value="8" calcext:value-type="float"> <text:p>8</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> <text:p>8</text:p> </table:table-cell> - <table:table-cell table:style-name="ce74" table:formula="of:=ROUND([.A2];12)=ROUND([.B2];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A2];12)=ROUND([.B2];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A2])" office:value-type="string" office:string-value="=AVERAGE(G1:G15)" calcext:value-type="string"> <text:p>=AVERAGE(G1:G15)</text:p> @@ -2971,15 +2725,15 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro7"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce67" table:formula="of:=AVERAGE([.H1:.H7])" office:value-type="float" office:value="4.85714285714286" calcext:value-type="float"> - <text:p>4.85714285714286</text:p> + <text:p>4,85714285714286</text:p> </table:table-cell> <table:table-cell table:style-name="ce67" office:value-type="float" office:value="4.85714285714286" calcext:value-type="float"> - <text:p>4.85714285714286</text:p> + <text:p>4,85714285714286</text:p> </table:table-cell> - <table:table-cell table:style-name="ce74" table:formula="of:=ROUND([.A3];12)=ROUND([.B3];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A3];12)=ROUND([.B3];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A3])" office:value-type="string" office:string-value="=AVERAGE(H1:H7)" calcext:value-type="string"> <text:p>=AVERAGE(H1:H7)</text:p> @@ -3013,18 +2767,18 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro7"> + <table:table-row table:style-name="ro2"> <table:table-cell table:formula="of:=AVERAGE({4;5;6;7;5;4;3})" office:value-type="float" office:value="4.85714285714286" calcext:value-type="float"> - <text:p>4.85714285714286</text:p> + <text:p>4,85714285714286</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="4.85714285714286" calcext:value-type="float"> - <text:p>4.85714285714286</text:p> + <text:p>4,85714285714286</text:p> </table:table-cell> - <table:table-cell table:style-name="ce74" table:formula="of:=ROUND([.A4];12)=ROUND([.B4];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A4];12)=ROUND([.B4];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> - <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=AVERAGE({4,5,6,7,5,4,3})" calcext:value-type="string"> - <text:p>=AVERAGE({4,5,6,7,5,4,3})</text:p> + <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=AVERAGE({4.5.6.7.5.4.3})" calcext:value-type="string"> + <text:p>=AVERAGE({4.5.6.7.5.4.3})</text:p> </table:table-cell> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> @@ -3055,15 +2809,15 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro8"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce67" table:formula="of:=AVERAGE([.I1:.I7])" office:value-type="float" office:value="-4.85714285714286" calcext:value-type="float"> - <text:p>-4.85714285714286</text:p> + <text:p>-4,85714285714286</text:p> </table:table-cell> <table:table-cell table:style-name="ce67" office:value-type="float" office:value="-4.85714285714286" calcext:value-type="float"> - <text:p>-4.85714285714286</text:p> + <text:p>-4,85714285714286</text:p> </table:table-cell> - <table:table-cell table:style-name="ce74" table:formula="of:=ROUND([.A5];12)=ROUND([.B5];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A5];12)=ROUND([.B5];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A5])" office:value-type="string" office:string-value="=AVERAGE(I1:I7)" calcext:value-type="string"> <text:p>=AVERAGE(I1:I7)</text:p> @@ -3095,15 +2849,15 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro8"> + <table:table-row table:style-name="ro2"> <table:table-cell table:formula="of:=AVERAGE([.G22:.G25])" office:value-type="float" office:value="4" calcext:value-type="float"> <text:p>4</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> <text:p>4</text:p> </table:table-cell> - <table:table-cell table:style-name="ce74" table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> - <text:p>TRUE</text:p> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A6];12)=ROUND([.B6];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> </table:table-cell> <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A6])" office:value-type="string" office:string-value="=AVERAGE(G22:G25)" calcext:value-type="string"> <text:p>=AVERAGE(G22:G25)</text:p> @@ -3136,11 +2890,23 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> - <table:table-cell table:style-name="ce82"/> - <table:table-cell table:number-columns-repeated="2"/> + <table:table-row table:style-name="ro2"> + <table:table-cell table:formula="of:=AVERAGE([.G1:.H2])" office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" table:formula="of:=ROUND([.A7];12)=ROUND([.B7];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>PRAVDA</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce82" table:formula="of:=FORMULA([.A7])" office:value-type="string" office:string-value="=AVERAGE(G1:H2)" calcext:value-type="string"> + <text:p>=AVERAGE(G1:H2)</text:p> + </table:table-cell> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>multi-column</text:p> + </table:table-cell> + <table:table-cell/> <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> <text:p>7</text:p> </table:table-cell> @@ -3163,9 +2929,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:style-name="ce67"/> <table:table-cell/> @@ -3186,9 +2952,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> @@ -3204,9 +2970,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:style-name="ce67"/> <table:table-cell/> @@ -3224,9 +2990,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> @@ -3241,9 +3007,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> @@ -3258,9 +3024,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> @@ -3276,9 +3042,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="14" calcext:value-type="float"> @@ -3293,10 +3059,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell table:style-name="ce68"/> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce101"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> @@ -3311,10 +3077,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell table:style-name="ce68"/> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce101"/> <table:table-cell/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:style-name="ce84"/> <table:table-cell table:number-columns-repeated="5"/> @@ -3327,10 +3093,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> - <table:table-cell table:style-name="ce68"/> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce101"/> <table:table-cell/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> @@ -3341,9 +3107,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce94"/> @@ -3355,9 +3121,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="5"/> <table:table-cell table:style-name="ce94"/> @@ -3368,7 +3134,7 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell table:style-name="ce76"/> <table:table-cell table:number-columns-repeated="6"/> @@ -3380,10 +3146,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="18"/> <table:table-cell table:style-name="ce94"/> @@ -3392,10 +3158,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> @@ -3410,10 +3176,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> @@ -3426,9 +3192,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce75"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> @@ -3443,10 +3209,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell office:value-type="string" calcext:value-type="string"> @@ -3461,10 +3227,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce89"/> @@ -3475,7 +3241,7 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell table:style-name="Default"/> <table:table-cell/> @@ -3489,9 +3255,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce77"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell/> <table:table-cell table:style-name="ce67"/> <table:table-cell table:number-columns-repeated="3"/> @@ -3505,9 +3271,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce78"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce91"/> @@ -3520,9 +3286,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce78"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce73"/> @@ -3536,10 +3302,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce70"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce91"/> @@ -3552,10 +3318,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce71"/> <table:table-cell/> - <table:table-cell table:style-name="ce74"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce91"/> @@ -3568,10 +3334,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce71"/> <table:table-cell/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell/> <table:table-cell table:style-name="ce87"/> @@ -3586,10 +3352,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce71"/> <table:table-cell/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce91"/> @@ -3602,10 +3368,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce71"/> <table:table-cell/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:style-name="ce85"/> <table:table-cell table:number-columns-repeated="3"/> @@ -3619,9 +3385,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:style-name="ce86"/> <table:table-cell table:style-name="ce83"/> @@ -3637,10 +3403,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce69"/> <table:table-cell/> - <table:table-cell table:style-name="ce80"/> + <table:table-cell table:style-name="ce76"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce88"/> <table:table-cell table:style-name="ce91"/> @@ -3653,9 +3419,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce81"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce88"/> @@ -3669,10 +3435,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce70"/> <table:table-cell/> - <table:table-cell table:style-name="ce81"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce88"/> @@ -3686,10 +3452,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce70"/> <table:table-cell/> - <table:table-cell table:style-name="ce81"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce91"/> @@ -3702,10 +3468,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce70"/> <table:table-cell/> - <table:table-cell table:style-name="ce81"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="10"/> <table:table-cell table:style-name="ce88" table:number-columns-repeated="4"/> @@ -3716,10 +3482,10 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce70"/> <table:table-cell/> - <table:table-cell table:style-name="ce81"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="18"/> <table:table-cell table:style-name="ce94"/> @@ -3728,9 +3494,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce92"/> @@ -3745,9 +3511,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="4"/> <table:table-cell table:style-name="ce93"/> @@ -3762,9 +3528,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce73"/> @@ -3780,9 +3546,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell table:style-name="ce70"/> @@ -3795,9 +3561,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="5"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="5"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="3"/> <table:table-cell table:style-name="ce88" table:number-columns-repeated="11"/> @@ -3808,9 +3574,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="15"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="15"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="18"/> <table:table-cell table:style-name="ce94"/> @@ -3819,9 +3585,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> @@ -3831,9 +3597,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> @@ -3844,9 +3610,9 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:style-name="ce112"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="2"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="2"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> @@ -3854,24 +3620,24 @@ <table:table-cell table:style-name="ce94"/> <table:table-cell table:number-columns-repeated="4"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="165"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="165"> <table:table-cell table:style-name="ce72" table:number-columns-repeated="2"/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> <table:table-cell table:number-columns-repeated="16"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:style-name="ce73"/> <table:table-cell/> - <table:table-cell table:style-name="ce79"/> + <table:table-cell table:style-name="ce25"/> <table:table-cell table:style-name="ce82"/> <table:table-cell table:number-columns-repeated="6"/> <table:table-cell table:style-name="ce96"/> <table:table-cell table:number-columns-repeated="16"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="14"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="14"> <table:table-cell table:number-columns-repeated="2"/> <table:table-cell table:style-name="Default"/> <table:table-cell table:style-name="ce83"/> @@ -3879,109 +3645,41 @@ <table:table-cell table:style-name="ce96"/> <table:table-cell table:number-columns-repeated="16"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="8"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="8"> <table:table-cell table:number-columns-repeated="10"/> <table:table-cell table:style-name="ce96"/> <table:table-cell table:number-columns-repeated="16"/> </table:table-row> - <table:table-row table:style-name="ro6" table:number-rows-repeated="1048317"> + <table:table-row table:style-name="ro2" table:number-rows-repeated="1048317"> <table:table-cell table:number-columns-repeated="27"/> </table:table-row> - <table:table-row table:style-name="ro6"> + <table:table-row table:style-name="ro2"> <table:table-cell table:number-columns-repeated="27"/> </table:table-row> <calcext:conditional-formats> - <calcext:conditional-format calcext:target-range-address="Sheet2.C43:Sheet2.C236 Sheet2.C33:Sheet2.C36 Sheet2.C16:Sheet2.C21 Sheet2.C23:Sheet2.C24"> + <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C236 Sheet2.C2:Sheet2.C26"> <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C16"/> <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C16"/> <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C16"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C43:Sheet2.C236 Sheet2.C31:Sheet2.C36 Sheet2.C2:Sheet2.C26"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C31:Sheet2.C32 Sheet2.C2:Sheet2.C26"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C31:Sheet2.C32 Sheet2.C2:Sheet2.C26"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C2"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C2"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C37:Sheet2.C42"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C37"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C37"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C37"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C38:Sheet2.C42"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C38"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C38"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C38"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C30"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C28"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C29:Sheet2.C30"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C29"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C29:Sheet2.C30"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C29"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C29:Sheet2.C30"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C29"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C29"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C28"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C28"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C28"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C28"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C28"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C28"/> - </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.C28:Sheet2.C28"> - <calcext:condition calcext:apply-style-name="Default" calcext:value="=""" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled1" calcext:value="=0" calcext:base-cell-address="Sheet2.C28"/> - <calcext:condition calcext:apply-style-name="Untitled2" calcext:value="=1" calcext:base-cell-address="Sheet2.C28"/> - </calcext:conditional-format> <calcext:conditional-format calcext:target-range-address="Sheet2.I43:Sheet2.I43"> <calcext:condition calcext:apply-style-name="Excel_CondFormat_1_2_1" calcext:value="formula-is([.F30]=0)" calcext:base-cell-address="Sheet2.I43"/> <calcext:condition calcext:apply-style-name="Excel_CondFormat_1_2_2" calcext:value="formula-is(ABS([.F30]/[.F30]-1)>0.00001)" calcext:base-cell-address="Sheet2.I43"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.K43:Sheet2.U45"> + <calcext:conditional-format calcext:target-range-address="Sheet2.K43:Sheet2.U45 Sheet2.A15:Sheet2.A17"> <calcext:condition calcext:apply-style-name="Excel_CondFormat_1_3_1" calcext:value="=0" calcext:base-cell-address="Sheet2.K43"/> </calcext:conditional-format> - <calcext:conditional-format calcext:target-range-address="Sheet2.A15:Sheet2.A17"> - <calcext:condition calcext:apply-style-name="Excel_CondFormat_1_3_1" calcext:value="=0" calcext:base-cell-address="Sheet2.A15"/> - </calcext:conditional-format> </calcext:conditional-formats> </table:table> - <table:table table:name="'file:///home/zdenek/Dokumenty/LO/sc-unit-test/Project%20Calc%20functions%20tests/fods/function_based_test_Example.fods/function_based_test_Example_reference.fods'#Sheet2" table:print="false" table:style-name="ta_extref"> - <table:table-source xlink:type="simple" xlink:href="../function_based_test_Example.fods/function_based_test_Example_reference.fods" table:table-name="Sheet2" table:mode="copy-results-only"/> + <table:table table:name="'file:///home/seli/build/src/l1/sc/qa/unit/data/functions/statistical/fods/function_based_test_Example.fods/function_based_test_Example_reference.fods'#Sheet2" table:print="false" table:style-name="ta_extref"> + <table:table-source xlink:type="simple" xlink:href="function_based_test_Example.fods/function_based_test_Example_reference.fods" table:table-name="Sheet2" table:mode="copy-results-only"/> <table:table-column table:number-columns-repeated="8"/> <table:table-row table:number-rows-repeated="2"> <table:table-cell table:number-columns-repeated="8"/> </table:table-row> <table:table-row> <table:table-cell table:number-columns-repeated="7"/> - <table:table-cell table:style-name="ce57" office:value-type="float" office:value="4"> + <table:table-cell table:style-name="ce9" office:value-type="float" office:value="4"> <text:p>4</text:p> </table:table-cell> </table:table-row> diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index 7df68fc77fab..719431bcebb3 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -1651,6 +1651,7 @@ public: return ss.str(); } virtual std::string BinFuncName() const override { return "fcount"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpEqual : public Binary @@ -1718,6 +1719,8 @@ public: return ss.str(); } virtual std::string BinFuncName() const override { return "fsum"; } + // All arguments are simply summed, so it doesn't matter if SvDoubleVector is split. + virtual bool canHandleMultiVector() const override { return true; } }; class OpAverage : public Reduction @@ -1734,6 +1737,7 @@ public: } virtual std::string BinFuncName() const override { return "average"; } virtual bool isAverage() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpSub : public Reduction @@ -1811,6 +1815,7 @@ public: } virtual std::string BinFuncName() const override { return "min"; } virtual bool isMinOrMax() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpMax : public Reduction @@ -1825,6 +1830,7 @@ public: } virtual std::string BinFuncName() const override { return "max"; } virtual bool isMinOrMax() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpSumProduct : public SumOfProduct @@ -2218,6 +2224,22 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(const ScCalcConfig& config, const formula::DoubleVectorRefToken* pDVR = static_cast<const formula::DoubleVectorRefToken*>(pChild); + // The code below will split one svDoubleVectorRef into one subargument + // for each column of data, and then all these subarguments will be later + // passed to the code generating the function. Most of the code then + // simply treats each subargument as one argument to the function, and thus + // could break in this case. + // As a simple solution, simply prevent this case, unless the code in question + // explicitly claims it will handle this situation properly. + if( pDVR->GetArrays().size() > 1 ) + { + if( pCodeGen->canHandleMultiVector()) + SAL_INFO("sc.opencl", "multi-column DoubleRef"); + else + throw UnhandledToken(("Function '" + pCodeGen->BinFuncName() + + "' cannot handle multi-column DoubleRef").c_str(), __FILE__, __LINE__); + } + // FIXME: The Right Thing to do would be to compare the accumulated kernel // parameter size against the CL_DEVICE_MAX_PARAMETER_SIZE of the device, but // let's just do this sanity check for now. The kernel compilation will diff --git a/sc/source/core/opencl/op_logical.hxx b/sc/source/core/opencl/op_logical.hxx index aad16cb68e48..365f93803144 100644 --- a/sc/source/core/opencl/op_logical.hxx +++ b/sc/source/core/opencl/op_logical.hxx @@ -20,6 +20,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "And"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpOr: public Normal @@ -28,6 +29,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "Or"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpNot: public Normal { @@ -42,6 +44,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "Xor"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpIf:public Normal { diff --git a/sc/source/core/opencl/op_math.hxx b/sc/source/core/opencl/op_math.hxx index d79adc8c5779..d499ac413fa1 100644 --- a/sc/source/core/opencl/op_math.hxx +++ b/sc/source/core/opencl/op_math.hxx @@ -402,6 +402,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "Product"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpSqrtPi: public Normal { diff --git a/sc/source/core/opencl/op_spreadsheet.hxx b/sc/source/core/opencl/op_spreadsheet.hxx index 00cbae368df6..47ac2080fc52 100644 --- a/sc/source/core/opencl/op_spreadsheet.hxx +++ b/sc/source/core/opencl/op_spreadsheet.hxx @@ -20,6 +20,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "VLookup"; } + virtual bool canHandleMultiVector() const override { return true; } }; }} diff --git a/sc/source/core/opencl/op_statistical.hxx b/sc/source/core/opencl/op_statistical.hxx index 14c8e541c84c..c6de6c4691fa 100644 --- a/sc/source/core/opencl/op_statistical.hxx +++ b/sc/source/core/opencl/op_statistical.hxx @@ -34,6 +34,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "Var"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpSTEYX: public Normal { @@ -48,6 +49,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "VarP"; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpZTest: public Normal { @@ -465,6 +467,7 @@ public: virtual std::string BinFuncName() const override { return "OpMinA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpCountA: public Normal { @@ -474,6 +477,7 @@ public: virtual std::string BinFuncName() const override { return "OpCountA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpMaxA: public Normal { @@ -483,6 +487,7 @@ public: virtual std::string BinFuncName() const override { return "OpMaxA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpVarA: public Normal { @@ -492,6 +497,7 @@ public: virtual std::string BinFuncName() const override { return "OpVarA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpVarPA: public Normal { @@ -501,6 +507,7 @@ public: virtual std::string BinFuncName() const override { return "OpVarPA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpStDevPA: public Normal { @@ -519,6 +526,7 @@ public: virtual std::string BinFuncName() const override { return "OpAverageA"; } virtual bool takeString() const override { return true; } virtual bool takeNumeric() const override { return true; } + virtual bool canHandleMultiVector() const override { return true; } }; class OpStDevA: public Normal { @@ -535,6 +543,7 @@ public: virtual void GenSlidingWindowFunction(std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override; virtual std::string BinFuncName() const override { return "AveDev"; } + virtual bool canHandleMultiVector() const override { return true; } }; }} diff --git a/sc/source/core/opencl/opbase.hxx b/sc/source/core/opencl/opbase.hxx index 5833796726a1..e30a47e500c3 100644 --- a/sc/source/core/opencl/opbase.hxx +++ b/sc/source/core/opencl/opbase.hxx @@ -180,6 +180,8 @@ public: std::set<std::string>& ) { } virtual bool takeString() const = 0; virtual bool takeNumeric() const = 0; + // Whether DoubleRef containing more than one column is handled properly. + virtual bool canHandleMultiVector() const { return false; } //Continue process 'Zero' or Not(like OpMul, not continue process when meet // 'Zero' virtual bool ZeroReturnZero() { return false;} |