summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eventhandler.cxx
AgeCommit message (Expand)Author
2020-07-22extensions/prop: create instances with uno constructorsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-03Upcoming loplugin:elidestringvar: extensionsStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen
2020-01-28remove some unused local varsNoel Grandin
2019-12-19sal_Char->char in extensionsNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-09-29tdf#127863: fix crash when trying to edit assigned macro to a buttonJulien Nabet
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen
2019-03-03weld SvxMacroAssignDlgCaolán McNamara
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-13Modernize a bit extensionsJulien Nabet
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: extensionsStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-02loplugin:casttovoid: extensionsStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-21Fix typosAndrea Gelmini
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-01sequence->vector in extensionsNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2015-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin