summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctempl.cxx
AgeCommit message (Expand)AuthorFilesLines
14 daysno need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-10-31cid#1607945 Data race conditionCaolán McNamara1-11/+3
2024-08-14cid#1557708 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-10loplugin:ostr in sfx2Noel Grandin1-5/+5
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sfx2Stephan Bergmann1-2/+2
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-13/+12
2023-08-24Template: tdf#86483: Add Japanese template to the Localization categoryJun Nogata1-2/+4
2023-02-22osl::Mutex->std::mutex in SfxDocTemplate_ImplNoel Grandin1-16/+18
2022-11-04Templates: tdf#86483: Add "Localization" category and add a template for zh_CNKevin Suo1-0/+2
2022-10-04Templates: Make localized names for "Simple" and "BPMN" show on the UIKevin Suo1-2/+6
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin1-3/+4
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-2/+2
2022-02-06Simplify sequence in sfx2Julien Nabet1-4/+10
2021-11-26loplugin:stringliteraldefine in sfx2Noel Grandin1-31/+31
2021-11-03put the message into static_assertCaolán McNamara1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in sfx2Mike Kaganski1-3/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-3/+3
2021-06-09Simplify Sequences initializations (sfx2)Julien Nabet1-7/+1
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-8/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-10-22long->tools::Long in sfx2Noel1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-30/+30
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin1-1/+1
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-21/+0
2019-12-14loplugin:expandablemethodsNoel Grandin1-6/+2
2019-11-23cppcheck: performing initialization in initialization list (sfx2/doctempl)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+13
2019-08-27loplugin:constmethod in sfx2Noel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin1-3/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-22loplugin:unusedfields in sfx2Noel Grandin1-3/+0
2019-02-07loplugin:flatten in sfx2Noel Grandin1-38/+38
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-4/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-18use unique_ptr in SfxDocTemplate_Impl::InsertRegionNoel Grandin1-18/+10
2018-10-09loplugin:constfields in sfx2Noel Grandin1-1/+1
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2017-12-09tdf#114088 Translate default template namesGabor Kelemen1-1/+41
2017-11-03sfx2: Simplify SfxDocTemplate_Impl with std::unique_ptrTakeshi Abe1-23/+13