summaryrefslogtreecommitdiffstats
path: root/stoc/source/servicemanager/servicemanager.cxx
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-6/+7
* stoc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-3/+3
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-18/+3
* stoc: remove SAL_THROW macroNoel Grandin2014-06-051-11/+7
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-6/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-4/+4
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-8/+4
* stoc: make use of css aliasThomas Arnhold2014-05-221-74/+74
* stoc: sal_Bool->boolNoel Grandin2014-04-301-6/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-65/+65
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-103/+103
* Remove visual noise from stocAlexander Wilms2014-02-261-7/+7
* Remove unneccessary commentsAlexander Wilms2014-02-231-10/+10
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-6/+6
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-3/+3
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-9/+3
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-9/+7
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-151-3/+3
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-6/+6
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-83/+32
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-181-49/+55
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-201-1/+1
* remove unnecessary use of OUString constructor in STOC moduleNoel Grandin2013-11-081-8/+7
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-8/+2
* use uno::Reference#clear() method...Noel Grandin2013-06-051-2/+2
* Remove any remaining remnants of unused component_canUnload featureStephan Bergmann2013-04-191-26/+7
* Unused includeStephan Bergmann2013-04-161-1/+0
* stoc: do not use rtl/unload.h functionalityMatúš Kukan2013-04-161-128/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-4/+0
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-28/+24
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-8/+6
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-141-1/+0
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-041-6/+4
* Allow OServiceManagerWrapper to wrap all service manager implementationsStephan Bergmann2012-04-191-115/+40
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2012-03-181-3/+3
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-261-3/+3
* Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot2012-01-121-2/+2
* catch exception by constant referenceTakeshi Abe2011-12-271-3/+3
* remove include of pch header from stocNorbert Thiebaud2011-11-271-2/+0
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-2/+2
* this is overly static + double check lock for little gainCaolán McNamara2011-06-011-76/+18
* catched->caughtCaolán McNamara2011-04-131-2/+2
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-2/+2
* Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-121-1/+1
* Remove "using namespace ::rtl"Julien Nabet2011-03-031-1/+5
* moving the rest of ure repository to boost unordered containersFridrich Strba2011-02-041-6/+6