summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2019-12-18writerperfect[libwps,tdf#128673]: use the inFilter option in headless mode...alonso2-70/+99
2019-12-13loplugin:expandablemethodsNoel Grandin2-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann9-1/+94
2019-11-14clang-format: don't fix up namespace commentsMiklos Vajna1-1/+1
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin1-2/+1
2019-09-29constmethod for accessor-type methodsNoel Grandin2-4/+7
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2019-08-25loplugin:returnconstval in writerperfectNoel Grandin2-2/+2
2019-08-17Use simplified syntax for SequenceJulien Nabet19-38/+19
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet19-231/+73
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-07Remove some unused includesMiklos Vajna2-5/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): writerperfectStephan Bergmann27-27/+27
2019-07-31Always pair openTable/closeTable callsStephan Bergmann1-1/+4
2019-07-21Fix typoAndrea Gelmini1-2/+2
2019-06-21simplify some getSupportedServiceNamesNoel Grandin6-12/+6
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-2/+2
2019-06-20loplugin:logexceptionnicely in variousNoel Grandin1-2/+3
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov5-69/+56
2019-05-31EPUB export: fix not properly paired openPageSpanMark Hung6-11/+23
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-0/+1
2019-04-17EPUB export: make member variable privateMiklos Vajna14-174/+193
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-7/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-26/+16
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-3/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2-0/+2
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen26-3/+26
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+2
2018-11-06convert some macros to local functionsNoel Grandin1-2/+4
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin4-53/+52
2018-10-24weld AdvancedSettingsDialogCaolán McNamara3-3/+3
2018-10-04drop SvMemoryStream::GetBufferNoel Grandin2-4/+4
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov2-14/+10
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara3-19/+16
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-3/+3
2018-09-13new loplugin simplifyconstructNoel Grandin1-2/+0
2018-07-12Add missing sal/log.hxx headersGabor Kelemen10-0/+15
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-3/+3
2018-06-07Fix IWYU warningsMiklos Vajna2-2/+14
2018-05-28loplugin:unusedmethodsNoel Grandin2-6/+0
2018-05-18Fix some IWYU warningsMiklos Vajna5-10/+75
2018-05-15weld WPFTEncodingDialogCaolán McNamara50-142/+124
2018-05-10writerfilter, writerperfect: various small cleanupsMiklos Vajna2-2/+1
2018-05-01convert a sequence of if to a switchDavid Tardon1-23/+27