summaryrefslogtreecommitdiffstats
path: root/eventattacher/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in eventattacherNoel Grandin2015-12-231-3/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* yyyyyNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-1/+1
* no need to be so verbose in constructing uno::ReferenceNoel Grandin2015-11-011-1/+1
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-17/+17
* com::sun::star->css in extensions/Noel Grandin2015-10-011-4/+4
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-051-5/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-7/+7
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-071-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-5/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-3/+3
* coverity#983657 Uncaught exceptionCaolán McNamara2014-05-241-3/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-4/+4
* eventattacher: sal_Bool->boolNoel Grandin2014-04-221-3/+3
* Remove dead function declarationStephan Bergmann2014-04-141-1/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-17/+17
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
* eventattacher: fix out of bounds string accessMiklos Vajna2014-02-271-1/+1
* Remove visual noise from eventattacherAlexander Wilms2014-02-261-26/+25
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-34/+34
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-8/+2
* fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin2013-05-141-21/+22
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+1
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-3/+2
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-3/+3
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-051-2/+2
* add more component prefixesMatúš Kukan2012-09-012-2/+2
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-3/+3
* re-base on ALv2 code.Michael Meeks2012-06-262-49/+31
* targeted string re-workNorbert Thiebaud2012-05-311-9/+9
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
* catch exception by constant referenceTakeshi Abe2011-12-101-5/+5
* fix broken eventattacher. bnc#718227Noel Power2011-10-051-1/+1
* convert eventattacher to gbuild and add to tail_buildPeter Foley2011-09-181-71/+0
* Reduce indentation level.Kohei Yoshida2011-08-161-52/+52
* Some micro-optimization with the string objects.Kohei Yoshida2011-08-161-11/+5
* And use it from the multi-listener regstration code.Kohei Yoshida2011-08-161-101/+3
* Extracted a method that will be called from another method.Kohei Yoshida2011-08-161-10/+33
* Fixed a crash due to invalid index for Sequence.Kohei Yoshida2011-08-161-1/+2
* Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida2011-08-161-2/+175
* Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-121-7/+0
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2