office-gobmx/writerfilter/source/ooxml
Noel Grandin 81002bc718 clang-tidy modernize-pass-by-value in oox
Change-Id: Ia553a24693f2ffc0f580c9869b82f0d01a1a0ffb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137693
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-08-02 14:36:02 +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 clang-tidy modernize-pass-by-value in oox 2022-08-02 14:36:02 +02:00
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.