dev/null |binary extras/CustomTarget_tplpresnt.mk | 5 extras/source/templates/presnt/Freshes/META-INF/manifest.xml | 5 extras/source/templates/presnt/Freshes/Object_1/content.xml | 73 extras/source/templates/presnt/Freshes/Object_1/meta.xml | 5 extras/source/templates/presnt/Freshes/Object_1/styles.xml | 8 extras/source/templates/presnt/Freshes/Object_2/content.xml | 58 extras/source/templates/presnt/Freshes/Object_2/meta.xml | 5 extras/source/templates/presnt/Freshes/Object_2/styles.xml | 8 extras/source/templates/presnt/Freshes/Thumbnails/thumbnail.png |binary extras/source/templates/presnt/Freshes/content.xml | 1420 +------ extras/source/templates/presnt/Freshes/meta.xml | 21 extras/source/templates/presnt/Freshes/styles.xml | 1945 +++------- 13 files changed, 1013 insertions(+), 2540 deletions(-)
New commits: commit c2c345a6d61092560b897d1f3a8b9a92a45215e4 Author: Laurent Balland <laurent.ball...@mailo.fr> AuthorDate: Wed Apr 3 19:45:16 2024 +0200 Commit: Laurent Balland <laurent.ball...@mailo.fr> CommitDate: Tue May 28 09:47:28 2024 +0200 tdf#160712 Update Freshes template + change name of first master to Freshes (see tdf#158496) + remove Lato, Freestyle, Nimbus fonts and replace with only one defined in top styles: Noto Sans, Noto Sans CJK SC and Noto Sans Devanagari + remove ODF validator warning about table:first-row-end-column (and so on) attributes that were missing + remove unused styles + change Thumbnail + use placeholders instead of dummy text + remove styles.xml and meta.xml of embedded charts + table: - decrease values below 1000 as thousand separator is language specific - correct sums on colomns and rows - remove preview image + reorder master slides in same order as slides + use same blue everywhere with styles "Filled Blue" and "Outlined Blue" + update description for File > Properties: remove font topic and correct chart types + update last slide Change-Id: I53b668bc398b7c85d93e75dfbdbf1f23e42a5c82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166932 Reviewed-by: Laurent Balland <laurent.ball...@mailo.fr> Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> Reviewed-by: Stéphane Guillou <stephane.guil...@libreoffice.org> diff --git a/extras/CustomTarget_tplpresnt.mk b/extras/CustomTarget_tplpresnt.mk index a7939f983a86..3d49b0294cd4 100644 --- a/extras/CustomTarget_tplpresnt.mk +++ b/extras/CustomTarget_tplpresnt.mk @@ -37,11 +37,7 @@ extras_PRESENTATIONS_XMLFILES := \ Vivid/meta.xml \ Yellow_Idea/meta.xml \ Freshes/Object_1/content.xml \ - Freshes/Object_1/meta.xml \ - Freshes/Object_1/styles.xml \ Freshes/Object_2/content.xml \ - Freshes/Object_2/meta.xml \ - Freshes/Object_2/styles.xml \ Blueprint_Plans/Pictures/10000000000000580000001F99D2A38C014B254B.png \ Blueprint_Plans/Pictures/100000000000033C0000026D847ACE982C6E20B6.png \ Blueprint_Plans/Pictures/10000000000004220000031A5C2E04AB7C51FB60.png \ @@ -58,7 +54,6 @@ extras_PRESENTATIONS_XMLFILES := \ Freshes/Pictures/100000000000049100000359E7B1AC100BA62FBB.jpg \ Freshes/Pictures/10000000000006D7000003A637B7BBC50EDF4D24.jpg \ Freshes/Pictures/1000000000000B8B0000067F7C4C059ECC323C6F.jpg \ - Freshes/Pictures/TablePreview1.svm \ Grey_Elegant/Pictures/1000000000000007000000075D9D31963C8C0E25.jpg \ Grey_Elegant/Pictures/1000000000000007000000076677E5BE1EDAF335.jpg \ Grey_Elegant/Pictures/10000000000001920000019230489F7A89351262.jpg \ diff --git a/extras/source/templates/presnt/Freshes/META-INF/manifest.xml b/extras/source/templates/presnt/Freshes/META-INF/manifest.xml index 570732257077..599842075b95 100644 --- a/extras/source/templates/presnt/Freshes/META-INF/manifest.xml +++ b/extras/source/templates/presnt/Freshes/META-INF/manifest.xml @@ -1,17 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.3" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"> <manifest:file-entry manifest:full-path="/" manifest:version="1.3" manifest:media-type="application/vnd.oasis.opendocument.presentation-template"/> - <manifest:file-entry manifest:full-path="Object_1/meta.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="Object_1/styles.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="Object_1/content.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="Object_1/" manifest:media-type="application/vnd.oasis.opendocument.chart"/> - <manifest:file-entry manifest:full-path="Object_2/meta.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="Object_2/styles.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="Object_2/content.xml" manifest:media-type="text/xml"/> <manifest:file-entry manifest:full-path="Object_2/" manifest:media-type="application/vnd.oasis.opendocument.chart"/> <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/> <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/> - <manifest:file-entry manifest:full-path="Pictures/TablePreview1.svm" manifest:media-type=""/> <manifest:file-entry manifest:full-path="Pictures/10000000000002C5000003C02FC12A07C25F42DF.jpg" manifest:media-type="image/jpeg"/> <manifest:file-entry manifest:full-path="Pictures/10000000000006D7000003A637B7BBC50EDF4D24.jpg" manifest:media-type="image/jpeg"/> <manifest:file-entry manifest:full-path="Pictures/100000000000030F0000036F55A62FC34FCAB38E.jpg" manifest:media-type="image/jpeg"/> diff --git a/extras/source/templates/presnt/Freshes/Object_1/content.xml b/extras/source/templates/presnt/Freshes/Object_1/content.xml index b534f1e6589b..d9aa043d9abd 100644 --- a/extras/source/templates/presnt/Freshes/Object_1/content.xml +++ b/extras/source/templates/presnt/Freshes/Object_1/content.xml @@ -4,13 +4,6 @@ <number:number-style style:name="N0"> <number:number number:min-integer-digits="1"/> </number:number-style> - <number:date-style style:name="N10036" number:language="en" number:country="US" number:automatic-order="true"> - <number:month number:style="long"/> - <number:text>/</number:text> - <number:day number:style="long"/> - <number:text>/</number:text> - <number:year number:style="long"/> - </number:date-style> <style:style style:name="ch1" style:family="chart"> <style:graphic-properties draw:stroke="none" draw:fill="none"/> </style:style> @@ -21,10 +14,10 @@ <style:style style:name="ch3" style:family="chart"> <style:chart-properties chart:interpolation="cubic-spline" chart:symbol-type="automatic" chart:include-hidden-cells="false" chart:auto-position="true" chart:auto-size="true" chart:treat-empty-cells="leave-gap" chart:right-angled-axes="true"/> </style:style> - <style:style style:name="ch4" style:family="chart" style:data-style-name="N10036"> + <style:style style:name="ch4" style:family="chart"> <style:chart-properties chart:display-label="true" chart:logarithmic="false" chart:origin="0" chart:reverse-direction="false" text:line-break="false" loext:try-staggering-first="false" chart:link-data-style-to-source="true" chart:axis-position="0"/> <style:graphic-properties svg:stroke-color="#b3b3b3"/> - <style:text-properties fo:color="#666666" fo:font-family="Lato" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> + <style:text-properties fo:color="#666666" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> </style:style> <style:style style:name="ch5" style:family="chart"> <style:graphic-properties svg:stroke-color="#b3b3b3"/> @@ -66,7 +59,7 @@ <chart:series chart:style-name="ch7" chart:values-cell-range-address="local-table.$B$2:.$B$5" chart:label-cell-address="local-table.$B$1" chart:class="chart:line"> <chart:data-point chart:repeated="4"/> </chart:series> - <chart:series chart:style-name="ch8" chart:values-cell-range-address="local-table.$D$2:.$D$5" chart:label-cell-address="local-table.$D$1" chart:class="chart:line"> + <chart:series chart:style-name="ch8" chart:values-cell-range-address="local-table.$C$2:.$C$5" chart:label-cell-address="local-table.$C$1" chart:class="chart:line"> <chart:data-point chart:repeated="4"/> </chart:series> <chart:wall chart:style-name="ch9"/> @@ -78,23 +71,13 @@ </table:table-header-columns> <table:table-columns> <table:table-column/> - <table:table-column table:visibility="collapse"/> <table:table-column/> </table:table-columns> <table:table-header-rows> <table:table-row> - <table:table-cell> - <text:p/> - </table:table-cell> - <table:table-cell office:value-type="string"> - <text:p>Free Users</text:p> - </table:table-cell> - <table:table-cell office:value-type="string"> - <text:p/> - </table:table-cell> - <table:table-cell office:value-type="string"> - <text:p>Paid Users</text:p> - </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="string"/> + <table:table-cell office:value-type="string"/> </table:table-row> </table:table-header-rows> <table:table-rows> @@ -102,57 +85,29 @@ <table:table-cell office:value-type="string"> <text:p>2016</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="27"> - <text:p>27</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="25"> - <text:p>25</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="27"/> + <table:table-cell office:value-type="float" office:value="25"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2017</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="13"> - <text:p>13</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="15"> - <text:p>15</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="13"/> + <table:table-cell office:value-type="float" office:value="15"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2018</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="10"> - <text:p>10</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="40"> - <text:p>40</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="10"/> + <table:table-cell office:value-type="float" office:value="40"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2019</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="50"> - <text:p>50</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="20"> - <text:p>20</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="50"/> + <table:table-cell office:value-type="float" office:value="20"/> </table:table-row> </table:table-rows> </table:table> diff --git a/extras/source/templates/presnt/Freshes/Object_1/meta.xml b/extras/source/templates/presnt/Freshes/Object_1/meta.xml deleted file mode 100644 index 424f90bd67fb..000000000000 --- a/extras/source/templates/presnt/Freshes/Object_1/meta.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<office:document-meta xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ooo="http://openoffice.org/2004/office" xmlns:chartooo="http://openoffice.org/2010/chart" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3"> - <office:meta> - </office:meta> -</office:document-meta> diff --git a/extras/source/templates/presnt/Freshes/Object_1/styles.xml b/extras/source/templates/presnt/Freshes/Object_1/styles.xml deleted file mode 100644 index ebabe64a69a9..000000000000 --- a/extras/source/templates/presnt/Freshes/Object_1/styles.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<office:document-styles xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:chartooo="http://openoffice.org/2010/chart" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:table="urn:oasis:names:tc:open document:xmlns:table:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing: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:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" office:version="1.3"> - <office:styles> - <draw:gradient draw:name="Gradient_20_2" draw:display-name="Gradient 2" draw:style="linear" draw:start-color="#000000" draw:end-color="#ffffff" draw:start-intensity="100%" draw:end-intensity="100%" draw:angle="0deg" draw:border="0%"/> - <draw:hatch draw:name="Red_20_90_20_Degrees_20_Crossed_20_1" draw:display-name="Red 90 Degrees Crossed 1" draw:style="single" draw:color="#000000" draw:distance="0cm" draw:rotation="0"/> - <draw:stroke-dash draw:name="Dashed_20__28_var_29__20_2" draw:display-name="Dashed (var) 2" draw:style="rect" draw:dots1="1" draw:dots1-length="0.02cm" draw:dots2="1" draw:dots2-length="0.02cm" draw:distance="0.02cm"/> - </office:styles> -</office:document-styles> diff --git a/extras/source/templates/presnt/Freshes/Object_2/content.xml b/extras/source/templates/presnt/Freshes/Object_2/content.xml index 513a5853f6fa..a9298f882a89 100644 --- a/extras/source/templates/presnt/Freshes/Object_2/content.xml +++ b/extras/source/templates/presnt/Freshes/Object_2/content.xml @@ -4,28 +4,21 @@ <number:number-style style:name="N0"> <number:number number:min-integer-digits="1"/> </number:number-style> - <number:date-style style:name="N10036" number:language="en" number:country="US" number:automatic-order="true"> - <number:month number:style="long"/> - <number:text>/</number:text> - <number:day number:style="long"/> - <number:text>/</number:text> - <number:year number:style="long"/> - </number:date-style> <style:style style:name="ch1" style:family="chart"> <style:graphic-properties draw:stroke="none" draw:fill="none"/> </style:style> <style:style style:name="ch2" style:family="chart"> <style:chart-properties chart:interpolation="cubic-spline" chart:symbol-type="automatic" chart:include-hidden-cells="false" chart:auto-position="true" chart:auto-size="true" chart:treat-empty-cells="leave-gap" chart:right-angled-axes="true"/> </style:style> - <style:style style:name="ch3" style:family="chart" style:data-style-name="N10036"> + <style:style style:name="ch3" style:family="chart"> <style:chart-properties chart:display-label="true" chart:logarithmic="false" chart:origin="0" chart:reverse-direction="false" text:line-break="false" loext:try-staggering-first="false" chart:link-data-style-to-source="true" chart:axis-position="0"/> <style:graphic-properties svg:stroke-color="#b3b3b3"/> - <style:text-properties fo:color="#ffffff" fo:font-family="Lato" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> + <style:text-properties fo:color="#ffffff" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> </style:style> <style:style style:name="ch4" style:family="chart" style:data-style-name="N0"> <style:chart-properties chart:display-label="true" chart:logarithmic="false" chart:origin="0" chart:reverse-direction="false" text:line-break="false" loext:try-staggering-first="false" chart:link-data-style-to-source="true" chart:axis-position="0"/> <style:graphic-properties svg:stroke-color="#b3b3b3"/> - <style:text-properties fo:color="#ffffff" fo:font-family="Lato" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> + <style:text-properties fo:color="#ffffff" fo:font-size="10pt" style:font-size-asian="10pt" style:font-size-complex="10pt"/> </style:style> <style:style style:name="ch5" style:family="chart"> <style:graphic-properties svg:stroke-color="#ffffff" svg:stroke-opacity="30%"/> @@ -58,7 +51,7 @@ <chart:axis chart:dimension="y" chart:name="primary-y" chart:style-name="ch4"> <chart:grid chart:style-name="ch5" chart:class="major"/> </chart:axis> - <chart:series chart:style-name="ch6" chart:values-cell-range-address="local-table.$C$2:.$C$5" chart:label-cell-address="local-table.$C$1" chart:class="chart:bar"> + <chart:series chart:style-name="ch6" chart:values-cell-range-address="local-table.$b$2:.$b$5" chart:label-cell-address="local-table.$b$1" chart:class="chart:bar"> <chart:data-point chart:style-name="ch7" chart:repeated="4"/> </chart:series> <chart:wall chart:style-name="ch8"/> @@ -68,21 +61,10 @@ <table:table-header-columns> <table:table-column/> </table:table-header-columns> - <table:table-columns> - <table:table-column table:visibility="collapse"/> - <table:table-column/> - </table:table-columns> <table:table-header-rows> <table:table-row> - <table:table-cell> - <text:p/> - </table:table-cell> - <table:table-cell office:value-type="string"> - <text:p/> - </table:table-cell> - <table:table-cell office:value-type="string"> - <text:p>Sales</text:p> - </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="string"/> </table:table-row> </table:table-header-rows> <table:table-rows> @@ -90,45 +72,25 @@ <table:table-cell office:value-type="string"> <text:p>2016</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="25"> - <text:p>25</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="25"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2017</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="15"> - <text:p>15</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="15"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2018</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="40"> - <text:p>40</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="40"/> </table:table-row> <table:table-row> <table:table-cell office:value-type="string"> <text:p>2019</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="NaN"> - <text:p>NaN</text:p> - </table:table-cell> - <table:table-cell office:value-type="float" office:value="20"> - <text:p>20</text:p> - </table:table-cell> + <table:table-cell office:value-type="float" office:value="20"/> </table:table-row> </table:table-rows> </table:table> diff --git a/extras/source/templates/presnt/Freshes/Object_2/meta.xml b/extras/source/templates/presnt/Freshes/Object_2/meta.xml deleted file mode 100644 index 424f90bd67fb..000000000000 --- a/extras/source/templates/presnt/Freshes/Object_2/meta.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<office:document-meta xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ooo="http://openoffice.org/2004/office" xmlns:chartooo="http://openoffice.org/2010/chart" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3"> - <office:meta> - </office:meta> -</office:document-meta> diff --git a/extras/source/templates/presnt/Freshes/Object_2/styles.xml b/extras/source/templates/presnt/Freshes/Object_2/styles.xml deleted file mode 100644 index ebabe64a69a9..000000000000 --- a/extras/source/templates/presnt/Freshes/Object_2/styles.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<office:document-styles xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:chartooo="http://openoffice.org/2010/chart" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:table="urn:oasis:names:tc:open document:xmlns:table:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing: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:dc="http://purl.org/dc/elements/1.1/" xmlns:rpt="http://openoffice.org/2005/report" office:version="1.3"> - <office:styles> - <draw:gradient draw:name="Gradient_20_2" draw:display-name="Gradient 2" draw:style="linear" draw:start-color="#000000" draw:end-color="#ffffff" draw:start-intensity="100%" draw:end-intensity="100%" draw:angle="0deg" draw:border="0%"/> - <draw:hatch draw:name="Red_20_90_20_Degrees_20_Crossed_20_1" draw:display-name="Red 90 Degrees Crossed 1" draw:style="single" draw:color="#000000" draw:distance="0cm" draw:rotation="0"/> - <draw:stroke-dash draw:name="Dashed_20__28_var_29__20_2" draw:display-name="Dashed (var) 2" draw:style="rect" draw:dots1="1" draw:dots1-length="0.02cm" draw:dots2="1" draw:dots2-length="0.02cm" draw:distance="0.02cm"/> - </office:styles> -</office:document-styles> diff --git a/extras/source/templates/presnt/Freshes/Pictures/TablePreview1.svm b/extras/source/templates/presnt/Freshes/Pictures/TablePreview1.svm deleted file mode 100644 index f3b80a3546c1..000000000000 Binary files a/extras/source/templates/presnt/Freshes/Pictures/TablePreview1.svm and /dev/null differ diff --git a/extras/source/templates/presnt/Freshes/Thumbnails/thumbnail.png b/extras/source/templates/presnt/Freshes/Thumbnails/thumbnail.png index 386222967991..ddd85be6f277 100644 Binary files a/extras/source/templates/presnt/Freshes/Thumbnails/thumbnail.png and b/extras/source/templates/presnt/Freshes/Thumbnails/thumbnail.png differ diff --git a/extras/source/templates/presnt/Freshes/content.xml b/extras/source/templates/presnt/Freshes/content.xml index 817414365b79..672d5f69ee3b 100644 --- a/extras/source/templates/presnt/Freshes/content.xml +++ b/extras/source/templates/presnt/Freshes/content.xml @@ -1,20 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <office:document-content xmlns:officeooo="http://openoffice.org/2009/office" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:style="urn:oasis:names:tc:opendocument: xmlns:style:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:xsd="ht tp://www.w3.org/2001/XMLSchema" 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:xforms="http://www.w3.org/2002/xforms" office:version="1.3"> <office:scripts/> - <office:font-face-decls> - <style:font-face style:name="Lato1" svg:font-family="Lato" style:font-pitch="variable"/> - <style:font-face style:name="Lato Black1" svg:font-family="'Lato Black'" style:font-adornments="Black" style:font-pitch="variable"/> - <style:font-face style:name="Nimbus Sans" svg:font-family="'Nimbus Sans'" style:font-pitch="variable"/> - <style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="roman" style:font-pitch="variable"/> - <style:font-face style:name="Nimbus Roman" svg:font-family="'Nimbus Roman'" style:font-family-generic="roman" style:font-pitch="variable"/> - <style:font-face style:name="Nimbus Sans1" svg:font-family="'Nimbus Sans'" style:font-family-generic="roman" style:font-pitch="variable"/> - <style:font-face style:name="Noto Sans" svg:font-family="'Noto Sans'" style:font-family-generic="roman" style:font-pitch="variable"/> - <style:font-face style:name="Noto Sans1" svg:font-family="'Noto Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/> - <style:font-face style:name="Noto Sans3" svg:font-family="'Noto Sans'" style:font-adornments="Regular" style:font-family-generic="swiss" style:font-pitch="variable"/> - <style:font-face style:name="Cantarell1" svg:font-family="Cantarell" style:font-family-generic="system" style:font-pitch="variable"/> - <style:font-face style:name="FreeSerif" svg:font-family="FreeSerif" style:font-family-generic="system" style:font-pitch="variable"/> - <style:font-face style:name="Nimbus Sans3" svg:font-family="'Nimbus Sans'" style:font-family-generic="system" style:font-pitch="variable"/> - </office:font-face-decls> <office:automatic-styles> <style:style style:name="dp1" style:family="drawing-page"> <style:drawing-page-properties presentation:transition-speed="fast" presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true" smil:type="fade" smil:subtype="crossfade" smil:fadeColor="#000000"/> @@ -22,784 +8,71 @@ <style:style style:name="dp2" style:family="drawing-page"> <style:drawing-page-properties presentation:display-header="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true"/> </style:style> - <style:style style:name="dp3" style:family="drawing-page"> - <style:drawing-page-properties presentation:transition-speed="fast" presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true" smil:type="fade" smil:subtype="fadeOverColor" smil:fadeColor="#000000"/> - </style:style> <style:style style:name="dp4" style:family="drawing-page"> <style:drawing-page-properties presentation:transition-speed="fast" presentation:background-visible="true" presentation:background-objects-visible="true" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true" smil:type="pushWipe" smil:subtype="fromBottom"/> </style:style> - <style:style style:name="dp5" style:family="drawing-page"> - <style:drawing-page-properties presentation:transition-speed="fast" presentation:background-visible="true" presentation:background-objects-visible="true" draw:fill="bitmap" draw:fill-image-name="White_25_20clouds_25_20and_25_20blue_25_20skies" draw:opacity="100%" draw:fill-image-width="100%" draw:fill-image-height="100%" style:repeat="stretch" draw:fill-image-ref-point-x="0%" draw:fill-image-ref-point-y="0%" draw:fill-image-ref-point="center" presentation:display-footer="true" presentation:display-page-number="false" presentation:display-date-time="true" smil:type="fade" smil:subtype="crossfade" smil:fadeColor="#000000"/> - </style:style> - <style:style style:name="gr1" style:family="graphic" style:parent-style-name="objectwithoutfill"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#ffffff" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="none" draw:textarea-vertical-align="middle" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - </style:style> <style:style style:name="gr2" style:family="graphic"> <style:graphic-properties style:protect="size"/> </style:style> - <style:style style:name="gr3" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="4.816cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr4" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="solid" draw:fill-color="#ffffff" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="0cm" draw:shadow="hidden"/> - </style:style> - <style:style style:name="gr5" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.343cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr6" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.836cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr7" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.521cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr8" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="solid" draw:fill-color="#0d84a1" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.814cm" draw:shadow="hidden"/> + <style:style style:name="gr4" style:family="graphic" style:parent-style-name="Filled"> + <style:graphic-properties draw:opacity="50%"/> </style:style> <style:style style:name="gr9" style:family="graphic" style:parent-style-name="Object_20_with_20_no_20_fill_20_and_20_no_20_line"> <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" loext:glow-radius="0cm" loext:glow-transparency="90%" draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%" draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="100%" style:mirror="none"/> </style:style> - <style:style style:name="gr10" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.187cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr11" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.385cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr12" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="solid" draw:fill-color="#0d84a1" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.906cm" draw:shadow="hidden"/> - </style:style> - <style:style style:name="gr13" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.157cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr14" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.093cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr15" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.866cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr16" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="2.32cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr17" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="2.32cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr18" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="2.32cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr19" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="2.32cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> <style:style style:name="gr20" style:family="graphic" style:parent-style-name="Object_20_with_20_no_20_fill_20_and_20_no_20_line"> <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" loext:glow-radius="0cm" loext:glow-transparency="90%" draw:color-mode="standard" draw:luminance="4%" draw:contrast="0%" draw:gamma="110%" draw:red="0%" draw:green="0%" draw:blue="-7%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="99%" style:mirror="none" style:protect="position size"/> </style:style> - <style:style style:name="gr21" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:opacity-name="Transparency_20_2" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.987cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr22" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:opacity-name="Transparency_20_2" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="5.225cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr23" style:family="graphic" style:parent-style-name="Object_20_with_20_no_20_fill_20_and_20_no_20_line"> - <style:graphic-properties draw:opacity-name="Transparency_20_2" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:ole-draw-aspect="1"/> - </style:style> - <style:style style:name="gr24" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.987cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr25" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="5.226cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> <style:style style:name="gr26" style:family="graphic" style:parent-style-name="Object_20_with_20_no_20_fill_20_and_20_no_20_line"> <style:graphic-properties draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:ole-draw-aspect="1"/> </style:style> - <style:style style:name="gr27" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#0d84a1" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="100%" draw:opacity-name="Transparency_20_2" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="2.443cm" fo:min-width="5.756cm" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr28" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#0d84a1" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="100%" draw:opacity-name="Transparency_20_2" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="2.444cm" fo:min-width="5.758cm" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr29" style:family="graphic" style:parent-style-name="objectwithoutfill"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#0d84a1" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="none" draw:opacity="100%" draw:opacity-name="Transparency_20_2" draw:textarea-vertical-align="middle" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - </style:style> - <style:style style:name="gr30" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#0d84a1" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="100%" draw:opacity-name="Transparency_20_2" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="2.444cm" fo:min-width="5.756cm" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr31" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.847cm" svg:stroke-color="#2499be" draw:marker-start-width="1.475cm" draw:marker-end-width="1.475cm" draw:stroke-linejoin="round" draw:fill="none" draw:opacity="100%" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="3.359cm" fo:min-width="3.731cm" fo:padding-top="0.549cm" fo:padding-bottom="0.549cm" fo:padding-left="0.674cm" fo:padding-right="0.674cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr32" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-vertical-align="middle" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="1.02cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr33" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="4.065cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr34" style:family="graphic" style:parent-style-name="objectwithoutfill"> - <style:graphic-properties draw:stroke="solid" svg:stroke-width="0.106cm" svg:stroke-color="#2499be" draw:marker-start="Circle" draw:marker-start-width="0.359cm" draw:marker-end-width="0.359cm" draw:fill="none" draw:textarea-vertical-align="middle" fo:padding-top="0.178cm" fo:padding-bottom="0.178cm" fo:padding-left="0.303cm" fo:padding-right="0.303cm"/> - </style:style> - <style:style style:name="gr35" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="4.065cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="gr36" style:family="graphic" style:parent-style-name="standard"> - <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:min-height="0.865cm" fo:min-width="0cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr1" style:family="presentation" style:parent-style-name="Title-title"> - <style:graphic-properties fo:min-height="6.919cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr2" style:family="presentation" style:parent-style-name="Title-subtitle"> - <style:graphic-properties fo:min-height="4.281cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr3" style:family="presentation" style:parent-style-name="Title-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> + <style:style style:name="gr31" style:family="graphic" style:parent-style-name="Outlined_20_Blue"> + <style:graphic-properties svg:stroke-width="0.85cm" draw:marker-start-width="1.475cm" draw:marker-end-width="1.475cm" draw:stroke-linejoin="round" draw:fill="none" draw:opacity="100%" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:padding-top="0.2cm" fo:padding-bottom="0.2cm" fo:padding-left="0.2cm" fo:padding-right="0.2cm"/> </style:style> - <style:style style:name="pr4" style:family="presentation" style:parent-style-name="One_20_Bullet-title"> - <style:graphic-properties draw:auto-grow-height="true" fo:min-height="1.923cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr5" style:family="presentation" style:parent-style-name="One_20_Bullet-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr6" style:family="presentation" style:parent-style-name="Two_20_Bullets-title"> - <style:graphic-properties fo:min-height="2.24cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr7" style:family="presentation" style:parent-style-name="Two_20_Bullets-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr8" style:family="presentation" style:parent-style-name="Three_20_Bullets-title"> - <style:graphic-properties fo:min-height="3.46cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr9" style:family="presentation" style:parent-style-name="Three_20_Bullets-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr10" style:family="presentation" style:parent-style-name="Four_20_Bullets-title"> - <style:graphic-properties fo:min-height="2.628cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr11" style:family="presentation" style:parent-style-name="Four_20_Bullets-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr12" style:family="presentation" style:parent-style-name="Blue_2f_White_20_Chart-title"> - <style:graphic-properties draw:textarea-horizontal-align="right" fo:min-height="1.867cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr13" style:family="presentation" style:parent-style-name="Blue_2f_White_20_Chart-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr14" style:family="presentation" style:parent-style-name="White_2f_Blue_20_Chart-title"> - <style:graphic-properties draw:textarea-horizontal-align="right" fo:min-height="1.538cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr15" style:family="presentation" style:parent-style-name="White_2f_Blue_20_Chart-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr16" style:family="presentation" style:parent-style-name="Diagram-title"> - <style:graphic-properties fo:min-height="6.641cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr17" style:family="presentation" style:parent-style-name="Diagram-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr18" style:family="presentation" style:parent-style-name="Table-title"> - <style:graphic-properties fo:min-height="2.628cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr19" style:family="presentation" style:parent-style-name="Table-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr20" style:family="presentation" style:parent-style-name="Left_20_Bar-title"> - <style:graphic-properties fo:min-height="2.628cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr21" style:family="presentation" style:parent-style-name="Left_20_Bar-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr22" style:family="presentation" style:parent-style-name="Right_20_Bar-title"> - <style:graphic-properties fo:min-height="2.628cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr23" style:family="presentation" style:parent-style-name="Right_20_Bar-notes"> - <style:graphic-properties draw:fill-color="#ffffff" draw:auto-grow-height="true" fo:min-height="12.572cm"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="pr24" style:family="presentation" style:parent-style-name="Title-title"> - <style:graphic-properties draw:fill="none" draw:fill-color="#dee6ef" draw:gradient-step-count="64" draw:opacity="100%" fo:min-height="4.612cm" draw:shadow-offset-y="0.07cm" draw:shadow-opacity="100%"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> + <style:style style:name="gr34" style:family="graphic" style:parent-style-name="Outlined_20_Blue"> + <style:graphic-properties draw:marker-start="Circle" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm"/> </style:style> <style:style style:name="co1" style:family="table-column"> - <style:table-column-properties style:column-width="11.395cm" style:use-optimal-column-width="false"/> + <style:table-column-properties style:column-width="11.4cm" style:use-optimal-column-width="false"/> </style:style> <style:style style:name="co2" style:family="table-column"> - <style:table-column-properties style:column-width="4.977cm" style:use-optimal-column-width="false"/> - </style:style> - <style:style style:name="co3" style:family="table-column"> - <style:table-column-properties style:column-width="4.844cm" style:use-optimal-column-width="false"/> - </style:style> - <style:style style:name="co4" style:family="table-column"> - <style:table-column-properties style:column-width="4.184cm" style:use-optimal-column-width="false"/> + <style:table-column-properties style:column-width="5cm" style:use-optimal-column-width="false"/> </style:style> <style:style style:name="ro1" style:family="table-row"> - <style:table-row-properties style:row-height="1.396cm" style:use-optimal-row-height="false"/> - </style:style> - <style:style style:name="ro2" style:family="table-row"> - <style:table-row-properties style:row-height="1.402cm" style:use-optimal-row-height="false"/> - </style:style> - <style:style style:name="ce1" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.03pt solid #333333"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> + <style:table-row-properties style:row-height="1.4cm" style:use-optimal-row-height="false"/> </style:style> <style:style style:name="ce2" style:family="table-cell"> <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.03pt solid #333333" style:text-autospace="none"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> + <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/> </style:style> <style:style style:name="ce3" style:family="table-cell"> <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.03pt solid #333333" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce4" style:family="table-cell"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:border-left="none" fo:border-right="none" fo:border-top="none" fo:border-bottom="0.03pt solid #333333"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/> - </style:style> - <style:style style:name="ce5" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="0.03pt solid #333333" style:text-autospace="none"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce6" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="0.03pt solid #333333" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce7" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="0.03pt solid #333333"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce8" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce9" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none" style:text-autospace="none"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce10" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Lato1"/> - </style:style> - <style:style style:name="ce11" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Lato1" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="ce12" style:family="table-cell"> - <loext:graphic-properties draw:fill-color="#ffffff" draw:textarea-vertical-align="middle"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Lato1" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P1" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P2" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P3" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="start"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P4" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P5" style:family="paragraph"> - <loext:graphic-properties draw:fill="none"/> - <style:paragraph-properties fo:text-align="center"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P6" style:family="paragraph"> - <loext:graphic-properties draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - </style:style> - <style:style style:name="P7" style:family="paragraph"> - <style:paragraph-properties fo:text-align="center"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P8" style:family="paragraph"> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="40pt" fo:font-weight="bold" style:font-size-asian="32pt" style:font-weight-asian="normal" style:font-size-complex="32pt" style:font-weight-complex="normal"/> - </style:style> - <style:style style:name="P9" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="center"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P10" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:line-height="115%" fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/> - </style:style> - <style:style style:name="P11" style:family="paragraph"> - <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P12" style:family="paragraph"> - <loext:graphic-properties draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:font-size="20pt"/> - </style:style> - <style:style style:name="P13" style:family="paragraph"> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P14" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="28pt" fo:font-weight="bold" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-size-complex="28pt" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P15" style:family="paragraph"> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="start" fo:text-indent="0cm"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P16" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="start" fo:text-indent="0cm" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/> - </style:style> - <style:style style:name="P17" style:family="paragraph"> - <loext:graphic-properties draw:fill="solid" draw:fill-color="#0d84a1"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="36pt" style:font-size-asian="54pt" style:font-size-complex="54pt"/> - </style:style> - <style:style style:name="P18" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start"/> - <style:text-properties style:font-name="Noto Sans1" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P19" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P20" style:family="paragraph"> - <loext:graphic-properties draw:fill="none"/> - <style:paragraph-properties fo:text-align="center"/> - </style:style> - <style:style style:name="P21" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="28pt" fo:font-weight="bold" style:font-size-asian="28pt" style:font-size-complex="28pt"/> - </style:style> - <style:style style:name="P22" style:family="paragraph"> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="center" fo:text-indent="0cm"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P23" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="center" fo:text-indent="0cm" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/> - </style:style> - <style:style style:name="P24" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="72pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P25" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="24pt" fo:font-weight="bold" style:font-size-asian="24pt" style:font-size-complex="24pt"/> - </style:style> - <style:style style:name="P26" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="center" fo:text-indent="0cm" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="P27" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start"/> - <style:text-properties style:font-name="Noto Sans1" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P28" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="48pt" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P29" style:family="paragraph"> - <loext:graphic-properties draw:fill="none"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:font-size="18pt"/> - </style:style> - <style:style style:name="P30" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P31" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff" draw:opacity-name="Transparency_20_2"/> - <style:paragraph-properties fo:line-height="115%" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P32" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff" draw:opacity-name="Transparency_20_2"/> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="start" fo:text-indent="0cm" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#8dd5e7" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="P33" style:family="paragraph"> - <loext:graphic-properties draw:opacity-name="Transparency_20_2"/> - <style:paragraph-properties fo:text-align="center"/> - <style:text-properties style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P34" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#0f9bbc" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="32pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P35" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:line-height="115%" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P36" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="start" fo:text-indent="0cm" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#000000" loext:opacity="30%" style:font-name="Noto Sans1" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="P37" style:family="paragraph"> - <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="32pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P38" style:family="paragraph"> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:text-transform="uppercase" fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/> - </style:style> - <style:style style:name="P39" style:family="paragraph"> - <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff" draw:opacity="100%" draw:opacity-name="Transparency_20_2"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:text-transform="uppercase" fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/> - </style:style> - <style:style style:name="P40" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:opacity="100%" draw:opacity-name="Transparency_20_2"/> - <style:paragraph-properties fo:text-align="center"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P41" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="start"/> - </style:style> - <style:style style:name="P42" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="start" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="60pt" fo:font-weight="bold" fo:background-color="#0d84a1"/> + <style:paragraph-properties fo:line-height="115%" fo:text-align="end" fo:border-left="none" fo:border-right="none" fo:border-top="0.03pt solid #333333" fo:border-bottom="none"/> + <style:text-properties fo:color="#0d84a1" loext:opacity="100%" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> </style:style> <style:style style:name="P43" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" style:text-autospace="none"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1"/> + <style:paragraph-properties fo:text-align="start"/> </style:style> <style:style style:name="P44" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P45" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/> - </style:style> - <style:style style:name="P46" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%"/> - <style:text-properties fo:color="#666666" loext:opacity="100%" style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="P47" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P48" style:family="paragraph"> - <style:paragraph-properties fo:line-height="115%" fo:text-align="end" style:text-autospace="none"/> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P49" style:family="paragraph"> - <style:text-properties style:font-name="Noto Sans1" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P50" style:family="paragraph"> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="54pt" fo:font-weight="bold" fo:background-color="#0d84a1"/> - </style:style> - <style:style style:name="P51" style:family="paragraph"> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#2499be" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="54pt" fo:font-weight="bold" style:font-size-asian="54pt" style:font-weight-asian="bold" style:font-size-complex="54pt" style:font-weight-complex="bold"/> + <style:text-properties fo:color="#0d84a1" loext:opacity="100%"/> </style:style> <style:style style:name="P52" style:family="paragraph"> <loext:graphic-properties draw:fill="none" draw:opacity="100%"/> - <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#2499be" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="54pt" fo:font-weight="bold" style:font-size-asian="54pt" style:font-weight-asian="bold" style:font-size-complex="54pt" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="P53" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-style="normal" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P54" style:family="paragraph"> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P55" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P56" style:family="paragraph"> - <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="115%" fo:text-align="start" fo:text-indent="0cm"/> - </style:style> - <style:style style:name="P57" style:family="paragraph"> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Lato Black1"/> + <style:text-properties fo:font-size="54pt" fo:font-weight="bold" style:font-size-asian="54pt" style:font-weight-asian="bold" style:font-size-complex="54pt" style:font-weight-complex="bold"/> </style:style> - <style:style style:name="P58" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#dee6ef" draw:gradient-step-count="64" draw:opacity="100%"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="96pt" fo:letter-spacing="0.353cm" fo:font-weight="bold"/> - </style:style> - <style:style style:name="P59" style:family="paragraph"> - <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> - <style:paragraph-properties style:writing-mode="lr-tb"/> - <style:text-properties fo:color="#eeeeee" loext:opacity="100%" style:font-name="Noto Sans1"/> - </style:style> - <style:style style:name="T1" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="72pt" fo:font-style="normal" fo:font-weight="900" fo:background-color="transparent"/> - </style:style> - <style:style style:name="T2" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="22pt"/> - </style:style> - <style:style style:name="T3" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="40pt" fo:font-weight="bold" style:font-size-asian="32pt" style:font-weight-asian="normal" style:font-size-complex="32pt" style:font-weight-complex="normal"/> - </style:style> - <style:style style:name="T4" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/> - </style:style> - <style:style style:name="T5" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="28pt" fo:font-weight="bold" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-size-complex="28pt" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="T6" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/> - </style:style> - <style:style style:name="T7" style:family="text"> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%"/> - </style:style> - <style:style style:name="T8" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="24pt" fo:font-weight="bold" style:font-size-asian="24pt" style:font-size-complex="24pt"/> - </style:style> - <style:style style:name="T9" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="T10" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="72pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T11" style:family="text"> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" fo:font-size="48pt" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="T12" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T13" style:family="text"> - <style:text-properties fo:color="#8dd5e7" loext:opacity="100%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="T14" style:family="text"> - <style:text-properties fo:color="#0f9bbc" loext:opacity="100%" fo:font-size="32pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T15" style:family="text"> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T16" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/> - </style:style> - <style:style style:name="T17" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="32pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T18" style:family="text"> - <style:text-properties fo:text-transform="uppercase" fo:color="#0d84a1" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt"/> - </style:style> - <style:style style:name="T19" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="60pt" fo:font-weight="bold" fo:background-color="#0d84a1"/> - </style:style> - <style:style style:name="T20" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="18pt"/> - </style:style> - <style:style style:name="T21" style:family="text"> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" fo:font-size="18pt"/> - </style:style> - <style:style style:name="T22" style:family="text"> - <style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/> - </style:style> - <style:style style:name="T23" style:family="text"> - <style:text-properties fo:color="#0d84a1" loext:opacity="100%" fo:font-size="18pt" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="T24" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="54pt" fo:background-color="#0d84a1"/> - </style:style> - <style:style style:name="T25" style:family="text"> - <style:text-properties fo:color="#2499be" loext:opacity="100%" fo:font-size="54pt" fo:font-weight="bold" style:font-size-asian="54pt" style:font-weight-asian="bold" style:font-size-complex="54pt" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="T26" style:family="text"> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" fo:font-size="18pt" fo:font-style="normal" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T27" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T28" style:family="text"> - <style:text-properties fo:color="#2499be" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="54pt" fo:font-weight="bold" style:font-size-asian="54pt" style:font-weight-asian="bold" style:font-size-complex="54pt" style:font-weight-complex="bold"/> - </style:style> - <style:style style:name="T29" style:family="text"> - <style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T31" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Lato Black1"/> - </style:style> - <style:style style:name="T32" style:family="text"> - <style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="96pt" fo:letter-spacing="0.353cm" fo:font-weight="bold"/> - </style:style> - <style:style style:name="T33" style:family="text"> - <style:text-properties fo:color="#eeeeee" loext:opacity="100%" style:font-name="Noto Sans1"/> - </style:style> - <text:list-style style:name="L1"> - <text:list-level-style-bullet text:level="1" text:bullet-char="●"> - <style:list-level-properties text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="2" text:bullet-char="●"> - <style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="3" text:bullet-char="●"> - <style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="4" text:bullet-char="●"> - <style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="5" text:bullet-char="●"> - <style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="6" text:bullet-char="●"> - <style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="7" text:bullet-char="●"> - <style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="8" text:bullet-char="●"> - <style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="9" text:bullet-char="●"> - <style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="10" text:bullet-char="●"> - <style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - </text:list-style> - <text:list-style style:name="L2"> - <text:list-level-style-bullet text:level="1" text:bullet-char="●"> - <style:list-level-properties text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="2" text:bullet-char="●"> - <style:list-level-properties text:space-before="0.6cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="3" text:bullet-char="●"> - <style:list-level-properties text:space-before="1.2cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="4" text:bullet-char="●"> - <style:list-level-properties text:space-before="1.8cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="5" text:bullet-char="●"> - <style:list-level-properties text:space-before="2.4cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="6" text:bullet-char="●"> - <style:list-level-properties text:space-before="3cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="7" text:bullet-char="●"> - <style:list-level-properties text:space-before="3.6cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="8" text:bullet-char="●"> - <style:list-level-properties text:space-before="4.2cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="9" text:bullet-char="●"> - <style:list-level-properties text:space-before="4.8cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - <text:list-level-style-bullet text:level="10" text:bullet-char="●"> - <style:list-level-properties text:space-before="5.4cm" text:min-label-width="0.6cm"/> - <style:text-properties fo:font-family="StarSymbol" style:use-window-font-color="true" fo:font-size="45%"/> - </text:list-level-style-bullet> - </text:list-style> </office:automatic-styles> <office:body> <office:presentation> - <draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-name="Title" presentation:presentation-page-layout-name="AL1T0" xml:id="id7" draw:id="id7"> + <draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-name="Freshes" presentation:presentation-page-layout-name="AL1T0" xml:id="id7" draw:id="id7"> <office:forms form:automatic-focus="false" form:apply-design-mode="false"/> -e ... etc. - the rest is truncated