Repository.mk | 1 extras/CustomTarget_tpldraw.mk | 111 extras/Module_extras.mk | 2 extras/Package_tpldraw.mk | 16 extras/source/templates/draw/bpmn/META-INF/manifest.xml | 8 extras/source/templates/draw/bpmn/Thumbnails/thumbnail.png |binary extras/source/templates/draw/bpmn/content.xml | 4154 +++++++++++++ extras/source/templates/draw/bpmn/meta.xml | 2 extras/source/templates/draw/bpmn/mimetype | 1 extras/source/templates/draw/bpmn/styles.xml | 258 include/sfx2/strings.hrc | 1 sfx2/inc/strings.hxx | 1 12 files changed, 4555 insertions(+)
New commits: commit fe1629a5c2b96c1d1ccd7e1c7a824796c02992a3 Author: andreas kainz <kain...@gmail.com> AuthorDate: Tue May 5 20:36:57 2020 +0200 Commit: andreas_kainz <kain...@gmail.com> CommitDate: Wed May 6 13:10:52 2020 +0200 Template: add Draw BPMN template Change-Id: Ib3dca0ea391718bb92827764f197fe24143e9805 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93514 Tested-by: Jenkins Reviewed-by: andreas_kainz <kain...@gmail.com> diff --git a/Repository.mk b/Repository.mk index 4479ed901e23..66581f40b1c1 100644 --- a/Repository.mk +++ b/Repository.mk @@ -895,6 +895,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ extras_tploffimisc \ extras_tplpresnt \ extras_tpl_styles \ + extras_tpldraw \ extras_tplpersonal \ extras_tplwizbitmap \ extras_tplwizdesktop \ diff --git a/extras/CustomTarget_tpldraw.mk b/extras/CustomTarget_tpldraw.mk new file mode 100644 index 000000000000..69e1f63848b7 --- /dev/null +++ b/extras/CustomTarget_tpldraw.mk @@ -0,0 +1,111 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/draw)) + +extras_TEMPLATES_DRAW := \ + bpmn \ + + +extras_DRAW_XMLFILES := \ + bpmn/content.xml \ + bpmn/META-INF/manifest.xml \ + bpmn/meta.xml \ + bpmn/styles.xml \ + bpmn/Thumbnails/thumbnail.png \ + + +extras_DRAW_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_DRAW),$(atexts)/mimetype) + + +$(call gb_CustomTarget_get_target,extras/source/templates/draw) : \ + $(foreach atexts,$(extras_TEMPLATES_DRAW),$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/$(atexts).ott) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%/mimetype : $(SRCDIR)/extras/source/templates/draw/%/mimetype + $(call gb_Output_announce,templates/draw/$*/mimetype,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*/mimetype,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*/mimetype,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.jpg : $(SRCDIR)/extras/source/templates/draw/%.jpg + $(call gb_Output_announce,templates/draw/$*.jpg,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*.jpg,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*.jpg,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.png : $(SRCDIR)/extras/source/templates/draw/%.png + $(call gb_Output_announce,templates/draw/$*.png,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*.png,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*.png,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.rdf : $(SRCDIR)/extras/source/templates/draw/%.rdf + $(call gb_Output_announce,templates/draw/$*.rdf,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*.rdf,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*.rdf,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.svg : $(SRCDIR)/extras/source/templates/draw/%.svg + $(call gb_Output_announce,templates/draw/$*.svg,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*.svg,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*.svg,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.svm : $(SRCDIR)/extras/source/templates/draw/%.svm + $(call gb_Output_announce,templates/draw/$*.svm,$(true),CPY,1) + $(call gb_Trace_StartRange,templates/draw/$*.svm,CPY) + cp $< $@ + $(call gb_Trace_EndRange,templates/draw/$*.svm,CPY) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.xml : $(SRCDIR)/extras/source/templates/draw/%.xml \ + | $(call gb_ExternalExecutable_get_dependencies,xsltproc) + $(call gb_Output_announce,templates/draw/$*.xml,$(true),XSL,1) + $(call gb_Trace_StartRange,templates/draw/$*.xml,XSL) + $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $< + $(call gb_Trace_EndRange,templates/draw/$*.xml,XSL) + +$(call gb_CustomTarget_get_workdir,extras/source/templates/draw)/%.ott : + $(call gb_Output_announce,templates/draw/$*.ott,$(true),ZIP,2) + $(call gb_Trace_StartRange,templates/draw/$*.ott,ZIP) + $(call gb_Helper_abbreviate_dirs,\ + cd $(EXTRAS_DRAW_DIR) && \ + zip -q0X --filesync --must-match $@ $(EXTRAS_DRAW_MIMEFILES_FILTER) && \ + zip -qrX --must-match $@ $(EXTRAS_DRAW_XMLFILES_FILTER) \ + ) + $(call gb_Trace_EndRange,templates/draw/$*.ott,ZIP) + +define extras_Tpldraw_make_file_deps +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : $(SRCDIR)/$(1)/$(2) \ + | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir + +endef + +define extras_Tpldraw_make_zip_deps +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + $(addprefix $(call gb_CustomTarget_get_workdir,$(1))/,$(filter $(3)/%,$(extras_DRAW_MIMETYPEFILES) $(extras_DRAW_XMLFILES))) \ + | $(dir $(call gb_CustomTarget_get_workdir,$(1))/$(2)).dir + +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_DRAW_MIMEFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_DRAW_MIMETYPEFILES)),$(subst $(3)/,,$(file))) +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_DRAW_XMLFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_DRAW_XMLFILES)),$(subst $(3)/,,$(file))) +$(call gb_CustomTarget_get_workdir,$(1))/$(2) : \ + EXTRAS_DRAW_DIR := $(call gb_CustomTarget_get_workdir,$(1))/$(3) + +endef + +$(eval $(foreach file,$(extras_DRAW_MIMETYPEFILES) $(extras_DRAW_XMLFILES),\ + $(call extras_Tpldraw_make_file_deps,extras/source/templates/draw,$(file)) \ +)) + +$(eval $(foreach atexts,$(extras_TEMPLATES_DRAW),\ + $(call extras_Tpldraw_make_zip_deps,extras/source/templates/draw,$(atexts).ott,$(atexts)) \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index b1ca87077c50..bb14928f9971 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -18,6 +18,7 @@ $(eval $(call gb_Module_add_targets,extras,\ CustomTarget_tplpersonal \ CustomTarget_tplpresnt \ CustomTarget_tpl_styles \ + CustomTarget_tpldraw \ Package_autocorr \ Package_autotextuser \ Package_cfgsrvnolang \ @@ -39,6 +40,7 @@ $(eval $(call gb_Module_add_targets,extras,\ Package_tplpersonal \ Package_tplpresnt \ Package_tpl_styles \ + Package_tpldraw \ Package_tplwizagenda \ Package_tplwizbitmap \ Package_tplwizdesktop \ diff --git a/extras/Package_tpldraw.mk b/extras/Package_tpldraw.mk new file mode 100644 index 000000000000..b6d72e3eb595 --- /dev/null +++ b/extras/Package_tpldraw.mk @@ -0,0 +1,16 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_Package_Package,extras_tpldraw,$(call gb_CustomTarget_get_workdir,extras/source/templates/draw))) + +$(eval $(call gb_Package_add_files,extras_tpldraw,$(LIBO_SHARE_FOLDER)/template/common/draw,\ + bpmn.ott \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/source/templates/draw/bpmn/META-INF/manifest.xml b/extras/source/templates/draw/bpmn/META-INF/manifest.xml new file mode 100644 index 000000000000..bf00d8e92971 --- /dev/null +++ b/extras/source/templates/draw/bpmn/META-INF/manifest.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"> + <manifest:file-entry manifest:full-path="/" manifest:version="1.2" manifest:media-type="application/vnd.oasis.opendocument.graphics-template"/> + <manifest:file-entry manifest:full-path="meta.xml" manifest:media-type="text/xml"/> + <manifest:file-entry manifest:full-path="styles.xml" manifest:media-type="text/xml"/> + <manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/> + <manifest:file-entry manifest:full-path="Thumbnails/thumbnail.png" manifest:media-type="image/png"/> +</manifest:manifest> diff --git a/extras/source/templates/draw/bpmn/Thumbnails/thumbnail.png b/extras/source/templates/draw/bpmn/Thumbnails/thumbnail.png new file mode 100644 index 000000000000..342b413b25f6 Binary files /dev/null and b/extras/source/templates/draw/bpmn/Thumbnails/thumbnail.png differ diff --git a/extras/source/templates/draw/bpmn/content.xml b/extras/source/templates/draw/bpmn/content.xml new file mode 100644 index 000000000000..5bff85ecd219 --- /dev/null +++ b/extras/source/templates/draw/bpmn/content.xml @@ -0,0 +1,4154 @@ +<?xml version="1.0" encoding="UTF-8"?> +<office:document-content 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:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1 .0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:d atastyle:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" office:version="1.2"> + <office:scripts/> + <office:font-face-decls> + <style:font-face style:name="Trebuchet MS1" svg:font-family="Trebuchet MS"/> + <style:font-face style:name="Lucida Sans1" svg:font-family="Lucida Sans" style:font-pitch="variable"/> + <style:font-face style:name="Trebuchet MS" svg:font-family="Trebuchet MS" 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="Liberation Serif" svg:font-family="Liberation Serif" 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="Liberation Sans1" svg:font-family="Liberation Sans" style:font-family-generic="swiss" style:font-pitch="variable"/> + <style:font-face style:name="Lohit Devanagari" svg:font-family="Lohit Devanagari" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Lucida Sans" svg:font-family="Lucida Sans" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Microsoft YaHei" svg:font-family="Microsoft YaHei" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Noto Sans CJK SC" svg:font-family="Noto Sans CJK SC" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Segoe UI" svg:font-family="Segoe UI" style:font-family-generic="system" style:font-pitch="variable"/> + <style:font-face style:name="Tahoma" svg:font-family="Tahoma" 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:style style:name="gr1" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#ffff00" draw:fill="solid" draw:fill-color="#ffffa6" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="1cm" fo:min-width="18.5cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr2" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.433cm" fo:min-width="2.318cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr3" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.433cm" fo:min-width="2.576cm"/> + <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 svg:stroke-width="0.1cm" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm" draw:stroke-linejoin="round" svg:stroke-linecap="round" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr5" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:textarea-vertical-align="middle" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr6" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke-linejoin="round" svg:stroke-linecap="round"/> + </style:style> + <style:style style:name="gr7" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.15cm" fo:min-width="0.1cm"/> + </style:style> + <style:style style:name="gr8" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr9" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#3465a4" draw:fill="none" draw:fill-color="#ffffff" fo:min-height="2.365cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr10" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#3465a4" draw:fill="none" draw:fill-color="#ffffff" fo:min-height="1.938cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr11" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm" svg:stroke-linecap="square" draw:fill="none" draw:textarea-vertical-align="middle" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr12" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm" draw:fill="none" draw:textarea-vertical-align="middle" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr13" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Dot" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr14" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_19"/> + </style:style> + <style:style style:name="gr15" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_20"/> + </style:style> + <style:style style:name="gr16" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_21"/> + </style:style> + <style:style style:name="gr17" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_22"/> + </style:style> + <style:style style:name="gr18" 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="true" fo:min-height="0.789cm" fo:min-width="1.153cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr19" 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="true" fo:min-height="0.789cm" fo:min-width="1.484cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr20" 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="true" fo:min-height="0.395cm" fo:min-width="1.784cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </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:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.556cm" fo:min-width="6.005cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr22" 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="true" fo:min-height="0.556cm" fo:min-width="5.484cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr23" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.025cm" svg:stroke-color="#000000" draw:marker-start-width="0.238cm" draw:marker-end="Arrowheads_20_1" draw:marker-end-width="0.238cm" draw:fill-color="#ffffff" draw:textarea-vertical-align="middle" fo:padding-top="0.138cm" fo:padding-bottom="0.138cm" fo:padding-left="0.263cm" fo:padding-right="0.263cm"/> + </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:textarea-horizontal-align="left" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.789cm" fo:min-width="1.386cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr25" 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="true" fo:min-height="0.556cm" fo:min-width="5.146cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr26" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_23"/> + </style:style> + <style:style style:name="gr27" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_24"/> + </style:style> + <style:style style:name="gr28" 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="true" fo:min-height="0.789cm" fo:min-width="2.495cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr29" 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="true" fo:min-height="0.395cm" fo:min-width="0.997cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr30" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr31" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:textarea-vertical-align="middle" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr32" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr33" 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="true" fo:min-height="0.789cm" fo:min-width="1.501cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr34" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:stroke-linejoin="miter" svg:stroke-linecap="butt" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr35" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:stroke-linejoin="round" svg:stroke-linecap="round"/> + </style:style> + <style:style style:name="gr36" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:stroke-linejoin="none" svg:stroke-linecap="round"/> + </style:style> + <style:style style:name="gr37" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.025cm" svg:stroke-color="#000000" draw:marker-start-width="0.237cm" draw:marker-end-width="0.237cm" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="7.476cm" fo:min-width="27.476cm" fo:padding-top="0.137cm" fo:padding-bottom="0.137cm" fo:padding-left="0.262cm" fo:padding-right="0.262cm"/> + </style:style> + <style:style style:name="gr38" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.025cm" svg:stroke-color="#000000" draw:marker-start-width="0.237cm" draw:marker-end-width="0.237cm" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="7.476cm" fo:min-width="27.609cm" fo:padding-top="0.137cm" fo:padding-bottom="0.137cm" fo:padding-left="0.262cm" fo:padding-right="0.262cm"/> + </style:style> + <style:style style:name="gr39" 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="true" fo:min-height="0.789cm" fo:min-width="1.31cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr40" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_34"/> + </style:style> + <style:style style:name="gr41" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_35"/> + </style:style> + <style:style style:name="gr42" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_36"/> + </style:style> + <style:style style:name="gr43" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_37"/> + </style:style> + <style:style style:name="gr44" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_38"/> + </style:style> + <style:style style:name="gr45" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_39"/> + </style:style> + <style:style style:name="gr46" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_40"/> + </style:style> + <style:style style:name="gr47" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_41"/> + </style:style> + <style:style style:name="gr48" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_42"/> + </style:style> + <style:style style:name="gr49" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_43"/> + </style:style> + <style:style style:name="gr50" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_44"/> + </style:style> + <style:style style:name="gr51" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_45"/> + </style:style> + <style:style style:name="gr52" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_46"/> + </style:style> + <style:style style:name="gr53" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties svg:stroke-width="0.025cm" svg:stroke-color="#000000" draw:marker-start-width="0.237cm" draw:marker-end-width="0.237cm" draw:fill="solid" draw:textarea-vertical-align="middle" fo:padding-top="0.137cm" fo:padding-bottom="0.137cm" fo:padding-left="0.262cm" fo:padding-right="0.262cm"/> + </style:style> + <style:style style:name="gr54" 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="true" fo:min-height="0.789cm" fo:min-width="2.318cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr55" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_25"/> + </style:style> + <style:style style:name="gr56" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_26"/> + </style:style> + <style:style style:name="gr57" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_27"/> + </style:style> + <style:style style:name="gr58" 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="true" fo:min-height="0.789cm" fo:min-width="1.526cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr59" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_28"/> + </style:style> + <style:style style:name="gr60" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_29"/> + </style:style> + <style:style style:name="gr61" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_30"/> + </style:style> + <style:style style:name="gr62" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_31"/> + </style:style> + <style:style style:name="gr63" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_32"/> + </style:style> + <style:style style:name="gr64" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:marker-end="Arrowheads_20_33"/> + </style:style> + <style:style style:name="gr65" 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="true" fo:min-height="0.789cm" fo:min-width="2.267cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr66" 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="true" fo:min-height="0.681cm" fo:min-width="3.418cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr67" 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="true" fo:min-height="0.556cm" fo:min-width="6.441cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr68" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:stroke-linejoin="miter" svg:stroke-linecap="butt"/> + </style:style> + <style:style style:name="gr69" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Dot" draw:marker-start="Arrowheads_20_17" draw:marker-end="Arrowheads_20_18" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr70" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Fine_20_Dashed" svg:stroke-width="0.025cm" svg:stroke-color="#808080" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:fill="none" fo:padding-top="0.012cm" fo:padding-bottom="0.012cm" fo:padding-left="0.012cm" fo:padding-right="0.012cm"/> + </style:style> + <style:style style:name="gr71" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="stroke-dash302" svg:stroke-width="0.025cm" svg:stroke-color="#8c8c8c" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:fill="none" fo:padding-top="0.012cm" fo:padding-bottom="0.012cm" fo:padding-left="0.012cm" fo:padding-right="0.012cm"/> + </style:style> + <style:style style:name="gr72" 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" fo:min-height="1.234cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr73" 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" fo:min-height="1.155cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr74" 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="true" fo:min-height="0.789cm" fo:min-width="3.245cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr75" 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="true" fo:min-height="0.395cm" fo:min-width="1.793cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr76" 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="true" fo:min-height="0.395cm" fo:min-width="1.543cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr77" 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="true" fo:min-height="0.395cm" fo:min-width="1.424cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr78" 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="true" fo:min-height="0.789cm" fo:min-width="3.478cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr79" 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="true" fo:min-height="0.789cm" fo:min-width="3.185cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr80" 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="true" fo:min-height="0.789cm" fo:min-width="2.326cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr81" style:family="graphic" style:parent-style-name="Filled_20_Green"> + <style:graphic-properties draw:fill="solid" draw:fill-color="#00a933" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="1cm" fo:min-width="4.5cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr82" style:family="graphic" style:parent-style-name="Filled_20_Yellow"> + <style:graphic-properties draw:fill="solid" draw:fill-color="#ffbf00" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="1cm" fo:min-width="6cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr83" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="solid" draw:stroke-dash="Fine_20_Dashed" svg:stroke-width="0.025cm" svg:stroke-color="#808080" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:fill="none" fo:padding-top="0.012cm" fo:padding-bottom="0.012cm" fo:padding-left="0.012cm" fo:padding-right="0.012cm"/> + </style:style> + <style:style style:name="gr84" style:family="graphic" style:parent-style-name="Filled_20_Yellow"> + <style:graphic-properties draw:fill="solid" draw:fill-color="#ff0000" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="1cm" fo:min-width="1.5cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr85" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Long_20_Dot" draw:stroke-linejoin="round" svg:stroke-linecap="round"/> + </style:style> + <style:style style:name="gr86" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:stroke-linejoin="round" svg:stroke-linecap="round" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr87" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0cm" fo:min-width="0cm"/> + </style:style> + <style:style style:name="gr88" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr89" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.08cm" fo:min-width="0.03cm" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr90" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.36cm" draw:marker-end-width="0.36cm" draw:stroke-linejoin="round" svg:stroke-linecap="round" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr91" 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" fo:min-height="2.365cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr92" 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" fo:min-height="1.35cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr93" 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" fo:min-height="1.577cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr94" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr95" 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" fo:min-height="3.153cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr96" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties fo:min-height="0cm" fo:min-width="0cm"/> + </style:style> + <style:style style:name="gr97" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#3465a4" draw:fill="none" draw:fill-color="#ffffff" fo:min-height="1.577cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr98" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" svg:stroke-color="#3465a4" draw:fill="none" draw:fill-color="#ffffff" fo:min-height="1.35cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr99" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_4" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle" draw:start-line-spacing-horizontal="0.5cm" draw:start-line-spacing-vertical="0.5cm" draw:end-line-spacing-horizontal="0.5cm" draw:end-line-spacing-vertical="0.5cm"/> + </style:style> + <style:style style:name="gr100" 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" fo:min-height="0.497cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr101" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_5" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr102" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_6" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr103" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_7" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr104" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_6" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr105" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_7" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr106" 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" fo:min-height="0.789cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr107" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_8" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr108" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_9" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr109" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_10" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr110" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_11" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr111" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_12" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr112" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_13" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr113" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_14" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr114" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:marker-end="Arrowheads_20_15" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr115" style:family="graphic" style:parent-style-name="objectwithoutfill"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Dot" draw:marker-start="Arrowheads_20_17" draw:marker-end="Arrowheads_20_18" draw:marker-end-width="0.3cm" draw:fill="none" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr116" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Long_20_Dot" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr117" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.209cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr118" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.793cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr119" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.407cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr120" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.225cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr121" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="2.368cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr122" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.175cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr123" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="0.921cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr124" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.924cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr125" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="1.251cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr126" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.478cm" fo:min-width="1.485cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr127" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.407cm" fo:min-width="2.216cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr128" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="left" draw:textarea-vertical-align="top" draw:auto-grow-height="true" draw:auto-grow-width="true" fo:min-height="0.438cm" fo:min-width="1.899cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr129" style:family="graphic" style:parent-style-name="Accent_20_2"> + <style:graphic-properties svg:stroke-width="0.1cm" draw:marker-start-width="0.37cm" draw:marker-end-width="0.37cm" draw:stroke-linejoin="miter" svg:stroke-linecap="square" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0cm" fo:min-width="0cm" fo:padding-top="0.16cm" fo:padding-bottom="0.16cm" fo:padding-left="0.285cm" fo:padding-right="0.285cm"/> + </style:style> + <style:style style:name="gr130" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Double_20_Dash_20_Dot" draw:stroke-linejoin="round" svg:stroke-linecap="round"/> + </style:style> + <style:style style:name="gr131" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:stroke="dash" draw:stroke-dash="Double_20_Dash_20_Dot" draw:stroke-linejoin="round" svg:stroke-linecap="round" draw:textarea-vertical-align="middle"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr132" 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" fo:min-height="1.677cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr133" 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" fo:min-height="1.183cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr134" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.751cm" fo:min-width="0cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="gr135" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties draw:textarea-vertical-align="middle"/> + </style:style> + <style:style style:name="gr136" 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" fo:min-height="1.971cm"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="P1" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="18pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="P2" style:family="paragraph"> + <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffa6"/> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="18pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="P3" style:family="paragraph"> + <style:paragraph-properties fo:text-align="start"/> + </style:style> + <style:style style:name="P4" style:family="paragraph"> + <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P5" style:family="paragraph"> + <style:paragraph-properties style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P6" style:family="paragraph"> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P7" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"> + <style:tab-stops/> + </style:paragraph-properties> + </style:style> + <style:style style:name="P8" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"> + <style:tab-stops/> + </style:paragraph-properties> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="18pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="18pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P9" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P10" style:family="paragraph"> + <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P11" style:family="paragraph"> + <loext:graphic-properties draw:fill="none"/> + <style:paragraph-properties fo:text-align="center"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P12" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center"/> + </style:style> + <style:style style:name="P13" 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:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </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:font-size="14pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:font-size-asian="14pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="14pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="P15" style:family="paragraph"> + <loext:graphic-properties draw:fill-color="#ffffff"/> + <style:paragraph-properties fo:text-align="center"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P16" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="P17" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="18pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="18pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P18" style:family="paragraph"> + <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> + <style:paragraph-properties fo:text-align="center"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P19" style:family="paragraph"> + <loext:graphic-properties draw:fill="solid"/> + <style:paragraph-properties fo:text-align="center"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P20" 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:font-size="18pt" fo:language="zxx" fo:country="none" style:text-underline-style="none" fo:font-weight="bold" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="P21" 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="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="11pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="11pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P22" style:family="paragraph"> + <loext:graphic-properties draw:fill="none"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P23" style:family="paragraph"> + <loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/> + <style:paragraph-properties style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P24" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P25" style:family="paragraph"> + <loext:graphic-properties draw:fill="solid" draw:fill-color="#00a933"/> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P26" style:family="paragraph"> + <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffbf00"/> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P27" style:family="paragraph"> + <loext:graphic-properties draw:fill="solid" draw:fill-color="#ff0000"/> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P28" 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:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P29" 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 style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="P30" style:family="paragraph"> + <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> + </style:style> + <style:style style:name="P31" style:family="paragraph"> + <loext:graphic-properties draw:fill="none"/> + <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P32" style:family="paragraph"> + <style:paragraph-properties fo:text-align="start" style:writing-mode="lr-tb"/> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="11pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="11pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P33" style:family="paragraph"> + <style:paragraph-properties fo:text-align="center" style:writing-mode="lr-tb"/> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="P34" 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:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T1" style:family="text"> + <style:text-properties fo:font-size="18pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="T2" style:family="text"> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T3" style:family="text"> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="18pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="18pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T4" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="T5" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-weight="normal" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="normal" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="normal"/> + </style:style> + <style:style style:name="T6" style:family="text"> + <style:text-properties fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T7" style:family="text"> + <style:text-properties fo:font-size="14pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:font-size-asian="14pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="14pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="T8" style:family="text"> + <style:text-properties fo:font-size="14pt" fo:language="zxx" fo:country="none" style:text-underline-style="none" fo:font-weight="bold" style:font-size-asian="14pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="14pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="T9" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T10" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:font-size-asian="10.5pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="10.5pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </style:style> + <style:style style:name="T11" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10.5pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="10.5pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T12" style:family="text"> + <style:text-properties style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-style="italic" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-style-asian="italic" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none" style:font-style-complex="italic"/> + </style:style> + <style:style style:name="T13" style:family="text"> + <style:text-properties fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="4pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="4pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T14" style:family="text"> + <style:text-properties fo:font-size="11pt" fo:language="zxx" fo:country="none" style:font-size-asian="11pt" style:language-asian="zxx" style:country-asian="none" style:font-size-complex="11pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T15" style:family="text"> + <style:text-properties fo:color="#000000" loext:opacity="100%" style:font-name="Liberation Sans1" fo:font-size="10pt" fo:language="zxx" fo:country="none" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Trebuchet MS1" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T16" style:family="text"> + <style:text-properties fo:language="zxx" fo:country="none" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> + </style:style> + <style:style style:name="T17" style:family="text"> + <style:text-properties fo:font-size="10pt" fo:language="zxx" fo:country="none" fo:font-weight="bold" style:font-size-asian="10pt" style:language-asian="zxx" style:country-asian="none" style:font-weight-asian="bold" style:font-size-complex="10pt" style:language-complex="zxx" style:country-complex="none" style:font-weight-complex="bold"/> + </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:drawing> + <draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-name="Standard"> + <draw:custom-shape draw:style-name="gr1" draw:text-style-name="P2" draw:layer="layout" svg:width="19cm" svg:height="1.25cm" svg:x="1cm" svg:y="1.006cm"> + <text:p text:style-name="P1"> + <text:span text:style-name="T1">BPMN - Tutorial</text:span> + </text:p> + <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/> + </draw:custom-shape> + <draw:frame draw:style-name="gr2" draw:text-style-name="P4" draw:layer="layout" svg:width="2.818cm" svg:height="0.683cm" svg:x="6.253cm" svg:y="8.5cm"> + <draw:text-box> + <text:p text:style-name="P3"> + <text:span text:style-name="T2">Style: Default</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr3" draw:text-style-name="P5" draw:layer="layout" svg:width="3.076cm" svg:height="0.683cm" svg:x="6.253cm" svg:y="9.338cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T2">Style: Accent 2</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:g draw:name="task-call-activity_0"> + <draw:g> + <draw:polygon draw:style-name="gr4" draw:text-style-name="P6" draw:layer="layout" svg:width="0.53cm" svg:height="0.458cm" svg:x="3.234cm" svg:y="12.541cm" svg:viewBox="0 0 531 459" draw:points="0,459 531,459 531,0 0,0"> + <text:p/> + </draw:polygon> + <draw:line draw:style-name="gr4" draw:text-style-name="P6" draw:layer="layout" svg:x1="3.498cm" svg:y1="12.654cm" svg:x2="3.498cm" svg:y2="12.883cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr4" draw:text-style-name="P6" draw:layer="layout" svg:x1="3.367cm" svg:y1="12.77cm" svg:x2="3.631cm" svg:y2="12.77cm"> + <text:p/> + </draw:line> + </draw:g> + <draw:path draw:style-name="gr5" draw:text-style-name="P8" draw:layer="layout" svg:width="2.999cm" svg:height="1.983cm" svg:x="2cm" svg:y="11.016cm" svg:viewBox="0 0 3000 1984" svg:d="M232 1984h2537c128 0 231-103 231-229v-1526c0-126-103-229-231-229h-2537c-128 0-232 103-232 229v1526c0 126 104 229 232 229z"> + <text:p text:style-name="P7"> + <text:span text:style-name="T3">Call Activity</text:span> + </text:p> + </draw:path> + </draw:g> + <draw:path draw:style-name="gr6" draw:text-style-name="P6" draw:layer="layout" svg:width="1cm" svg:height="1cm" svg:x="2.999cm" svg:y="5.999cm" svg:viewBox="0 0 1001 1001" svg:d="M1001 500c0-277-225-500-500-500-277 0-501 223-501 500s224 501 501 501c275 0 500-224 500-501z"> + <text:p/> + </draw:path> + <draw:path draw:style-name="gr6" draw:text-style-name="P6" draw:layer="layout" svg:width="0.881cm" svg:height="0.88cm" svg:x="3.058cm" svg:y="6.059cm" svg:viewBox="0 0 882 881" svg:d="M882 441c0-243-197-441-440-441-244 0-442 198-442 441s198 440 442 440c243 0 440-197 440-440z"> + <text:p/> + </draw:path> + <draw:custom-shape draw:style-name="gr7" draw:text-style-name="P9" draw:layer="layout" svg:width="0.6cm" svg:height="0.4cm" svg:x="3.199cm" svg:y="6.293cm"> + <text:p/> + <draw:enhanced-geometry svg:viewBox="0 0 21600 21600" draw:type="rectangle" draw:enhanced-path="M 0 0 L 21600 0 21600 21600 0 21600 0 0 Z N"/> + </draw:custom-shape> + <draw:polygon draw:style-name="gr8" draw:text-style-name="P9" draw:layer="layout" svg:width="0.599cm" svg:height="0.149cm" svg:x="3.199cm" svg:y="6.293cm" svg:viewBox="0 0 600 150" draw:points="0,0 300,150 600,0"> + <text:p/> + </draw:polygon> + <draw:frame draw:style-name="gr9" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.615cm" svg:x="6.003cm" svg:y="5.75cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T4">Styles </text:span> + <text:span text:style-name="T5">All BPMN gallery items has styles support so the shapes will follow the Default and Accent 2 style from your draw/impress template.</text:span> + </text:p> + <text:p> + <text:span text:style-name="T5">Users can change the BPMN diagram by edit Default and Accent 2 style.</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr10" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.188cm" svg:x="5.97cm" svg:y="10.75cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T4">Direct formating </text:span> + <text:span text:style-name="T5">BPMN gallery items use 11px font size to fit well in writer and draw. Bold borders have 0,10 mm line width.</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr9" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.615cm" svg:x="5.967cm" svg:y="3cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T4">Grid </text:span> + <text:span text:style-name="T5">As all LibreOffice gallery items the BPMN symbols fit perfect into the default grid </text:span> + </text:p> + <text:p> + <text:span text:style-name="T5">- 1x1 cm with 4 subsections</text:span> + </text:p> + <text:p> + <text:span text:style-name="T5">- 0.5x0.5‘‘ with 5 subsections</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:line draw:style-name="gr11" draw:text-style-name="P11" draw:layer="layout" svg:x1="4.5cm" svg:y1="3cm" svg:x2="4.5cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr12" draw:text-style-name="P11" draw:layer="layout" svg:x1="3.5cm" svg:y1="3cm" svg:x2="3.5cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr11" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="3cm" svg:x2="2.5cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr11" draw:text-style-name="P11" draw:layer="layout" svg:x1="4.5cm" svg:y1="5cm" svg:x2="2.5cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr12" draw:text-style-name="P11" draw:layer="layout" svg:x1="4.5cm" svg:y1="4cm" svg:x2="2.5cm" svg:y2="4cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr11" draw:text-style-name="P11" draw:layer="layout" svg:x1="4.5cm" svg:y1="3cm" svg:x2="2.5cm" svg:y2="3cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.75cm" svg:y1="3cm" svg:x2="2.75cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="3.75cm" svg:y1="3cm" svg:x2="3.75cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="4cm" svg:y1="3cm" svg:x2="4cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="3cm" svg:y1="3cm" svg:x2="3cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="3.25cm" svg:y1="3cm" svg:x2="3.25cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="4.25cm" svg:y1="3cm" svg:x2="4.25cm" svg:y2="5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="4.75cm" svg:x2="4.5cm" svg:y2="4.75cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="3.75cm" svg:x2="4.5cm" svg:y2="3.75cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="3.5cm" svg:x2="4.5cm" svg:y2="3.5cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="3.25cm" svg:x2="4.5cm" svg:y2="3.25cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="4.25cm" svg:x2="4.5cm" svg:y2="4.25cm"> + <text:p/> + </draw:line> + <draw:line draw:style-name="gr13" draw:text-style-name="P11" draw:layer="layout" svg:x1="2.5cm" svg:y1="4.5cm" svg:x2="4.5cm" svg:y2="4.5cm"> + <text:p/> + </draw:line> + <draw:frame draw:style-name="gr9" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.615cm" svg:x="5.971cm" svg:y="13.75cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T4">BPMN gallery </text:span> + <text:span text:style-name="T5">gallery items store the styles as direct formating style, so when you move an gallery item into the page click Format → Clear Direct Formating and the gallery items use the defined styles. </text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr10" draw:text-style-name="P10" draw:layer="layout" svg:width="6.783cm" svg:height="2.188cm" svg:x="5.972cm" svg:y="16.751cm"> + <draw:text-box> + <text:p> + <text:span text:style-name="T4">Style Examples </text:span> + <text:span text:style-name="T5">you can play around with Default and Accent 2 style to get nice symbols for example</text:span> + </text:p> + </draw:text-box> + </draw:frame> + </draw:page> + <draw:page draw:name="page2" draw:style-name="dp1" draw:master-page-name="Standard"> + <draw:connector draw:style-name="gr14" draw:text-style-name="P6" draw:layer="layout" svg:x1="13cm" svg:y1="8cm" svg:x2="14cm" svg:y2="7.999cm" draw:start-shape="id1" draw:start-glue-point="1" draw:end-shape="id2" draw:end-glue-point="3" svg:d="M13000 8000h500v-1h500" svg:viewBox="0 0 1001 2"> + <text:p/> + </draw:connector> + <draw:connector draw:style-name="gr15" draw:text-style-name="P6" draw:layer="layout" svg:x1="15cm" svg:y1="7.999cm" svg:x2="16cm" svg:y2="8cm" draw:start-shape="id2" draw:start-glue-point="1" draw:end-shape="id3" draw:end-glue-point="3" svg:d="M15000 7999h483v1h517" svg:viewBox="0 0 1001 2"> + <text:p/> + </draw:connector> + <draw:connector draw:style-name="gr16" draw:text-style-name="P6" draw:layer="layout" svg:x1="8cm" svg:y1="7.5cm" svg:x2="10cm" svg:y2="5cm" draw:start-shape="id4" draw:start-glue-point="0" draw:end-shape="id5" draw:end-glue-point="3" svg:d="M8000 7500v-2500h2000" svg:viewBox="0 0 2001 2501"> + <text:p/> + </draw:connector> + <draw:connector draw:style-name="gr17" draw:text-style-name="P6" draw:layer="layout" svg:x1="13cm" svg:y1="5cm" svg:x2="14.5cm" svg:y2="7.499cm" draw:start-shape="id5" draw:start-glue-point="1" draw:end-shape="id2" draw:end-glue-point="0" svg:d="M13000 5000h1500v2499" svg:viewBox="0 0 1501 2500"> + <text:p/> + </draw:connector> + <draw:frame draw:style-name="gr18" draw:text-style-name="P13" draw:layer="layout" svg:width="1.653cm" svg:height="1.039cm" svg:x="4.597cm" svg:y="8.5cm"> + <draw:text-box> + <text:p text:style-name="P12"> + <text:span text:style-name="T6">Items</text:span> + </text:p> + <text:p text:style-name="P12"> + <text:span text:style-name="T6">fetched</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr19" draw:text-style-name="P13" draw:layer="layout" svg:width="1.984cm" svg:height="1.039cm" svg:x="15.5cm" svg:y="8.5cm"> + <draw:text-box> + <text:p text:style-name="P12"> + <text:span text:style-name="T6">Order</text:span> + </text:p> + <text:p text:style-name="P12"> + <text:span text:style-name="T6">Delivered</text:span> + </text:p> + </draw:text-box> + </draw:frame> + <draw:frame draw:style-name="gr20" draw:text-style-name="P13" draw:layer="layout" svg:width="2.284cm" svg:height="0.645cm" svg:x="7.604cm" svg:y="4.419cm"> ... etc. - the rest is truncated _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits