summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley6-50/+131
2011-08-16Reduce indentation level.Kohei Yoshida1-52/+52
2011-08-16Some micro-optimization with the string objects.Kohei Yoshida1-11/+5
2011-08-16And use it from the multi-listener regstration code.Kohei Yoshida1-101/+3
2011-08-16Extracted a method that will be called from another method.Kohei Yoshida1-10/+33
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida1-1/+2
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida1-2/+175