summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
AgeCommit message (Expand)AuthorFilesLines
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-45/+45
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-3/+4
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-3/+3
2014-03-07Use getTypes instead of getImplementationId as cache keyStephan Bergmann1-28/+22
2014-03-07Clean up introspection cachesStephan Bergmann1-213/+141
2014-03-07Clean up ImplIntrospection classStephan Bergmann1-360/+135
2014-03-07-Werror=unused-parameterStephan Bergmann1-1/+2
2014-03-07Convert com.sun.star.comp.stoc.Introspection to direct constructionStephan Bergmann2-66/+29
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-0/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-102/+102
2014-02-26Remove visual noise from stocAlexander Wilms1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-21/+10
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-6/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-10/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-119/+119
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-5/+3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-14/+14
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-01Translated comments from german to englishStefan Schick1-23/+23
2013-02-20Translated comments from german to englishStefan Schick1-21/+21
2013-01-20Some cppcheck cleaningJulien Nabet1-1/+0
2012-12-07Unused variablesStephan Bergmann1-4/+0
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-1/+1
2012-09-01add more component prefixesMatúš Kukan2-6/+2
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann1-75/+0
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-3/+0
2012-07-06re-base on ALv2 code.Michael Meeks1-20/+14
2012-06-29re-base on ALv2 code.Michael Meeks3-369/+354
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist1-0/+4
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-04-06merge feature/gbuild_componentsDavid Tardon1-74/+0
2012-04-05Resolves: fdo#47068 use of pointer to deleted objectCaolán McNamara1-36/+46
2012-04-01merge origin/masterDavid Tardon1-6/+6
2012-03-12gbuildize stocDavid Tardon1-74/+0
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-5/+5
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2
2012-01-02Get rid of manual ref counting.Stephan Bergmann2-122/+29
2012-01-02USE_INTROSPECTION_CACHE is always defined.Stephan Bergmann1-23/+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-10-05Fix logic of isDerivedFrom functionKevin Hunter1-18/+7
2011-10-03WaE: unreachable code, also add comment pondering what the code meansTor Lillqvist1-1/+8