summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lotuswordproStephan Bergmann1-79/+79
2019-07-20Fix typosAndrea Gelmini1-2/+2
2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin2-6/+3
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-21/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-01-07use unique_ptr in lotuswordproNoel Grandin3-8/+6
2018-12-05loplugin:singlevalfields in lotuswordproNoel Grandin1-8/+0
2018-11-13loplugin singlevalfields improvementNoel Grandin2-5/+1
2018-10-17loplugin:unusedmethodsNoel Grandin1-37/+0
2018-10-16loplugin:singlevalfields in lotuswordproNoel Grandin6-215/+9
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-26Fix typoAndrea Gelmini1-1/+1
2018-09-26loplugin:useuniqueptr in XFIndexNoel Grandin1-6/+0
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-12loplugin:useuniqueptr in lotuswordproNoel Grandin1-9/+8
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin6-10/+1
2018-07-28loplugin:stringloop in lotuswordproNoel Grandin3-15/+20
2018-06-25loplugin:useuniqueptr in XFStyleManagerNoel Grandin1-8/+3
2018-06-13Fix typosAndrea Gelmini1-1/+1
2018-04-16-Werror,-Wunused-variableStephan Bergmann1-1/+0
2018-04-14Fix typosAndrea Gelmini1-1/+1
2018-04-03loplugin:useuniqueptr in XFStyleContainerNoel Grandin5-56/+47
2018-03-30Use for-range loops in lotuswordproJulien Nabet13-111/+73
2018-03-06ofz: memory leakCaolán McNamara6-21/+19
2018-03-05loplugin:useuniqueptr in XFConfigManagerNoel Grandin1-15/+6
2018-03-05loplugin:useuniqueptr in XFPageMasterNoel Grandin1-25/+17
2018-03-05loplugin:useuniqueptr in XFFrameStyleNoel Grandin1-16/+4
2018-03-05loplugin:useuniqueptr in XFParaStyleNoel Grandin1-17/+9
2018-03-05loplugin:useuniqueptr in XFHeaderStyleNoel Grandin1-13/+5
2018-03-05loplugin:useuniqueptr in XFDrawStyleNoel Grandin1-8/+2
2018-02-12ofz#6208 Indirect-leakCaolán McNamara1-3/+6
2018-02-12various leaksCaolán McNamara1-4/+4
2018-02-01loplugin:datamembershadow in XFCellStyleNoel Grandin1-2/+0
2018-01-31loplugin:datamembershadow in lotuswordproNoel Grandin3-13/+13
2018-01-12More loplugin:cstylecast: lotuswordproStephan Bergmann3-5/+5
2017-11-06loplugin:constparams in various(2)Noel Grandin4-4/+4
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann65-147/+147
2017-10-19use std::unique_ptr in lotuswordproNoel Grandin1-47/+28
2017-10-17Move lotuswordpro include files to common include directoryStephan Bergmann159-13239/+149
2017-10-16Make inclusion of relevant include files more preciseStephan Bergmann1-0/+4
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2-2/+2
2017-08-11Typos about "translate"Julien Nabet3-3/+3
2017-08-01loplugin:constparams in lotuswordproNoel Grandin39-89/+89
2017-07-23lwp: delete bogus copy ctorJochen Nitschke1-1/+2
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-3/+3
2017-06-26lotuswordpro: remove trivial copy assignment operatorsJochen Nitschke4-22/+0
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin1-2/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-04Replace all OUString("") with OUString()Arnaud Versini2-14/+14