summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-16idl: remove external header guardsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-10coverity#708240 Uninitialized pointer fieldCaolán McNamara
2014-04-30stoc: sal_Bool->boolNoel Grandin
2014-04-24add missing modelines to idl filesThomas Arnhold
2014-04-09Clean up function declarationsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03Unused declarationStephan Bergmann
2014-04-03Use boost::noncopyableStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Remove unused inline functionStephan Bergmann
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan 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-14coverity#708238 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708240 Uninitialized pointer fieldCaolán McNamara
2014-03-12No need for Invocation_Impl::setMaterial to be virtualStephan Bergmann
2014-03-10stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
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-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440504 Dereference before null checkCaolán McNamara
2014-01-26Translate some German comments to English, and remove some ASCII art.Sven Wehner
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-21bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-18Unify ctor functions for component implementations.Matúš Kukan
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann