summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2020-09-27restore PocketWord filter, this time backed by libwpsDavid Tardon1-0/+3
2020-09-17writerperfect: include sal/config.h firstMiklos Vajna1-2/+2
2020-09-17writerperfect: make sure "own" header is the first oneMiklos Vajna1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+7
2020-09-02Remove some unused includesMiklos Vajna1-1/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-47/+47
2020-08-11loplugin:flattenNoel Grandin1-15/+15
2020-07-20compact namespace: writerperfectNoel Grandin17-108/+33
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: writerperfectStephan Bergmann1-1/+1
2020-05-12filter,writerperfect: adapt XHTML,EPUB to draw:mime-type in ODF 1.3Michael Stahl1-1/+1
2020-05-01improve loplugin:makesharedNoel Grandin1-5/+6
2020-04-30no need to use strlen hereNoel Grandin1-6/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen7-7/+0
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-3/+3
2020-02-11tdf#42949 Fix IWYU warnings in writerperfect/Gabor Kelemen42-88/+6
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin14-68/+26
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+3
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+2
2020-01-09writerprefect: add missing braces around try-catchMiklos Vajna1-15/+19
2020-01-08Fix typo/grammarAndrea Gelmini1-1/+1
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