summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* java: remove useless overriding methodsNoel Grandin2014-10-071-5/+0
* loplugin: cstylecastNoel Grandin2014-09-294-7/+7
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-185-78/+25
* java: remove commented out codeNoel Grandin2014-08-141-4/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove unused importsNoel Grandin2014-08-081-1/+0
* java: remove unused variablesNoel Grandin2014-08-082-16/+5
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-073-0/+3
* java: remove commented out codeNoel Grandin2014-08-051-1/+0
* java: remove various unused variablesNoel Grandin2014-08-052-2/+0
* use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl2014-07-242-3/+7
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* fVal->nValCaolán McNamara2014-06-241-4/+4
* coverity#982255 Operands don't affect resultCaolán McNamara2014-06-241-1/+1
* 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