81002bc718
Change-Id: Ia553a24693f2ffc0f580c9869b82f0d01a1a0ffb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137693 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> |
||
---|---|---|
.. | ||
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.