summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctempl.cxx
AgeCommit message (Expand)Author
2021-06-09Simplify Sequences initializations (sfx2)Julien Nabet
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-22long->tools::Long in sfx2Noel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-12-14loplugin:expandablemethodsNoel Grandin
2019-11-23cppcheck: performing initialization in initialization list (sfx2/doctempl)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-27loplugin:constmethod in sfx2Noel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-22loplugin:unusedfields in sfx2Noel Grandin
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-18use unique_ptr in SfxDocTemplate_Impl::InsertRegionNoel Grandin
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-09tdf#114088 Translate default template namesGabor Kelemen
2017-11-03sfx2: Simplify SfxDocTemplate_Impl with std::unique_ptrTakeshi Abe
2017-11-01sfx2: Simplify RegionData_Impl's code with std::unique_ptrTakeshi Abe
2017-10-31sfx2: Kill dead codeTakeshi Abe
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in sfx2Noel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-04-18Reduce scope and simplify by early returnMatteo Casalin
2017-04-18Reduce scope and simplifyMatteo Casalin
2017-04-18OUStrings: constify and avoid temporariesMatteo Casalin
2017-02-06Add missing #includesStephan Bergmann
2017-01-09New loplugin:externvar: sfx2Stephan Bergmann
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-10-24tdf#75280 Clean up usage of sal_uIntPtr.Hieronymous
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann