summaryrefslogtreecommitdiffstats
path: root/stoc/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:deletedspecialStephan Bergmann2015-02-073-6/+6
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-4/+2
* Use vector::dataStephan Bergmann2015-01-283-10/+5
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-282-5/+5
* Some more loplugin:cstylecast: stocStephan Bergmann2015-01-208-60/+57
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-122-6/+3
* Just use WeakImplHelper1 instead of ImplHelper1Stephan Bergmann2015-01-071-31/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-048-27/+28
* stoc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* stoc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-169-56/+51
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-184-0/+5
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-174-0/+5
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Bin unused include files, thanks to Andrea GelminiTor Lillqvist2014-11-064-208/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* loplugin: cstylecastNoel Grandin2014-09-294-7/+7
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-185-78/+25
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-073-0/+3
* use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl2014-07-241-3/+5
* 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-0518-200/+108
* fdo#68849: Add header guards to all include filesJens Carl2014-06-012-5/+8
* remove more unnecesary OUString constructor useNoel Grandin2014-05-297-54/+52
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-271-6/+4
* get stoc to build againCaolán McNamara2014-05-232-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-2312-66/+60
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2311-108/+61
* stoc: fix includesThomas Arnhold2014-05-2226-271/+271
* stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold2014-05-222-3/+3
* stoc: make use of css aliasThomas Arnhold2014-05-2236-482/+482
* 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
* 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
* 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-038-52/+41
* 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