summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/DataProviderHandler.cxx
AgeCommit message (Expand)Author
2022-04-01Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara
2021-10-11loplugin:moveparam in reportdesignNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-09Even more simplification in initializations (reportdesign)Julien Nabet
2021-06-09Simplify Sequences initializations (reportdesign)Julien Nabet
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-16loplugin:referencecasting in reportdesignNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
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-07-25reportdesign/ui: create instances with uno constructorsNoel Grandin
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen
2020-04-02loplugin:flatten in reportdesignNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-10-23loplugin:includeform: reportdesignStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke
2017-02-21loplugin:subtlezeroinit: reportdesignStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2015-12-22loplugin:unusedfields in reportdesignNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2015-01-28Use vector::dataStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-18LEM TODO noteLionel Elie Mamane
2014-12-15reportdesign: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-11Fix previous commit (reportdesign part, following)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet