summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-07-24use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-06-24fVal->nValCaolán McNamara
2014-06-24coverity#982255 Operands don't affect resultCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-05stoc: remove SAL_THROW macroNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-23get stoc to build againCaolán McNamara
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-22cppcheck: fprintf format string requires 1 parameter but only 0 are givenThomas Arnhold
2014-05-22stoc: fix includesThomas Arnhold
2014-05-22stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-05-22stoc: remove using namespace from headersThomas Arnhold
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