summaryrefslogtreecommitdiffstats
path: root/eventattacher
Commit message (Collapse)AuthorAgeFilesLines
* coverity#983657 Uncaught exceptionCaolán McNamara2014-05-241-3/+2
| | | | Change-Id: I4feec3aeaf5f7b821a15f3b74f7b2df1f63a6681
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-221-4/+4
| | | | Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
* eventattacher: sal_Bool->boolNoel Grandin2014-04-221-3/+3
| | | | Change-Id: Iaf760bc747bfd8e16a52ba2047b0be8178b740cf
* Remove dead function declarationStephan Bergmann2014-04-141-1/+0
| | | | Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-17/+17
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-071-2/+2
| | | | | | ...deprecating com.sun.star.beans.Introspection (single-instance) service. Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882
* eventattacher: fix out of bounds string accessMiklos Vajna2014-02-271-1/+1
| | | | Change-Id: Ic1f7ac2b6c3f5a865b316a83d92a0f2ff7616f5c
* Remove visual noise from eventattacherAlexander Wilms2014-02-261-26/+25
| | | | | | | | | | Conflicts: eventattacher/source/eventattacher.cxx Change-Id: I7169992d453b1b2919cc8076fbd6803a95ee0565 Reviewed-on: https://gerrit.libreoffice.org/8258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-34/+34
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
| | | | Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-8/+2
| | | | | | | | | to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin2013-05-141-21/+22
| | | | Change-Id: I2fe24c863f4c43471f46032ed15fcd5b98863fc1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-46/+8
|
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+1
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* fdo#46808, use service constructor for beans::IntrospectionNoel Grandin2012-10-231-3/+2
| | | | Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-3/+3
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin2012-09-051-2/+2
| | | | | | | | | | The XComponent part of the interface made no sense for a singleton, so it was removed. Explicitly document the 'theCoreReflection' singleton and move it into it's own file. Deprecated the now old CoreReflection service. Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472
* add more component prefixesMatúš Kukan2012-09-012-2/+2
| | | | Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-273-4/+5
| | | | Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
* re-base on ALv2 code.Michael Meeks2012-06-262-49/+31
|
* targeted string re-workNorbert Thiebaud2012-05-311-9/+9
| | | | Change-Id: Ie2abf9752b9b6fc14f45c5e8e11348cac4847cae
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-201-0/+4
|
* catch exception by constant referenceTakeshi Abe2011-12-101-5/+5
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-3/+4
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* fix broken eventattacher. bnc#718227Noel Power2011-10-051-1/+1
| | | | | event handler registered for a ListenerType were triggered when *any* of the events associated with that ListenerType were fired.
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* convert eventattacher to gbuild and add to tail_buildPeter Foley2011-09-186-50/+131
|
* 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
| | | | With this, 3.81 sec -> 1.2 sec.
* 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
|