office-gobmx/writerfilter/source/ooxml
..
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
OOXMLFastContextHandlerTheme.cxx
OOXMLFastContextHandlerTheme.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.