4709 lines
No EOL
289 KiB
XML
4709 lines
No EOL
289 KiB
XML
<?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:scripts>
|
|
<office:script script:language="ooo:Basic">
|
|
<ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<ooo:library-embedded ooo:name="Standard">
|
|
<ooo:module ooo:name="Module1">
|
|
<ooo:source-code>REM ***** BASIC *****
|
|
|
|
REM case SbxINTEGER:
|
|
REM case SbxLONG:
|
|
REM case SbxSINGLE:
|
|
REM case SbxDOUBLE:
|
|
REM case SbxCURRENCY:
|
|
REM case SbxDATE:
|
|
REM case SbxUSHORT:
|
|
REM case SbxULONG:
|
|
REM case SbxINT:
|
|
REM case SbxUINT:
|
|
REM case SbxSALINT64:
|
|
REM case SbxSALUINT64:
|
|
REM case SbxDECIMAL:
|
|
REM case SbxBOOL:
|
|
|
|
Function TestFuncCurr() As Currency
|
|
Dim Result As Currency
|
|
Result = 5.50
|
|
TestFuncCurr = Result
|
|
End Function
|
|
|
|
Function TestFuncInt() As integer
|
|
Dim Result As integer
|
|
Result = 5.50
|
|
TestFuncInt = Result
|
|
End Function
|
|
|
|
Function TestFuncLong() As long
|
|
Dim Result As Long
|
|
Result = 5.50
|
|
TestFuncLong = Result
|
|
End Function
|
|
|
|
Function TestFuncSingle() As Single
|
|
Dim Result As Single
|
|
Result = 5.50
|
|
TestFuncSingle = Result
|
|
End Function
|
|
|
|
Function TestFuncDouble() As double
|
|
Dim Result As Double
|
|
Result = 5.50
|
|
TestFuncDouble = Result
|
|
End Function
|
|
|
|
|
|
Function TestFuncDate() As date
|
|
Dim Result As Date
|
|
Result = 5590
|
|
TestFuncDate = Result
|
|
End Function
|
|
|
|
Function TestFuncBool() As boolean
|
|
Dim Result As boolean
|
|
Result = 1
|
|
TestFuncBool = Result
|
|
End Function
|
|
|
|
|
|
|
|
</ooo:source-code>
|
|
</ooo:module>
|
|
</ooo:library-embedded>
|
|
</ooo:libraries>
|
|
</office:script>
|
|
</office:scripts>
|
|
<office:styles>
|
|
<style:default-style style:family="table-cell">
|
|
<style:paragraph-properties style:tab-stop-distance="36pt"/>
|
|
<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:text-style style:name="N100">
|
|
<number:text-content/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N122P0" 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">
|
|
<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"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N126P0" 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">
|
|
<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">
|
|
<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-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"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N127">
|
|
<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:number-style style:name="N128">
|
|
<number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N130P0" 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: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"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N131P0" 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="N131">
|
|
<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="N131P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N132P0" 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="N132">
|
|
<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="N132P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N134P0" 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="N134">
|
|
<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="N134P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N136P0" 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="N136">
|
|
<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="N136P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N138P0" 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: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"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N139P0" 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="N139">
|
|
<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="N139P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N140P0" 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="N140">
|
|
<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="N140P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N142P0" 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="N142">
|
|
<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="N142P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N144P0" 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="N144">
|
|
<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="N144P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N146P0" 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="N146">
|
|
<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="N146P0"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N148P0" 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="N148">
|
|
<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="N148P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N150P0" 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="N150">
|
|
<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="N150P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N151">
|
|
<number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N152">
|
|
<number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N153">
|
|
<number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N154">
|
|
<number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N155">
|
|
<number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N156">
|
|
<number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N157">
|
|
<number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N158">
|
|
<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 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 number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N161">
|
|
<number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N162">
|
|
<number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N163">
|
|
<number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N164">
|
|
<number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N165">
|
|
<number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N166">
|
|
<number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:currency-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:currency-symbol number:language="fr" number:country="FR">€</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N168">
|
|
<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="N168P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N170P0" style:volatile="true">
|
|
<number:text/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N170">
|
|
<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="N170P0"/>
|
|
</number:currency-style>
|
|
<number:date-style style:name="N171">
|
|
<number:day-of-week/>
|
|
<number:text> </number:text>
|
|
<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="N172">
|
|
<number:day-of-week number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:day number:style="long"/>
|
|
<number:text>/</number:text>
|
|
<number:month number:style="long"/>
|
|
<number:text>/</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:currency-style style:name="N174P0" 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="N174">
|
|
<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="N174P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N176P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N177P0" 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="N177">
|
|
<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="N177P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N179P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N180P0" 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="N180">
|
|
<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="N180P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N181P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N182P0" 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="N182">
|
|
<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="N182P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N183P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N184P0" 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="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"/>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N184P0"/>
|
|
</number:number-style>
|
|
<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="N188P1" 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="N188P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N188">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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="N192P0" 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="N192P1" 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="N192P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- Kč </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N192">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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="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="N196P1" 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="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="N196">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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="N200P0" 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="N200P1" 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="N200P2" 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="N200">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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:time-style style:name="N201">
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N202" 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="N203">
|
|
<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="N204">
|
|
<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="N206P0" style:volatile="true">
|
|
<number:text>Yes</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N206P1" style:volatile="true">
|
|
<number:text>Yes</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N206">
|
|
<number:text>No</number:text>
|
|
<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:number-style style:name="N208P0" style:volatile="true">
|
|
<number:text>True</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N208P1" style:volatile="true">
|
|
<number:text>True</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N208">
|
|
<number:text>False</number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N208P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N208P1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N210P0" style:volatile="true">
|
|
<number:text>On</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N210P1" style:volatile="true">
|
|
<number:text>On</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N210">
|
|
<number:text>Off</number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N210P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N210P1"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N212P0" 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">
|
|
<number:embedded-text number:position="5"> </number:embedded-text>
|
|
</number:number>
|
|
<number:text> </number:text>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N212">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>(</number:text>
|
|
<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">
|
|
<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="N212P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N214P0" 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="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"/>
|
|
<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="N214P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N216P0" 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="N216">
|
|
<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="N216P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N218P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N219P0" 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="N219">
|
|
<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="N219P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N220">
|
|
<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="N221P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N222P0" 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="N222">
|
|
<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="N222P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N226P0" 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="N226P1" 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="N226P2" style:volatile="true">
|
|
<number:text> - </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N226">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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:number-style style:name="N230P0" 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="N230P1" 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="N230P2" style:volatile="true">
|
|
<number:text> - € </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N230">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N230P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N230P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N230P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N234P0" 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="N234P1" 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="N234P2" 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="N234">
|
|
<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"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N238P0" 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="N238P1" 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="N238P2" 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="N238">
|
|
<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"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N239">
|
|
<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="N241P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N242P0" 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="N242">
|
|
<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="N242P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N243P0" 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="N243">
|
|
<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="N243P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N247P0" 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="N247P1" 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="N247P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N247">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<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="N251P0" 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="N251P1" 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="N251P2" 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="N251">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N251P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N251P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N251P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N255P0" 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="N255P1" 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="N255P2" 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="N255">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N255P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N255P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N255P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N257P0" 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="N257">
|
|
<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="N257P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N259P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N260P0" 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="N260">
|
|
<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="N260P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N262P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N263P0" 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="N263">
|
|
<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="N263P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N267P0" 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="N267P1" 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="N267P2" 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="N267">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N267P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N267P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N267P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N269P0" 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="N269P1" 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="N269P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N269">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N269P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N269P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N269P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N273P0" 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="N273P1" 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="N273P2" 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="N273">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N273P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N273P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N273P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N275P0" 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="N275P1" 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="N275P2" 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="N275">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N275P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N275P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N275P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N277P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N278P0" 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="N278">
|
|
<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="N278P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N280P0" 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: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"/>
|
|
</number:number-style>
|
|
<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="N281">
|
|
<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="N281P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N282">
|
|
<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="N286P0" 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="N286P1" 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="N286P2" style:volatile="true">
|
|
<number:text> $- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N286">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N286P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N286P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N286P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N289P0" 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="N289P1" 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="N289P2" style:volatile="true">
|
|
<number:text> - </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N289">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N289P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N289P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N289P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N293P0" 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="N293P1" 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="N293P2" 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="N293">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N293P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N293P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N293P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N296P0" 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="N296P1" 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="N296P2" 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="N296">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N296P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N296P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N296P2"/>
|
|
</number:text-style>
|
|
<number:percentage-style style:name="N297">
|
|
<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="N298">
|
|
<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="N299">
|
|
<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="N300">
|
|
<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="N301">
|
|
<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="N302">
|
|
<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="N303">
|
|
<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="N304">
|
|
<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="N305">
|
|
<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="N306">
|
|
<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="N308P0" 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="N308">
|
|
<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="N308P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N310P0" 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="N310">
|
|
<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="N310P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N312P0" 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="N312">
|
|
<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="N312P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N314P0" 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="N314">
|
|
<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="N314P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N316P0" 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="N316">
|
|
<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="N316P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N318P0" 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="N318">
|
|
<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="N318P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N320P0" 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="N320">
|
|
<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="N320P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N322P0" 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="N322">
|
|
<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="N322P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N324P0" 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="N324">
|
|
<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="N324P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N326P0" 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="N326">
|
|
<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="N326P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N328P0" 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="N328">
|
|
<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="N328P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N330P0" 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="N330">
|
|
<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="N330P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N332P0" 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="N332">
|
|
<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="N332P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N334P0" 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="N334">
|
|
<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="N334P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N336P0" 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="N336">
|
|
<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="N336P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N337">
|
|
<number:number number:decimal-places="20" loext:min-decimal-places="20" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:percentage-style style:name="N338">
|
|
<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="N339">
|
|
<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="N340">
|
|
<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="N341">
|
|
<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="N342">
|
|
<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="N343">
|
|
<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="N344">
|
|
<number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N346P0" 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="N346">
|
|
<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="N346P0"/>
|
|
</number:currency-style>
|
|
<number:percentage-style style:name="N347">
|
|
<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="N349P0" 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="N349">
|
|
<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="N349P0"/>
|
|
</number:percentage-style>
|
|
<number:number-style style:name="N350P0" 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="N350">
|
|
<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="N350P0"/>
|
|
</number:number-style>
|
|
<number:date-style style:name="N351">
|
|
<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="N353P0" 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="N353">
|
|
<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="N353P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N355P0" 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="N355">
|
|
<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="N355P0"/>
|
|
</number:currency-style>
|
|
<number:percentage-style style:name="N356P0" 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="N356">
|
|
<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="N356P0"/>
|
|
</number:percentage-style>
|
|
<number:number-style style:name="N358P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N359P0" 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="N359">
|
|
<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="N359P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N361P0" 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: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"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N362P0" 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="N362">
|
|
<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="N362P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N366P0" 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="N366P1" 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="N366P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N366">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N366P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N366P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N366P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N370P0" 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> DM </number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N370P1" 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="N370P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- DM </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N370">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N370P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N370P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N370P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N374P0" 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="N374P1" 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="N374P2" 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="N374">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N374P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N374P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N374P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N378P0" 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> DM </number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N378P1" 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="N378P2" 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> DM </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N378">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N378P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N378P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N378P2"/>
|
|
</number:text-style>
|
|
<number:text-style style:name="N379">
|
|
<number:text>Ouch! - </number:text>
|
|
<number:text-content/>
|
|
<number:text> - Error detected!</number:text>
|
|
</number:text-style>
|
|
<number:text-style style:name="N380">
|
|
<number:text-content/>
|
|
<number:text> - Result=0 - No Errordetection</number:text>
|
|
</number:text-style>
|
|
<number:date-style style:name="N381">
|
|
<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="N382">
|
|
<number:day/>
|
|
<number:text>/</number:text>
|
|
<number:month/>
|
|
<number:text>/</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N383">
|
|
<number:scientific-number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N384">
|
|
<number:scientific-number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N385">
|
|
<number:scientific-number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N387P0" 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="N387">
|
|
<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="N387P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N388P0" 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="N388">
|
|
<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="N388P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N390P0" 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="N390">
|
|
<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="N390P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N391P0" 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="N391">
|
|
<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="N391P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N393P0" 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="N393P1" 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="N393P2" style:volatile="true">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N393">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N393P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N393P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N393P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N397P0" 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="N397P1" 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="N397P2" 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="N397">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N397P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N397P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N397P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N399P0" 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="N399P1" 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="N399P2" 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="N399">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N399P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N399P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N399P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N403P0" 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="N403P1" 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="N403P2" 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="N403">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N403P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N403P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N403P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N405P0" style:volatile="true">
|
|
<number:currency-symbol number:language="ja" number:country="JP">¥</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="N405">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>-</number:text>
|
|
<number:currency-symbol number:language="ja" number:country="JP">¥</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="N405P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N407P0" 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">DM</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N407">
|
|
<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">DM</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N407P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N409P0" 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">DM</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N409">
|
|
<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">DM</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N409P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N410P0" 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">DM</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N410">
|
|
<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">DM</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N410P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N411P0" 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">DM</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N411">
|
|
<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">DM</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N411P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N413P0" 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="de" number:country="DE">DM</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N413">
|
|
<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="de" number:country="DE">DM</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N413P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N415P0" style:volatile="true">
|
|
<number:currency-symbol number:language="nl" number:country="NL">€</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="N415">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:currency-symbol number:language="nl" number:country="NL">€</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="N415P0"/>
|
|
</number:currency-style>
|
|
<number:date-style style:name="N416">
|
|
<number:seconds/>
|
|
<number:text>tan</number:text>
|
|
<number:day/>
|
|
<number:text>aa</number:text>
|
|
<number:year number:style="long"/>
|
|
<number:day/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N417">
|
|
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3" number:grouping="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N418">
|
|
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0">
|
|
<number:embedded-text number:position="3"> </number:embedded-text>
|
|
</number:number>
|
|
</number:number-style>
|
|
<number:number-style style:name="N419">
|
|
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="0">
|
|
<number:embedded-text number:position="6"> </number:embedded-text>
|
|
<number:embedded-text number:position="3"> </number:embedded-text>
|
|
</number:number>
|
|
</number:number-style>
|
|
<number:number-style style:name="N420">
|
|
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0">
|
|
<number:embedded-text number:position="6"> </number:embedded-text>
|
|
<number:embedded-text number:position="3"> </number:embedded-text>
|
|
</number:number>
|
|
</number:number-style>
|
|
<number:date-style style:name="N421">
|
|
<number:quarter/>
|
|
<number:text> </number:text>
|
|
<number:year number:style="long"/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N422">
|
|
<number:scientific-number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N424P0" 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="pl" number:country="PL">zł</number:currency-symbol>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N424">
|
|
<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="pl" number:country="PL">zł</number:currency-symbol>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N424P0"/>
|
|
</number:currency-style>
|
|
<number:date-style style:name="N425">
|
|
<number:month number:textual="true"/>
|
|
<number:text> </number:text>
|
|
<number:year number:style="long"/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N426P0" style:volatile="true">
|
|
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N426">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1"/>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N426P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N427">
|
|
<number:scientific-number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N429P0" 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:number-style>
|
|
<number:number-style style:name="N429">
|
|
<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>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N429P0"/>
|
|
</number:number-style>
|
|
<number:time-style style:name="N430">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N431">
|
|
<number:hours number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long" number:decimal-places="1"/>
|
|
</number:time-style>
|
|
<number:currency-style style:name="N433P0" style:volatile="true">
|
|
<number:currency-symbol>€</number:currency-symbol>
|
|
<number:text> </number:text>
|
|
<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="N433">
|
|
<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="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N433P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N435P0" 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:currency-style>
|
|
<number:currency-style style:name="N435">
|
|
<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"/>
|
|
<style:map style:condition="value()>=0" style:apply-style-name="N435P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N436">
|
|
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="12"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N437">
|
|
<number:scientific-number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N438">
|
|
<number:scientific-number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N439">
|
|
<number:scientific-number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:min-exponent-digits="3" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N440">
|
|
<number:scientific-number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N444P0" 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="N444P1" 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="N444P2" 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="N444">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N444P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N444P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N444P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N445P0" 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="N445P1" 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="N445P2" 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="N445">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N445P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N445P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N445P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N449P0" 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="N449P1" 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="N449P2" 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="N449">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N449P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N449P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N449P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N450P0" 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="N450P1" 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="N450P2" 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="N450">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N450P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N450P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N450P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N452P0" style:volatile="true">
|
|
<number:currency-symbol number:language="en" number:country="US">€</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="N452">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>(</number:text>
|
|
<number:currency-symbol number:language="en" number:country="US">€</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="N452P0"/>
|
|
</number:currency-style>
|
|
<number:number-style style:name="N454P0" style:volatile="true">
|
|
<style:text-properties fo:color="#0000ff"/>
|
|
<number:text>ok</number:text>
|
|
</number:number-style>
|
|
<number:number-style style:name="N454">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>ERR!</number:text>
|
|
<style:map style:condition="value()!=0" style:apply-style-name="N454P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N457P0" 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="N457P1" 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="N457P2" 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="N457">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N457P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N457P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N457P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N460P0" 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="N460P1" 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="N460P2" style:volatile="true">
|
|
<loext:text> </loext:text>
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- Kč </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N460">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N460P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N460P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N460P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N463P0" 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="N463P1" 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="N463P2" 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="N463">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N463P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N463P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N463P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N466P0" 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="N466P1" 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="N466P2" 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> Kč </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N466">
|
|
<number:text> </number:text>
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N466P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N466P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N466P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N468P0" style:volatile="true">
|
|
<number:currency-symbol number:language="en" number:country="US">¥€</number:currency-symbol>
|
|
<number:text> </number:text>
|
|
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
|
|
<number:embedded-text number:position="5"> </number:embedded-text>
|
|
</number:number>
|
|
<number:text> </number:text>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N468">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>(</number:text>
|
|
<number:currency-symbol number:language="en" number:country="US">€</number:currency-symbol>
|
|
<number:text> </number:text>
|
|
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="3">
|
|
<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="N468P0"/>
|
|
</number:currency-style>
|
|
<number:date-style style:name="N10121" number:language="en" number:country="US">
|
|
<number:month/>
|
|
<number:text>/</number:text>
|
|
<number:day/>
|
|
<number:text>/</number:text>
|
|
<number:year number:style="long"/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N10122" number:language="en" number:country="US">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month number:textual="true"/>
|
|
<number:text>-</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N10123" number:language="en" number:country="US">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month number:textual="true"/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N10124" number:language="en" number:country="US">
|
|
<number:month number:textual="true"/>
|
|
<number:text>-</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:time-style style:name="N10125" number:language="en" number:country="US">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N10126" number:language="en" number:country="US">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N10127" number:language="en" number:country="US">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N10128" number:language="en" number:country="US">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
</number:time-style>
|
|
<number:date-style style:name="N10129" number:language="en" number:country="US">
|
|
<number:month/>
|
|
<number:text>/</number:text>
|
|
<number:day/>
|
|
<number:text>/</number:text>
|
|
<number:year number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N10131P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10131" number:language="en" number:country="US">
|
|
<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="N10131P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10133P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10133" number:language="en" number:country="US">
|
|
<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="N10133P0"/>
|
|
</number:number-style>
|
|
<number:currency-style style:name="N10135P0" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<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-style>
|
|
<number:currency-style style:name="N10135" number:language="en" number:country="US">
|
|
<number:text>(</number:text>
|
|
<number:currency-symbol/>
|
|
<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="N10135P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10136P0" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<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-style>
|
|
<number:currency-style style:name="N10136" number:language="en" number:country="US">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>(</number:text>
|
|
<number:currency-symbol/>
|
|
<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="N10136P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10138P0" style:volatile="true" 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>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10138" number:language="en" number:country="US">
|
|
<number:text>(</number:text>
|
|
<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="N10138P0"/>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10139P0" style:volatile="true" 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>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10139" number:language="en" number:country="US">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<number:text>(</number:text>
|
|
<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="N10139P0"/>
|
|
</number:currency-style>
|
|
<number:date-style style:name="N10140" number:language="en" number:country="US">
|
|
<number:day number:style="long"/>
|
|
<number:text>-</number:text>
|
|
<number:month number:textual="true"/>
|
|
</number:date-style>
|
|
<number:time-style style:name="N10141" number:language="en" number:country="US" 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="N10142" number:language="en" number:country="US">
|
|
<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="N10143P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10143" number:language="en" number:country="US">
|
|
<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="N10143P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10144" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="6" loext:min-decimal-places="6" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:percentage-style style:name="N10145" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
|
|
<number:text>%</number:text>
|
|
</number:percentage-style>
|
|
<number:number-style style:name="N10146" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1" number:grouping="true"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10150P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10150P1" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10150P2" style:volatile="true" number:language="en" number:country="US">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N10150" number:language="en" number:country="US">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N10150P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N10150P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N10150P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N10154P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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:text> </number:text>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10154P1" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<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:currency-style>
|
|
<number:currency-style style:name="N10154P2" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:currency-style>
|
|
<number:text-style style:name="N10154" number:language="en" number:country="US">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N10154P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N10154P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N10154P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N10158P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10158P1" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10158P2" style:volatile="true" number:language="en" number:country="US">
|
|
<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="N10158" number:language="en" number:country="US">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N10158P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N10158P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N10158P2"/>
|
|
</number:text-style>
|
|
<number:currency-style style:name="N10162P0" style:volatile="true" number:language="en" number:country="US">
|
|
<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:text> </number:text>
|
|
</number:currency-style>
|
|
<number:currency-style style:name="N10162P1" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<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:currency-style>
|
|
<number:currency-style style:name="N10162P2" style:volatile="true" number:language="en" number:country="US">
|
|
<number:currency-symbol/>
|
|
<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:currency-style>
|
|
<number:text-style style:name="N10162" number:language="en" number:country="US">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N10162P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N10162P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N10162P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N10163" number:language="en" number:country="US" number:title="User-defined">
|
|
<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:number-style style:name="N10164" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10165" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="3" loext:min-decimal-places="3" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10166" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="4" loext:min-decimal-places="4" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10167" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="5" loext:min-decimal-places="5" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10168" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="7" loext:min-decimal-places="7" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10169" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10170" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10171" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10172" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10173" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10174" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10175" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10176" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10177" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10178" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10179" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N10180" number:language="en" number:country="US">
|
|
<number:number number:decimal-places="19" loext:min-decimal-places="19" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:date-style style:name="N20107" number:language="de" number:country="DE">
|
|
<number:day number:style="long"/>
|
|
<number:text>. </number:text>
|
|
<number:month number:textual="true"/>
|
|
<number:text> </number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N20108" number:language="de" number:country="DE">
|
|
<number:day number:style="long"/>
|
|
<number:text>. </number:text>
|
|
<number:month number:textual="true"/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N20109" number:language="de" number:country="DE">
|
|
<number:month number:textual="true"/>
|
|
<number:text> </number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:time-style style:name="N20110" number:language="de" number:country="DE">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N20111" number:language="de" number:country="DE">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:date-style style:name="N20112" number:language="de" number:country="DE">
|
|
<number:day number:style="long"/>
|
|
<number:text>.</number:text>
|
|
<number:month number:style="long"/>
|
|
<number:text>.</number:text>
|
|
<number:year number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:hours number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N20114P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20114" number:language="de" number:country="DE">
|
|
<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="N20114P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20115P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20115" number:language="de" number:country="DE">
|
|
<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="N20115P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20117P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20117" number:language="de" number:country="DE">
|
|
<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="N20117P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20118P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20118" number:language="de" number:country="DE">
|
|
<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="N20118P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20120P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20120" number:language="de" number:country="DE">
|
|
<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="N20120P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20121P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20121" number:language="de" number:country="DE">
|
|
<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="N20121P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20123P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20123" number:language="de" number:country="DE">
|
|
<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="N20123P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N20124P0" style:volatile="true" number:language="de" number:country="DE">
|
|
<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="N20124" number:language="de" number:country="DE">
|
|
<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="N20124P0"/>
|
|
</number:number-style>
|
|
<number:time-style style:name="N20125" number:language="de" number:country="DE" 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="N20126" number:language="de" number:country="DE">
|
|
<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="N30111" number:language="en" number:country="GB">
|
|
<number:number number:decimal-places="1" loext:min-decimal-places="1" number:min-integer-digits="1"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40108P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40108" number:language="nl" number:country="NL">
|
|
<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="N40108P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40109P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40109" number:language="nl" number:country="NL">
|
|
<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="N40109P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40111P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40111" number:language="nl" number:country="NL">
|
|
<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="N40111P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40112P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40112" number:language="nl" number:country="NL">
|
|
<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="N40112P0"/>
|
|
</number:number-style>
|
|
<number:date-style style:name="N40113" number:language="nl" number:country="NL">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month/>
|
|
<number:text>-</number:text>
|
|
<number:year number:style="long"/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N40114" number:language="nl" number:country="NL">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month number:textual="true"/>
|
|
<number:text>-</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N40115" number:language="nl" number:country="NL">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month number:textual="true"/>
|
|
</number:date-style>
|
|
<number:date-style style:name="N40116" number:language="nl" number:country="NL">
|
|
<number:month number:textual="true"/>
|
|
<number:text>-</number:text>
|
|
<number:year/>
|
|
</number:date-style>
|
|
<number:time-style style:name="N40117" number:language="nl" number:country="NL">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N40118" number:language="nl" number:country="NL">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:am-pm/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N40119" number:language="nl" number:country="NL">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
</number:time-style>
|
|
<number:time-style style:name="N40120" number:language="nl" number:country="NL">
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
<number:text>:</number:text>
|
|
<number:seconds number:style="long"/>
|
|
</number:time-style>
|
|
<number:date-style style:name="N40121" number:language="nl" number:country="NL">
|
|
<number:day/>
|
|
<number:text>-</number:text>
|
|
<number:month/>
|
|
<number:text>-</number:text>
|
|
<number:year number:style="long"/>
|
|
<number:text> </number:text>
|
|
<number:hours/>
|
|
<number:text>:</number:text>
|
|
<number:minutes number:style="long"/>
|
|
</number:date-style>
|
|
<number:number-style style:name="N40123P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40123" number:language="nl" number:country="NL">
|
|
<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="N40123P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40124P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40124" number:language="nl" number:country="NL">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<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="N40124P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40126P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40126" number:language="nl" number:country="NL">
|
|
<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="N40126P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40127P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40127" number:language="nl" number:country="NL">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
<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="N40127P0"/>
|
|
</number:number-style>
|
|
<number:number-style style:name="N40131P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40131P1" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40131P2" style:volatile="true" number:language="nl" number:country="NL">
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N40131" number:language="nl" number:country="NL">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N40131P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N40131P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N40131P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N40135P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40135P1" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40135P2" style:volatile="true" number:language="nl" number:country="NL">
|
|
<loext:text> € </loext:text>
|
|
<loext:fill-character> </loext:fill-character>
|
|
<number:text>- </number:text>
|
|
</number:number-style>
|
|
<number:text-style style:name="N40135" number:language="nl" number:country="NL">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N40135P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N40135P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N40135P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N40139P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40139P1" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40139P2" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40139" number:language="nl" number:country="NL">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N40139P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N40139P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N40139P2"/>
|
|
</number:text-style>
|
|
<number:number-style style:name="N40143P0" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40143P1" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40143P2" style:volatile="true" number:language="nl" number:country="NL">
|
|
<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="N40143" number:language="nl" number:country="NL">
|
|
<number:text-content/>
|
|
<number:text> </number:text>
|
|
<style:map style:condition="value()>0" style:apply-style-name="N40143P0"/>
|
|
<style:map style:condition="value()<0" style:apply-style-name="N40143P1"/>
|
|
<style:map style:condition="value()=0" style:apply-style-name="N40143P2"/>
|
|
</number:text-style>
|
|
<style:style style:name="Default" style:family="table-cell">
|
|
<style:table-cell-properties fo:padding="2.01pt" 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="Arial" style:font-family-complex="Arial" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="11pt"/>
|
|
</style:style>
|
|
<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="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="N122"/>
|
|
<style:style style:name="Heading1" style:family="table-cell" style:parent-style-name="Heading">
|
|
<style:table-cell-properties style:rotation-angle="90"/>
|
|
</style:style>
|
|
<style:style style:name="Name1" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#feffcc" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border="0.06pt dotted #ffcc12"/>
|
|
</style:style>
|
|
<style:style style:name="Name2" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:border-bottom="1.7pt solid #aeee11" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border-left="0.71pt solid #11ee11" fo:border-right="0.2pt dash-dot-dot #05ee11" fo:border-top="0.71pt solid #ffee11"/>
|
|
</style:style>
|
|
<style:style style:name="Name3" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:border-bottom="none" style:diagonal-bl-tr="1.7pt dashed #ffccee" style:diagonal-tl-br="0.71pt dash-dot #120000" fo:border-left="none" fo:border-right="0.71pt dotted #000000" fo:border-top="none"/>
|
|
</style:style>
|
|
<style:style style:name="Name4" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:border-bottom="none" style:diagonal-bl-tr="none" style:diagonal-tl-br="none" fo:border-left="0.71pt solid #000000" fo:border-right="0.71pt dotted #000000" fo:border-top="0.71pt solid #000000"/>
|
|
</style:style>
|
|
<style:style style:name="Name5" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties style:cell-protect="hidden-and-protected" style:print-content="false"/>
|
|
</style:style>
|
|
<style:style style:name="Name6" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties style:cell-protect="protected formula-hidden" style:print-content="true"/>
|
|
</style:style>
|
|
<style:style style:name="Name7" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties style:cell-protect="none" style:print-content="false"/>
|
|
</style:style>
|
|
<style:style style:name="Name8" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties fo:color="#808080" style:font-name="Liberation Sans1" fo:font-family="'Liberation Sans'" style:font-style-name="Liberation Sans" fo:font-size="24pt" fo:font-style="italic" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="#808080" fo:font-weight="bold"/>
|
|
</style:style>
|
|
<style:style style:name="Name9" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties fo:color="#ffffff" style:font-name="Tahoma" fo:font-family="Tahoma" style:font-style-name="Tahoma" fo:font-size="1pt" fo:font-style="normal" style:text-underline-style="dash" style:text-underline-width="auto" style:text-underline-color="#1856ff" fo:font-weight="bold"/>
|
|
</style:style>
|
|
<style:style style:name="Name20" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single"/>
|
|
</style:style>
|
|
<style:style style:name="Name21" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single" style:text-line-through-width="bold"/>
|
|
</style:style>
|
|
<style:style style:name="Name22" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties style:text-line-through-style="solid" style:text-line-through-type="single" style:text-line-through-text="/"/>
|
|
</style:style>
|
|
<style:style style:name="Name23" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties style:text-align-source="fix" style:repeat-content="false" style:vertical-align="middle"/>
|
|
<style:paragraph-properties fo:text-align="start"/>
|
|
</style:style>
|
|
<style:style style:name="Untitled1" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#ff3333"/>
|
|
</style:style>
|
|
<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: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: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: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">
|
|
<style:text-properties fo:color="#0000ff"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_2_5f_2" style:display-name="Excel_CondFormat_1_2_2" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:text-properties fo:color="#ff0000"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_1" style:display-name="Excel_CondFormat_1_3_1" style:family="table-cell" style:parent-style-name="Default"/>
|
|
<style:style style:name="science" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N127"/>
|
|
<style:style style:name="genauSF" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N127">
|
|
<style:text-properties style:font-name="Courier New" fo:font-family="'Courier New'" style:font-style-name="Regular" style:font-family-generic="modern" style:font-pitch="fixed"/>
|
|
</style:style>
|
|
<style:style style:name="high_20_fixed_20_point" style:display-name="high fixed point" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N128"/>
|
|
<style:style style:name="Gnumeric-default" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties style:glyph-orientation-vertical="auto" 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:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="bottom"/>
|
|
<style:text-properties fo:color="#000000" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Sans" fo:font-family="Sans" fo:font-size="10pt" fo:font-style="normal" style:text-underline-style="none" fo:font-weight="normal"/>
|
|
</style:style>
|
|
<style:style style:name="Normal_5f_Intro" style:display-name="Normal_Intro" 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: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="Arial" fo:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="12pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:font-size-asian="12pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Arial" style:font-family-complex="Arial" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="12pt" style:font-style-complex="normal" style:font-weight-complex="normal"/>
|
|
</style:style>
|
|
<style:style style:name="text" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N100">
|
|
<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="start" fo:margin-left="6.01pt"/>
|
|
<style:text-properties fo:hyphenate="true"/>
|
|
</style:style>
|
|
<style:style style:name="text_20_en" style:display-name="text en" style:family="table-cell" style:parent-style-name="text">
|
|
<style:text-properties fo:language="en" fo:country="US"/>
|
|
</style:style>
|
|
<style:style style:name="Hyperlink" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0">
|
|
<style:text-properties fo:color="#0563c1" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_1_5f_1" style:display-name="Excel_CondFormat_1_1_1" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#ff9900"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_2" style:display-name="Excel_CondFormat_1_3_2" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#00ff00"/>
|
|
<style:text-properties style:use-window-font-color="true"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_3_5f_3" style:display-name="Excel_CondFormat_1_3_3" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#99ccff"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_1" style:display-name="Excel_CondFormat_1_8_1" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#ffcc00"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_2" style:display-name="Excel_CondFormat_1_8_2" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#00ff00"/>
|
|
<style:text-properties style:use-window-font-color="true"/>
|
|
</style:style>
|
|
<style:style style:name="Excel_5f_CondFormat_5f_1_5f_8_5f_3" style:display-name="Excel_CondFormat_1_8_3" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:background-color="#99ccff"/>
|
|
</style:style>
|
|
<draw:marker draw:name="Arrowheads_20_1" draw:display-name="Arrowheads 1" svg:viewBox="0 0 20 30" svg:d="M10 0l-10 30h20z"/>
|
|
</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:style>
|
|
<style:style style:name="co2" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="252.51pt"/>
|
|
</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:style>
|
|
<style:style style:name="co4" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="144.91pt"/>
|
|
</style:style>
|
|
<style:style style:name="co5" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="68.34pt"/>
|
|
</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:style>
|
|
<style:style style:name="co7" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="179.09pt"/>
|
|
</style:style>
|
|
<style:style style:name="co8" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="140.94pt"/>
|
|
</style:style>
|
|
<style:style style:name="co9" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="47.06pt"/>
|
|
</style:style>
|
|
<style:style style:name="co10" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="19.84pt"/>
|
|
</style:style>
|
|
<style:style style:name="co11" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="21.6pt"/>
|
|
</style:style>
|
|
<style:style style:name="co12" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="105.85pt"/>
|
|
</style:style>
|
|
<style:style style:name="co13" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="172.91pt"/>
|
|
</style:style>
|
|
<style:style style:name="co14" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="119.65pt"/>
|
|
</style:style>
|
|
<style:style style:name="co15" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="145.64pt"/>
|
|
</style:style>
|
|
<style:style style:name="co16" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="159pt"/>
|
|
</style:style>
|
|
<style:style style:name="co17" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="177.51pt"/>
|
|
</style:style>
|
|
<style:style style:name="co18" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="151.31pt"/>
|
|
</style:style>
|
|
<style:style style:name="co19" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="176pt"/>
|
|
</style:style>
|
|
<style:style style:name="co20" style:family="table-column">
|
|
<style:table-column-properties fo:break-before="auto" style:column-width="130.45pt"/>
|
|
</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: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: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: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:style>
|
|
<style:style style:name="ro5" style:family="table-row">
|
|
<style:table-row-properties style:row-height="17.01pt" 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="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="N61">
|
|
<number:scientific-number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:min-exponent-digits="2" loext:exponent-interval="1" loext:forced-exponent-sign="true"/>
|
|
</number:number-style>
|
|
<number:boolean-style style:name="N99">
|
|
<number:boolean/>
|
|
</number:boolean-style>
|
|
<style:style style:name="ce18" 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 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="ce20" 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 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="ce21" 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 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="ce22" 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="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: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="ce26" 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.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="ce30" 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.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="ce31" 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="ce9" 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 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="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 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="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: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="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:style>
|
|
<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: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="ce16" 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.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="ce23" 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.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="ce29" 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="ce17" 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 fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
</style:style>
|
|
<style:style style:name="ce19" 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="ce66" style:family="table-cell" style:parent-style-name="science">
|
|
<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="ce27" style:family="table-cell" style:parent-style-name="science">
|
|
<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:wrap-option="no-wrap" fo:border="none" style:direction="ltr" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic"/>
|
|
<style:paragraph-properties 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" 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="ce13" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N61">
|
|
<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="ce24" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N165"/>
|
|
<style:style style:name="ce15" 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="ce28" 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.C4"/>
|
|
<style:map style:condition="cell-content()=0" style:apply-style-name="Untitled1" style:base-cell-address="Sheet2.C4"/>
|
|
<style:map style:condition="cell-content()=1" style:apply-style-name="Untitled2" style:base-cell-address="Sheet2.C4"/>
|
|
</style:style>
|
|
<style:style style:name="ce59" 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:style>
|
|
<style:style style:name="ce32" 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="ce44" 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" fo:language="en" fo:country="US" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" style:text-underline-mode="continuous" style:text-overline-mode="continuous" style:text-line-through-mode="continuous" style:language-asian="ar" style:country-asian="SA" style:font-style-asian="normal" style:language-complex="none" style:country-complex="none" style:font-style-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="ce36" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N343">
|
|
<style:table-cell-properties fo:background-color="transparent"/>
|
|
</style:style>
|
|
<style:style style:name="ce37" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N0"/>
|
|
<style:style style:name="ce58" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N158">
|
|
<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="ce60" style:family="table-cell" style:parent-style-name="science">
|
|
<style:text-properties fo:color="#0000ff"/>
|
|
</style:style>
|
|
<style:style style:name="ce38" 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="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="ce46" 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" 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="ce55" 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" style:rotation-angle="0" style:rotation-align="none" style:shrink-to-fit="false" style:vertical-align="automatic"/>
|
|
<style:paragraph-properties 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" 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="ce52" style:family="table-cell" style:parent-style-name="Default">
|
|
<style:table-cell-properties fo:wrap-option="wrap"/>
|
|
<style:text-properties style:font-name="Albany" style:font-name-asian="Andale Sans UI" style:font-name-complex="Lucidasans"/>
|
|
</style:style>
|
|
<style:style style:name="ce65" style:family="table-cell" style:parent-style-name="science">
|
|
<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="ce67" style:family="table-cell" style:parent-style-name="science">
|
|
<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: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-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: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: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: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: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-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: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: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-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:footer-style>
|
|
</style:page-layout>
|
|
<style:page-layout style:name="pm5">
|
|
<style:page-layout-properties fo:page-width="595.3pt" fo:page-height="841.89pt" style:num-format="1" style:print-orientation="portrait" fo:margin-top="72pt" fo:margin-bottom="72pt" fo:margin-left="54pt" fo:margin-right="54pt" style:first-page-number="continue" style:scale-to="100%" 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="0pt"/>
|
|
</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="0pt"/>
|
|
</style:footer-style>
|
|
</style:page-layout>
|
|
</office:automatic-styles>
|
|
<office:master-styles>
|
|
<style:master-page style:name="Default" style:page-layout-name="pm1">
|
|
<style:header>
|
|
<text:p><text:sheet-name>???</text:sheet-name></text:p>
|
|
</style:header>
|
|
<style:header-left style:display="false"/>
|
|
<style:footer>
|
|
<text:p>Page <text:page-number>1</text:page-number></text:p>
|
|
</style:footer>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
<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>
|
|
</style:region-left>
|
|
<style:region-right>
|
|
<text:p><text:date style:data-style-name="N2" text:date-value="2017-03-01">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="23:17:15.651121871">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>
|
|
</style:footer>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
<style:master-page style:name="PageStyle_5f_Accrued_20_Interest_20_Calculation" style:display-name="PageStyle_Accrued Interest Calculation" style:page-layout-name="pm3">
|
|
<style:header style:display="false"/>
|
|
<style:header-left style:display="false"/>
|
|
<style:footer style:display="false"/>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
<style:master-page style:name="PageStyle_5f_List1" style:display-name="PageStyle_List1" style:page-layout-name="pm4">
|
|
<style:header style:display="false"/>
|
|
<style:header-left style:display="false"/>
|
|
<style:footer style:display="false"/>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
<style:master-page style:name="PageStyle_5f_F-Test" style:display-name="PageStyle_F-Test" style:page-layout-name="pm5">
|
|
<style:header style:display="false"/>
|
|
<style:header-left style:display="false"/>
|
|
<style:footer style:display="false"/>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
<style:master-page style:name="PageStyle_5f_List1_20_1" style:display-name="PageStyle_List1 1" style:page-layout-name="pm4">
|
|
<style:header style:display="false"/>
|
|
<style:header-left style:display="false"/>
|
|
<style:footer style:display="false"/>
|
|
<style:footer-left style:display="false"/>
|
|
</style:master-page>
|
|
</office:master-styles>
|
|
<office:body>
|
|
<office:spreadsheet>
|
|
<table:calculation-settings table:automatic-find-labels="false"/>
|
|
<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="ce12"/>
|
|
<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="ce9" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Own function in basic</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2">
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro3">
|
|
<table:table-cell table:style-name="ce10" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Result</text:p>
|
|
</table:table-cell>
|
|
<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>TRUE</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2" table:number-rows-repeated="3">
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro4">
|
|
<table:table-cell table:style-name="ce11" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Sheet</text:p>
|
|
</table:table-cell>
|
|
<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="ce11" 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-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="ce16" table:formula="of:=AND([Sheet2.C2:.C841])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
|
|
<text:p>TRUE</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell office:value-type="string" calcext:value-type="string">
|
|
<text:p>Simple own function in basic</text:p>
|
|
</table:table-cell>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2" table:number-rows-repeated="3">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<table:table-cell table:style-name="ce29"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2" table:number-rows-repeated="4">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<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="ce23"/>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2" table:number-rows-repeated="16">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce23"/>
|
|
<table:table-cell/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2" table:number-rows-repeated="1048537">
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro2">
|
|
<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: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="ce12"/>
|
|
<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"/>
|
|
<table:table-column table:style-name="co9" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co10" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co11" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co12" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co3" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co13" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co14" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co3" table:number-columns-repeated="2" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co3" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co16" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co17" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co3" table:number-columns-repeated="2" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co18" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co19" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co20" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co15" table:default-cell-style-name="Default"/>
|
|
<table:table-column table:style-name="co3" table:number-columns-repeated="5" table:default-cell-style-name="Default"/>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Function</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Expected</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Correct</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
|
|
<text:p>FunctionString</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce17" office:value-type="string" calcext:value-type="string">
|
|
<text:p>Comment</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="6"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCCURR()" office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.5</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce19" office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.5</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce15" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A2])" office:value-type="string" office:string-value="=TESTFUNCCURR()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCCURR()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce66" table:formula="of:=TESTFUNCINT()" office:value-type="float" office:value="6" calcext:value-type="float">
|
|
<text:p>6.00000000000000E+000</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce19" 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="ce15" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A3])" office:value-type="string" office:string-value="=TESTFUNCINT()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCINT()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCLONG()" office:value-type="float" office:value="6" calcext:value-type="float">
|
|
<text:p>6</text:p>
|
|
</table:table-cell>
|
|
<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="ce28" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A4])" office:value-type="string" office:string-value="=TESTFUNCLONG()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCLONG()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce19" table:formula="of:=TESTFUNCSINGLE()" office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.5</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.5</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce28" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A5])" office:value-type="string" office:string-value="=TESTFUNCSINGLE()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCSINGLE()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27" table:formula="of:=TESTFUNCDOUBLE()" office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.50000000000000E+000</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell office:value-type="float" office:value="5.5" calcext:value-type="float">
|
|
<text:p>5.5</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce28" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A6])" office:value-type="string" office:string-value="=TESTFUNCDOUBLE()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCDOUBLE()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce52"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27" table:formula="of:= TESTFUNCDATE()" office:value-type="float" office:value="5590" calcext:value-type="float">
|
|
<text:p>5.59000000000000E+003</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell office:value-type="float" office:value="5590" calcext:value-type="float">
|
|
<text:p>5590</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce28" 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:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A7])" office:value-type="string" office:string-value="= TESTFUNCDATE()" calcext:value-type="string">
|
|
<text:p>= TESTFUNCDATE()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27" table:formula="of:=TESTFUNCBOOL()" office:value-type="float" office:value="1" calcext:value-type="float">
|
|
<text:p>1.00000000000000E+000</text:p>
|
|
</table:table-cell>
|
|
<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="ce28" table:formula="of:=ROUND([.A8];12)=ROUND([.B8];12)" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean">
|
|
<text:p>TRUE</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:style-name="ce32" table:formula="of:=FORMULA([.A8])" office:value-type="string" office:string-value="=TESTFUNCBOOL()" calcext:value-type="string">
|
|
<text:p>=TESTFUNCBOOL()</text:p>
|
|
</table:table-cell>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce17"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="8"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce46" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce66"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="3"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="8"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38"/>
|
|
<table:table-cell table:style-name="ce65"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="8"/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="science"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce19" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="science"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce58"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="4">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="2">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="6"/>
|
|
<table:table-cell table:style-name="ce60"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell table:style-name="ce19"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="7">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce13"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="3">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce24"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce24"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce36"/>
|
|
<table:table-cell table:number-columns-repeated="4"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce24"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="5">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="3">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="2">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce38" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:style-name="ce67" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce37"/>
|
|
<table:table-cell table:number-columns-repeated="4"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="2">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="4">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="7"/>
|
|
<table:table-cell table:style-name="ce46"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="13">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="27">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="2">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="genauSF" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="6"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro6" table:number-rows-repeated="2">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="3">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="3"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="47">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="54">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="3"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="22">
|
|
<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="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="94">
|
|
<table:table-cell table:style-name="ce27"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="4">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:style-name="ce44"/>
|
|
<table:table-cell table:number-columns-repeated="8"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="2">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce28"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="3">
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce59"/>
|
|
<table:table-cell table:style-name="ce32"/>
|
|
<table:table-cell table:number-columns-repeated="9"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="220">
|
|
<table:table-cell table:number-columns-repeated="13"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="5"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="49">
|
|
<table:table-cell table:number-columns-repeated="13"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="2"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="2"/>
|
|
<table:table-cell table:number-columns-repeated="6"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="2490">
|
|
<table:table-cell table:number-columns-repeated="13"/>
|
|
<table:table-cell table:style-name="ce55"/>
|
|
<table:table-cell table:style-name="ce27" table:number-columns-repeated="4"/>
|
|
<table:table-cell table:number-columns-repeated="12"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5" table:number-rows-repeated="1045485">
|
|
<table:table-cell table:number-columns-repeated="30"/>
|
|
</table:table-row>
|
|
<table:table-row table:style-name="ro5">
|
|
<table:table-cell table:number-columns-repeated="30"/>
|
|
</table:table-row>
|
|
<calcext:conditional-formats>
|
|
<calcext:conditional-format calcext:target-range-address="Sheet2.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C2:Sheet2.C328">
|
|
<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.C2:Sheet2.C328">
|
|
<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.C2:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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.C4:Sheet2.C328">
|
|
<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-formats>
|
|
</table:table>
|
|
<table:named-expressions>
|
|
<table:named-range table:name="range" table:base-cell-address="$Sheet2.$K$1" table:cell-range-address="$Sheet2.$K$1:.$N$2"/>
|
|
</table:named-expressions>
|
|
</office:spreadsheet>
|
|
</office:body>
|
|
</office:document> |