office-gobmx/writerfilter/source/ooxml
Miklos Vajna 5170d822aa writerfilter: remove unused application attribute
Change-Id: Ic4e16f8303611197e7d2a149e85c7b73dc30bcc8
2014-08-25 09:40:31 +02:00
..
factory_ns.py
factoryimpl.py
factoryimpl_ns.py
factoryinc.py
Handler.cxx
Handler.hxx
model.xml
modelpreprocess.py writerfilter: remove unused application attribute 2014-08-25 09:40:31 +02:00
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.hxx
OOXMLPropertySetImpl.cxx
OOXMLPropertySetImpl.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

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

before committing.