summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eventhandler.cxx
AgeCommit message (Expand)Author
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
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson
2015-08-08tdf#92459 remove compat_functional from extensionsDaniel Robertson
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-05coverity#706520 Uncaught exceptionCaolán McNamara
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini