summaryrefslogtreecommitdiff
path: root/stoc/source/invocation_adapterfactory
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-9/+9
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann1-24/+21
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-6/+5
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-06-05stoc: remove SAL_THROW macroNoel Grandin1-19/+7
2014-05-23get stoc to build againCaolán McNamara1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-6/+3
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-10/+5
2014-05-22stoc: fix includesThomas Arnhold1-1/+1
2014-05-22stoc: make use of css aliasThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-26Remove visual noise from stocAlexander Wilms1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-23/+23
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2
2013-08-22Mark as constTakeshi Abe1-1/+1
2013-08-22sal_Bool to boolTakeshi Abe1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-6/+1
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-12/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann1-2/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-13/+11
2012-09-26stoc: add more component prefixesMatúš Kukan2-2/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-2/+2
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann1-58/+0
2012-07-23Assertion clean-upStephan Bergmann1-5/+4
2012-07-23WaE: unused variableTor Lillqvist1-0/+2
2012-06-29re-base on ALv2 code.Michael Meeks3-49/+48
2012-05-25Use simple createOneInstanceComponentFactoryStephan Bergmann1-14/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-03-12gbuildize stocDavid Tardon1-73/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-10/+10
2012-01-20Code clean up.Stephan Bergmann1-6/+6
2011-12-27function component_canUnload is exportedDavid Tardon1-1/+1
2011-11-27remove include of pch header from stocNorbert Thiebaud1-2/+0
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist1-1/+1
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-7/+0
2011-06-01fix upCaolán McNamara1-24/+5