summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
2014-05-16idl: remove external header guardsThomas Arnhold1-17/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold10-22/+22
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-10coverity#708240 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-04-30stoc: sal_Bool->boolNoel Grandin12-117/+117
2014-04-24add missing modelines to idl filesThomas Arnhold11-0/+33
2014-04-09Clean up function declarationsStephan Bergmann2-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-8/+8
2014-04-03Unused declarationStephan Bergmann1-3/+0
2014-04-03Use boost::noncopyableStephan Bergmann9-52/+43
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann6-8/+8
2014-04-01Remove unused inline functionStephan Bergmann1-5/+0
2014-03-26Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann29-509/+509
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-2/+3
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2-15/+16
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-14coverity#708238 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-03-14coverity#708240 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-03-12No need for Invocation_Impl::setMaterial to be virtualStephan Bergmann1-3/+2
2014-03-10stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann7-78/+8
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 Bergmann2-2/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann30-874/+874
2014-02-26Remove visual noise from stocAlexander Wilms32-305/+305
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms18-279/+279
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann2-37/+12
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann5-30/+23
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann3-5/+5
2014-01-28coverity#440504 Dereference before null checkCaolán McNamara1-1/+1
2014-01-26Translate some German comments to English, and remove some ASCII art.Sven Wehner1-39/+33
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky7-18/+18
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky7-9/+9
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann3-31/+31
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky7-27/+9
2014-01-18Unify ctor functions for component implementations.Matúš Kukan7-33/+25
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan8-18/+18
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan7-18/+16
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann1-2/+3