summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-9/+2
* stoc: remove SAL_THROW macroNoel Grandin2014-06-0520-213/+114
* fdo#68849: Add header guards to all include filesJens Carl2014-06-013-5/+12
* remove more unnecesary OUString constructor useNoel Grandin2014-05-297-54/+52
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-6/+4
* cppcheck: redundantAssignmentThomas Arnhold2014-05-241-2/+1
* get stoc to build againCaolán McNamara2014-05-232-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-2316-99/+93
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2311-108/+61
* cppcheck: fprintf format string requires 1 parameter but only 0 are givenThomas Arnhold2014-05-221-4/+4
* stoc: fix includesThomas Arnhold2014-05-2230-370/+370
* stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold2014-05-222-3/+3
* stoc: make use of css aliasThomas Arnhold2014-05-2248-639/+639
* stoc: remove using namespace from headersThomas Arnhold2014-05-227-154/+163
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-202-2/+2
* idl: remove external header guardsThomas Arnhold2014-05-161-17/+0
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1510-22/+22
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* coverity#708240 Uninitialized pointer fieldCaolán McNamara2014-05-101-0/+2
* stoc: sal_Bool->boolNoel Grandin2014-04-3012-117/+117
* add missing modelines to idl filesThomas Arnhold2014-04-2411-0/+33
* Clean up function declarationsStephan Bergmann2014-04-092-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-8/+8
* Unused declarationStephan Bergmann2014-04-031-3/+0
* Use boost::noncopyableStephan Bergmann2014-04-039-52/+43
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-016-8/+8
* Remove unused inline functionStephan Bergmann2014-04-011-5/+0
* Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann2014-03-261-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2629-509/+509
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-2/+3
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-182-15/+16
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-181-3/+4
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-3/+3
* coverity#708238 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+2
* coverity#708240 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+1
* No need for Invocation_Impl::setMaterial to be virtualStephan Bergmann2014-03-121-3/+2
* stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-107-78/+8
* Use getTypes instead of getImplementationId as cache keyStephan Bergmann2014-03-071-28/+22
* Clean up introspection cachesStephan Bergmann2014-03-071-213/+141
* Clean up ImplIntrospection classStephan Bergmann2014-03-071-360/+135
* -Werror=unused-parameterStephan Bergmann2014-03-071-1/+2
* Convert com.sun.star.comp.stoc.Introspection to direct constructionStephan Bergmann2014-03-072-66/+29
* Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann2014-03-072-2/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2630-874/+874
* Remove visual noise from stocAlexander Wilms2014-02-2632-305/+305
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-251-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2318-279/+279
* Simplify access to theCoreReflection singletonStephan Bergmann2014-02-072-37/+12
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-315-30/+23
* bool improvementsStephan Bergmann2014-01-291-1/+1