summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/eventhandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* new loplugin:unusedvariablemoreNoel Grandin2018-04-111-3/+0
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-10/+10
* drop unnecessary includesCaolán McNamara2018-03-201-1/+0
* Modernize a bit extensionsJulien Nabet2018-03-131-23/+14
* More loplugin:cstylecast: extensionsStephan Bergmann2018-01-121-1/+1
* loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin2017-12-311-2/+2
* loplugin:unusedindexMike Kaganski2017-12-181-8/+3
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:includeform: extensionsStephan Bergmann2017-10-231-3/+3
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-5/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-5/+5
* de-hrc various thingsCaolán McNamara2017-07-211-1/+2
* migrate to boost::gettextCaolán McNamara2017-07-211-3/+3
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-2/+2
* loplugin:casttovoid: extensionsStephan Bergmann2017-07-021-1/+0
* make string translation loading more uniformCaolán McNamara2017-05-191-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-7/+7
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-33/+32
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-281-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* Fix typosAndrea Gelmini2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-4/+4
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* sequence->vector in extensionsNoel Grandin2016-04-011-45/+33
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+1
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-10/+0
* uno::Sequence->std::vector, and fix method nameNoel Grandin2015-12-031-11/+8
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* com::sun::star->css in extensions/Noel Grandin2015-10-011-4/+4
* Fix typosAndrea Gelmini2015-09-301-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-7/+7
* o3tl: rename compat_functional headerThorsten Behrens2015-08-171-1/+1
* tdf#92459 Cleanup unclear lambdasDaniel Robertson2015-08-111-1/+2
* tdf#92459 remove compat_functional from extensionsDaniel Robertson2015-08-081-2/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-061-2/+2
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-2/+2
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-091-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-1/+1
* extensions: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1