summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-6/+6
2020-12-26tdf#124176 Use pragma once in writerperfecthalfhiddencode4-16/+4
2020-12-19make *String(string_view) constructors explicitNoel Grandin2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel4-11/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-6/+6
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel3-16/+17
2020-10-16writerfilter: use the fastparser API when possibleNoel2-12/+22
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