|
|
|
|
Quelle hour.fods
Sprache: unbekannt
|
|
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xm lns: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 *****
Sub Main
Const x = 1.75
print cDate(x), Day(cDate(x)), Hour(cDate(x))
End Sub
Function basISODateTime(dVal#)
dt = cDate(dVal)
basISODateTime = format(year(dt),"0000")&"-"& format(Month(dt),"00")&"-"& format(day(dt),"00")&" "& format(Hour(dt),"00")&":"& format(Minute(dt),"00")&":"& format(Second(dt),"00")
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="12.7mm"/>
<style:text-properties style:font-name="Liberation Sans" fo:language="en" fo:country="US" style:font-name-asian="DejaVu Sans" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="DejaVu Sans" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<number:number-style style:name="N0">
<number:number number:min-integer-digits="1"/>
</number:number-style>
<number:date-style style:name="N84">
<number:year number:style="long"/>
<number:text>-</number:text>
<number:month number:style="long"/>
<number:text>-</number:text>
<number:day number:style="long"/>
</number:date-style>
<number:currency-style style:name="N108P0" style:volatile="true">
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> </number:text>
<number:currency-symbol number:language="cs" number:country="CZ">Kč</number:currency-symbol>
</number:currency-style>
<number:currency-style style:name="N108">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> </number:text>
<number:currency-symbol number:language="cs" number:country="CZ">Kč</number:currency-symbol>
<style:map style:condition="value()>=0" style:apply-style-name="N108P0"/>
</number:currency-style>
<number:date-style style:name="N109">
<number:year number:style="long"/>
<number:text>-</number:text>
<number:month number:style="long"/>
<number:text>-</number:text>
<number:day number:style="long"/>
<number:text> </number:text>
<number:hours number:style="long"/>
<number:text>:</number:text>
<number:minutes number:style="long"/>
<number:text>:</number:text>
<number:seconds number:style="long"/>
</number:date-style>
<number:currency-style style:name="N111P0" 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="N111">
<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="N111P0"/>
</number:currency-style>
<number:currency-style style:name="N113P0" 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="N113">
<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="N113P0"/>
</number:currency-style>
<number:currency-style style:name="N114P0" 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="N114">
<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="N114P0"/>
</number:currency-style>
<number:currency-style style:name="N115P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N115">
<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="N115P0"/>
</number:currency-style>
<number:currency-style style:name="N117P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="GB">£</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N117">
<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="N117P0"/>
</number:currency-style>
<number:number-style style:name="N119P0" 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="N119">
<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="N119P0"/>
</number:number-style>
<number:number-style style:name="N121P0" 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="N121">
<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="N121P0"/>
</number:number-style>
<number:currency-style style:name="N123P0" 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="N123">
<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="N123P0"/>
</number:currency-style>
<number:currency-style style:name="N125P0" 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="N125">
<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="N125P0"/>
</number:currency-style>
<number:currency-style style:name="N127P0" 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="N127">
<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="N127P0"/>
</number:currency-style>
<number:currency-style style:name="N128P0" 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="N128">
<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="N128P0"/>
</number:currency-style>
<number:currency-style style:name="N129P0" 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="N129">
<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="N129P0"/>
</number:currency-style>
<number:currency-style style:name="N131P0" 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="N131">
<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="N131P0"/>
</number:currency-style>
<number:currency-style style:name="N133P0" 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="N133">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="US">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N133P0"/>
</number:currency-style>
<number:number-style style:name="N134">
<number:number number:decimal-places="9" loext:min-decimal-places="9" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N135">
<number:number number:decimal-places="8" loext:min-decimal-places="8" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N136">
<number:number number:decimal-places="10" loext:min-decimal-places="10" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N137">
<number:number number:decimal-places="11" loext:min-decimal-places="11" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N138">
<number:number number:decimal-places="12" loext:min-decimal-places="12" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N139">
<number:number number:decimal-places="13" loext:min-decimal-places="13" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N140">
<number:number number:decimal-places="14" loext:min-decimal-places="14" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N141">
<number:number number:decimal-places="15" loext:min-decimal-places="15" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N142">
<number:number number:decimal-places="16" loext:min-decimal-places="16" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N143">
<number:number number:decimal-places="17" loext:min-decimal-places="17" number:min-integer-digits="1"/>
</number:number-style>
<number:number-style style:name="N144">
<number:number number:decimal-places="18" loext:min-decimal-places="18" number:min-integer-digits="1"/>
</number:number-style>
<number:currency-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:currency-symbol number:language="de" number:country="DE">€</number:currency-symbol>
</number:currency-style>
<number:currency-style style:name="N146">
<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="N146P0"/>
</number:currency-style>
<number:date-style style:name="N147">
<number:year number:style="long"/>
<number:text>-</number:text>
<number:month number:style="long"/>
<number:text>-</number:text>
<number:day number:style="long"/>
<number:text> </number:text>
<number:day-of-week/>
</number:date-style>
<number:number-style style:name="N149P0" style:volatile="true">
<number:text/>
</number:number-style>
<number:number-style style:name="N149P1" style:volatile="true">
<number:text/>
</number:number-style>
<number:number-style style:name="N149P2" style:volatile="true">
<number:text/>
</number:number-style>
<number:text-style style:name="N149">
<number:text/>
<style:map style:condition="value()>0" style:apply-style-name="N149P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N149P1"/>
<style:map style:condition="value()=0" style:apply-style-name="N149P2"/>
</number:text-style>
<number:currency-style style:name="N151P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="IE">€</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="N151">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="IE">€</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="N151P0"/>
</number:currency-style>
<number:number-style style:name="N153P0" 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="N153">
<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="N153P0"/>
</number:number-style>
<number:number-style style:name="N154P0" 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="N154">
<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="N154P0"/>
</number:number-style>
<number:number-style style:name="N156P0" 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="N156">
<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="N156P0"/>
</number:number-style>
<number:number-style style:name="N157P0" 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="N157">
<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="N157P0"/>
</number:number-style>
<number:time-style style:name="N158">
<number:minutes number:style="long"/>
<number:text>:</number:text>
<number:seconds number:style="long"/>
</number:time-style>
<number:number-style style:name="N159">
<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="N161P0" style:volatile="true">
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
</number:number-style>
<number:number-style style:name="N161">
<number:text>-</number:text>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N161P0"/>
</number:number-style>
<number:number-style style:name="N162P0" style:volatile="true">
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
</number:number-style>
<number:number-style style:name="N162">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N162P0"/>
</number:number-style>
<number:number-style style:name="N163">
<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="N164P0" style:volatile="true">
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
</number:number-style>
<number:number-style style:name="N164">
<number:text>-</number:text>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N164P0"/>
</number:number-style>
<number:number-style style:name="N165P0" style:volatile="true">
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
</number:number-style>
<number:number-style style:name="N165">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> €</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N165P0"/>
</number:number-style>
<number:number-style style:name="N169P0" 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="N169P1" 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="N169P2" style:volatile="true">
<number:text> - € </number:text>
</number:number-style>
<number:text-style style:name="N169">
<number:text-content/>
<number:text> </number:text>
<style:map style:condition="value()>0" style:apply-style-name="N169P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N169P1"/>
<style:map style:condition="value()=0" style:apply-style-name="N169P2"/>
</number:text-style>
<number:number-style style:name="N173P0" 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="N173P1" 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="N173P2" style:volatile="true">
<number:text> - </number:text>
</number:number-style>
<number:text-style style:name="N173">
<number:text-content/>
<number:text> </number:text>
<style:map style:condition="value()>0" style:apply-style-name="N173P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N173P1"/>
<style:map style:condition="value()=0" style:apply-style-name="N173P2"/>
</number:text-style>
<number:number-style style:name="N177P0" 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="N177P1" 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="N177P2" 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="N177">
<number:text-content/>
<number:text> </number:text>
<style:map style:condition="value()>0" style:apply-style-name="N177P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N177P1"/>
<style:map style:condition="value()=0" style:apply-style-name="N177P2"/>
</number:text-style>
<number:number-style style:name="N181P0" 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="N181P1" 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="N181P2" 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="N181">
<number:text-content/>
<number:text> </number:text>
<style:map style:condition="value()>0" style:apply-style-name="N181P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N181P1"/>
<style:map style:condition="value()=0" style:apply-style-name="N181P2"/>
</number:text-style>
<number:number-style style:name="N182">
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="6"/>
</number:number-style>
<number:number-style style:name="N183">
<number:text>Edit Time</number:text>
</number:number-style>
<number:currency-style style:name="N184P0" 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="N184">
<style:text-properties fo:color="#000000"/>
<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="N184P0"/>
</number:currency-style>
<number:currency-style style:name="N185P0" 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="N185">
<style:text-properties fo:color="#000000"/>
<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="N185P0"/>
</number:currency-style>
<number:currency-style style:name="N186P0" 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="N186">
<style:text-properties fo:color="#000000"/>
<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="N186P0"/>
</number:currency-style>
<number:currency-style style:name="N188P0" style:volatile="true">
<number:currency-symbol 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:currency-style>
<number:currency-style style:name="N188">
<number:text>-</number:text>
<number:currency-symbol 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"/>
<style:map style:condition="value()>=0" style:apply-style-name="N188P0"/>
</number:currency-style>
<number:currency-style style:name="N189P0" 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="N189">
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="US">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N189P0"/>
</number:currency-style>
<number:currency-style style:name="N190P0" style:volatile="true">
<number:currency-symbol 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:currency-style>
<number:currency-style style:name="N190">
<style:text-properties fo:color="#000000"/>
<number:text>-</number:text>
<number:currency-symbol 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"/>
<style:map style:condition="value()>=0" style:apply-style-name="N190P0"/>
</number:currency-style>
<number:currency-style style:name="N191P0" 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="N191">
<style:text-properties fo:color="#000000"/>
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="US">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N191P0"/>
</number:currency-style>
<number:currency-style style:name="N193P0" 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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N193">
<style:text-properties fo:color="#000000"/>
<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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N193P0"/>
</number:currency-style>
<number:currency-style style:name="N194P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="IE">€</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="N194">
<style:text-properties fo:color="#000000"/>
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="IE">€</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="N194P0"/>
</number:currency-style>
<number:number-style style:name="N195P0" 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="N195">
<number:text>-</number:text>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<number:text> </number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N195P0"/>
</number:number-style>
<number:number-style style:name="N196P0" 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="N196">
<style:text-properties fo:color="#000000"/>
<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="N196P0"/>
</number:number-style>
<number:number-style style:name="N197P0" 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="N197">
<number:text>-</number:text>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> </number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N197P0"/>
</number:number-style>
<number:number-style style:name="N198P0" 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="N198">
<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="1" number:grouping="true"/>
<number:text> </number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N198P0"/>
</number:number-style>
<number:number-style style:name="N200P0" 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="N200">
<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="N200P0"/>
</number:number-style>
<number:number-style style:name="N201P0" 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="N201">
<style:text-properties fo:color="#000000"/>
<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="N201P0"/>
</number:number-style>
<number:number-style style:name="N203P0" 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="N203">
<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="N203P0"/>
</number:number-style>
<number:number-style style:name="N204P0" 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="N204">
<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="1" number:grouping="true"/>
<number:text> DM</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N204P0"/>
</number:number-style>
<number:number-style style:name="N206P0" 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="N206P1" 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> DM</number:text>
</number:number-style>
<number:number-style style:name="N206">
<number:text>- DM</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: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="N208P1" 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="N208">
<number:text>- </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: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="N210P1" 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> DM</number:text>
</number:number-style>
<number:number-style style:name="N210">
<number:text>-</number:text>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
<number:text> DM</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:number-style style:name="N212P0" 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="N212P1" 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="N212">
<number:text>-</number:text>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="0"/>
<number:text> </number:text>
<style:map style:condition="value()>0" style:apply-style-name="N212P0"/>
<style:map style:condition="value()<0" style:apply-style-name="N212P1"/>
</number:number-style>
<number:date-style style:name="N213">
<number:year/>
<number:text>-</number:text>
<number:month number:style="long"/>
</number:date-style>
<number:currency-style style:name="N214P0" 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="N214">
<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="N214P0"/>
</number:currency-style>
<number:currency-style style:name="N215P0" 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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N215">
<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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N215P0"/>
</number:currency-style>
<number:currency-style style:name="N216P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="IE">€</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="N216">
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="IE">€</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="N216P0"/>
</number:currency-style>
<number:currency-style style:name="N217P0" style:volatile="true">
<number:currency-symbol 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:currency-style>
<number:currency-style style:name="N217">
<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="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N217P0"/>
</number:currency-style>
<number:currency-style style:name="N218P0" 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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N218">
<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="0" number:min-integer-digits="1" number:decimal-replacement="--" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N218P0"/>
</number:currency-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="N220P0" style:volatile="true">
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<number:text> </number:text>
</number:number-style>
<number:number-style style:name="N220">
<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="N220P0"/>
</number:number-style>
<number:number-style style:name="N221P0" 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="N221">
<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="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> DM</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> DM</number:text>
<style:map style:condition="value()>=0" style:apply-style-name="N222P0"/>
</number:number-style>
<number:date-style style:name="N223">
<number:year/>
<number:text> </number:text>
<number:month number:style="long"/>
<number:text> </number:text>
<number:day-of-week/>
<number:text> </number:text>
<number:day number:style="long"/>
</number:date-style>
<number:currency-style style:name="N225P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="AU">$</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="N225">
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="AU">$</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="N225P0"/>
</number:currency-style>
<number:currency-style style:name="N227P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="AU">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
</number:currency-style>
<number:currency-style style:name="N227">
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="AU">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N227P0"/>
</number:currency-style>
<number:currency-style style:name="N228P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="AU">$</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="N228">
<style:text-properties fo:color="#ff0000"/>
<number:text>-</number:text>
<number:currency-symbol number:language="en" number:country="AU">$</number:currency-symbol>
<number:number number:decimal-places="0" loext:min-decimal-places="0" number:min-integer-digits="1" number:grouping="true"/>
<style:map style:condition="value()>=0" style:apply-style-name="N228P0"/>
</number:currency-style>
<number:currency-style style:name="N229P0" style:volatile="true">
<number:currency-symbol number:language="en" number:country="AU">$</number:currency-symbol>
<number:number number:decimal-places="2" loext:min-decimal-places="2" number:min-integer-digits="1" number:grouping="true"/> | | |