summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)AuthorFilesLines
2014-12-18stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann9-56/+51
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl4-0/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl4-0/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist4-208/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-09-29loplugin: cstylecastNoel Grandin4-7/+7
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler5-78/+25
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann3-0/+3
2014-07-24use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl1-3/+5
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-24fVal->nValCaolán McNamara1-4/+4
2014-06-24coverity#982255 Operands don't affect resultCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-9/+2
2014-06-05stoc: remove SAL_THROW macroNoel Grandin18-200/+108
2014-06-01fdo#68849: Add header guards to all include filesJens Carl2-5/+8
2014-05-29remove more unnecesary OUString constructor useNoel Grandin7-54/+52
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-6/+4
2014-05-23get stoc to build againCaolán McNamara2-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet12-66/+60
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin11-108/+61
2014-05-22stoc: fix includesThomas Arnhold26-271/+271
2014-05-22stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold2-3/+3
2014-05-22stoc: make use of css aliasThomas Arnhold36-482/+482
2014-05-22stoc: remove using namespace from headersThomas Arnhold7-154/+163
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-2/+2
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-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 Bergmann8-52/+41
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 Bergmann6-77/+7
2014-03-07Use getTypes instead of getImplementationId as cache keyStephan Bergmann1-28/+22
2014-03-07Clean up introspection cachesStephan Bergmann1-213/+141