summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-17/+17
2015-10-01com::sun::star->css in extensions/Noel Grandin1-4/+4
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-5/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-7/+7
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-5/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara1-3/+2
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-4/+4
2014-04-22eventattacher: sal_Bool->boolNoel Grandin1-3/+3
2014-04-14Remove dead function declarationStephan Bergmann1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-17/+17
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-02-27eventattacher: fix out of bounds string accessMiklos Vajna1-1/+1
2014-02-26Remove visual noise from eventattacherAlexander Wilms1-26/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-34/+34
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-21/+22
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-46/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+1
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin1-3/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-3/+3
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin1-2/+2
2012-09-01add more component prefixesMatúš Kukan2-2/+2
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin3-4/+5
2012-06-26re-base on ALv2 code.Michael Meeks2-49/+31
2012-05-31targeted string re-workNorbert Thiebaud1-9/+9
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
2012-03-23.component files don't need executable bitsMichael Stahl1-0/+0
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+4
2011-12-10catch exception by constant referenceTakeshi Abe1-5/+5
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+4
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-10-05fix broken eventattacher. bnc#718227Noel Power1-1/+1