summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eventhandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2016-04-01sequence->vector in extensionsNoel Grandin1-45/+33
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-10/+0
2015-12-03uno::Sequence->std::vector, and fix method nameNoel Grandin1-11/+8
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01com::sun::star->css in extensions/Noel Grandin1-4/+4
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-08-17o3tl: rename compat_functional headerThorsten Behrens1-1/+1
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson1-1/+2
2015-08-08tdf#92459 remove compat_functional from extensionsDaniel Robertson1-2/+1
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+2
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-04-05coverity#706520 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-6/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-31/+31
2014-01-26fdo#54938 Convert extensions to cppu::supportsServiceAlexandre Vicenzi1-78/+6
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-5/+5
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-06-05fdo#46808, Convert a copy of ComponentContext to XComponentContextNoel Grandin1-11/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-82/+82
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-11fdo#46808, convert form::runtime::FormController to new-styleNoel Grandin1-3/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14