office-gobmx/writerfilter/source/ooxml
Noel Grandin 90ddca81ae loplugin:unuseddefaultparams in writerfilter/
Change-Id: Ib5a2f6f0404e8489a9699eac6b0c50e61f31083f
2016-02-25 14:18:54 +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
qnametostrcore.cxx
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

----
pep8 *.py
----

before committing.