2e32150731
Change-Id: Ief9a0732d50af95d679d1d6b66dec9d2e2d141df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135132 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.