office-gobmx/writerfilter/source/ooxml
Regina Henschel e4515c1305 tdf#149840 Use actual outer size for SmartArt in Writer
SmartArt import needs the outer size of the diagram for to define a
background shape in the correct size and calculate the size of the
diagram shapes relative to the outer size. The patch passes the values
read from wp:extent in writerfilter to DiagramGraphicDataContext in oox.

Change-Id: Ib39227bc645ac353336bab2c558d041974188f6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141223
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-10-13 08:56:22 +02:00
..
factory_ns.py
factoryimpl.py
factoryimpl_ns.py
factoryinc.py
Handler.cxx
Handler.hxx
model.xml
modelpreprocess.py
OOXMLBinaryObjectReference.cxx
OOXMLBinaryObjectReference.hxx
OOXMLDocumentImpl.cxx
OOXMLDocumentImpl.hxx
OOXMLFactory.cxx
OOXMLFactory.hxx
OOXMLFastContextHandler.cxx
OOXMLFastContextHandler.hxx
OOXMLFastDocumentHandler.cxx
OOXMLFastDocumentHandler.hxx
OOXMLFastHelper.hxx
OOXMLParserState.cxx
OOXMLParserState.hxx
OOXMLPropertySet.cxx
OOXMLPropertySet.hxx
OOXMLStreamImpl.cxx
OOXMLStreamImpl.hxx
qnametostr.py
README
resourceids.py
tox.ini

= DOCX tokenizer

== Coding style

This directory uses the PEP 8 (see
<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
Please run

----
pycodestyle *.py
----

before committing.