summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/DefaultInspection.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in reportdesignNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-27osl::Mutex->std::mutex in DefaultComponentInspectorModelNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-10-04loplugin:reducevarscope in reportdesignNoel
2020-07-25reportdesign/ui: create instances with uno constructorsNoel Grandin
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): reportdesignStephan Bergmann
2018-10-19simplify construction of SequenceNoel Grandin
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-10-23loplugin:includeform: reportdesignStephan Bergmann
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2015-12-22loplugin:unusedfields in reportdesignNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-26reportdesign: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-05-02reportdesign: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from reportdesignAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-11remove unnecessary use of OUString constructor in REPORTDESIGN moduleNoel Grandin
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
2013-10-18convert String to OUString in reportdesign moduleNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-10-02re-base on ALv2 code. Includes:Michael Meeks
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2011-12-24catch exception by constant referenceTakeshi Abe