summaryrefslogtreecommitdiffstats
path: root/stoc/source/servicemanager
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-111-3/+3
* loplugin:constmethod in vcl and stocNoel Grandin2017-10-301-3/+3
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-6/+3
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-3/+3
* loplugin:flatten in variousNoel Grandin2017-09-271-22/+17
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* use more OUString::operator== in sfx2..svtoolsNoel Grandin2017-07-141-2/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-071-3/+3
* tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2017-05-071-3/+3
* improve exception messages in stocNoel Grandin2017-02-011-9/+9
* German comments - last bits of stoc/ translated.Michael Meeks2017-01-301-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-134/+64
* loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann2016-12-021-21/+0
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-5/+5
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* Clean up uses of Any::getValue() in stocStephan Bergmann2016-06-211-10/+9
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* Remove stray spaces from start of log messagesStephan Bergmann2016-04-121-4/+4
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-121-26/+5
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-7/+0
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-211-1/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-8/+2
* yyyyyNoel Grandin2015-11-041-6/+3
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-65/+65
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-071-9/+8
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-151-7/+7
* Fix typosAndrea Gelmini2015-07-041-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-4/+4
* redundant castCaolán McNamara2015-04-291-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* Use vector::dataStephan Bergmann2015-01-281-2/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-6/+7
* stoc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-3/+3
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-18/+3
* stoc: remove SAL_THROW macroNoel Grandin2014-06-051-11/+7
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-6/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-4/+4
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-8/+4
* stoc: make use of css aliasThomas Arnhold2014-05-221-74/+74
* stoc: sal_Bool->boolNoel Grandin2014-04-301-6/+6
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-65/+65
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-103/+103
* Remove visual noise from stocAlexander Wilms2014-02-261-7/+7
* Remove unneccessary commentsAlexander Wilms2014-02-231-10/+10