summaryrefslogtreecommitdiff
path: root/comphelper/source/eventattachermgr
AgeCommit message (Expand)Author
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2014-10-10coverity#706275 Uncaught exceptionCaolán McNamara
2014-09-22loplugin: cstylecastNoel Grandin
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-27Remove visual noise from comphelperAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#707679 Uninitialized scalar fieldCaolán McNamara
2014-01-27coverity#705787 Dereference before null checkCaolán McNamara
2013-10-12No idea why <wchar.h> would be needed here, and for Unix only evenTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-31RTL_CONSTASCII_(U)STRINGPARAM removed in comphelperChr. Rossmanith
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-06-29re-base on ALv2 code.Michael Meeks
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)
2012-03-05Translate german comments in core/comphelperTom Thorogood
2011-12-22remove some unused codeCaolán McNamara
2011-12-13Fix for fdo43460 Part VII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in comphelperNorbert Thiebaud
2011-08-16Less indent level.Kohei Yoshida
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida
2011-08-04Let's use std::deque instead of uno::Sequence.Kohei Yoshida
2011-08-04Found one inconsistency between deque and uno::Sequence usages.Kohei Yoshida
2011-08-04Include <functional> for std::unary_function.Kohei Yoshida
2011-08-04Prefer std::for_each to manual looping.Kohei Yoshida
2011-05-21Drop OS2Tor Lillqvist
2011-05-04Some cppcheck cleaningJulien Nabet
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-01gnumake3: remove loads of obsolete dmakefilesMichael Stahl
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter
2010-10-25remvove vos/macros.h usageNorbert Thiebaud