summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
AgeCommit message (Expand)Author
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis
2015-07-16Translate German commentsMatthew J. Francis
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-09Eliminate pointless string copiesMatthew J. Francis
2015-07-08Reduce the amount of up front work in performing introspectionMatthew J. Francis
2015-07-08Use OUString::starts/endsWithStephan Bergmann
2015-07-08Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by nowStephan Bergmann
2015-07-08Reduce variable scopeStephan Bergmann
2015-06-30tdf#92440: Reduce code areas covered by mutexStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-14stoc: must check *both* bDisposed and bInDisposeMichael Stahl
2015-03-13Remove unused debug codeStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-04-30stoc: sal_Bool->boolNoel Grandin
2014-04-03Unused declarationStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-07Use getTypes instead of getImplementationId as cache keyStephan Bergmann
2014-03-07Clean up introspection cachesStephan Bergmann
2014-03-07Clean up ImplIntrospection classStephan Bergmann
2014-03-07-Werror=unused-parameterStephan Bergmann
2014-03-07Convert com.sun.star.comp.stoc.Introspection to direct constructionStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from stocAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold