summaryrefslogtreecommitdiff
path: root/writerperfect/README
blob: 2207b6fb19df1f4c95f5dcaf3aa50b0a2c6b9bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
WordPerfect and other filters, wrappers for a set of similar libraries

This collection of filters is here in this folder in addition to the
WordPerfect filter that gave the module its (humorous) name "writerperfect"
because the libraries they use all have the same "style" of API and are
developed, at least partially, by the same person or group of persons.

This module uses astyle to keep consistent coding style. Please run

astyle --options=astyle.options \*.?xx

before committing.
aragraph margin in table cellsLászló Németh 2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin 2019-10-07cid#1130173 Logically dead codeCaolán McNamara 2019-10-01tdf#81100 DOCX: keep "repeat table header" table style settingLászló Németh 2019-09-28loplugin:constmethod in writerfilterNoel Grandin 2019-09-24Use initializer list instead of iterating an array to construct the mapMike Kaganski 2019-09-24tdf#104167 DOCX import: don't map Heading1 to Heading 1 para styleMiklos Vajna 2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin 2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin 2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin 2019-08-10NFC cleanup writerfilter: reuse existing variableJustin Luth 2019-08-10tdf#118936 writerfilter: MultiPropertySet retry on exceptionJustin Luth 2019-08-06tdf#118936 writerfilter: MultiPropertySet exception lost propertiesJustin Luth 2019-08-05writerfilter comment cleanup: keep comment with codeJustin Luth 2019-08-01tdf#126544 writerfilter: check parent style exists before assigningJustin Luth 2019-06-18loplugin:passstuffbyrefNoel Grandin 2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin 2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov 2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai 2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin 2018-09-29Simplify containers iterations in w*Arkadiy Illarionov 2018-09-17New loplugin:externalStephan Bergmann 2018-09-13loplugin:constfields in writerfilterNoel Grandin 2018-09-12~revert tdf#103961: delay merge of default props until exportJustin Luth 2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin