summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-33/+33
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: reportdesignStephan Bergmann3-7/+7
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin3-7/+7
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski2-10/+9
2023-02-27osl::Mutex->std::mutex in DefaultComponentInspectorModelNoel Grandin1-8/+8
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin2-31/+31
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-06-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin3-12/+15
2022-05-04Just use Any ctor instead of makeAny in reportdesignStephan Bergmann2-15/+15
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara1-1/+2
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin1-8/+8
2021-10-30Prepare for removal of non-const operator[] from Sequence in reportdesignMike Kaganski1-1/+2
2021-10-26Replace macros from reportdesign/source/ui/inspection/metadata.cxxJulien Nabet1-56/+44
2021-10-11loplugin:moveparam in reportdesignNoel Grandin1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin3-10/+10
2021-06-09Even more simplification in initializations (reportdesign)Julien Nabet1-2/+1
2021-06-09Simplify Sequences initializations (reportdesign)Julien Nabet2-8/+9
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet1-4/+4
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-7/+7
2021-02-16loplugin:referencecasting in reportdesignNoel2-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+3
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-9/+10
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-10-04loplugin:reducevarscope in reportdesignNoel2-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-7/+13
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-62/+62
2020-07-25reportdesign/ui: create instances with uno constructorsNoel Grandin4-70/+35
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen4-40/+1
2020-04-02loplugin:flatten in reportdesignNoel Grandin2-90/+90
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-1/+1
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+2
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-1/+1
2019-12-02use weld::WaitObjectCaolán McNamara1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann2-4/+4
2019-10-01loplugin:stringadd in package..saxNoel Grandin1-2/+1
2019-09-13tdf#45789 [API CHANGE] Automatic row height in reportsIlhan Yesil2-0/+3
2019-08-17tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara1-1/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-5/+3
2019-08-15loplugin:sequenceloop in postprocess..reportdesignNoel Grandin2-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann4-4/+4
2019-07-20loplugin:referencecasting in reportdesignNoel Grandin1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1