summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)AuthorFilesLines
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann13-49/+49
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann1-4/+4
2015-04-29redundant castCaolán McNamara2-12/+9
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann3-0/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-46/+46
2015-04-09convert RegError to scoped enumNoel Grandin1-88/+88
2015-04-09convert RegValueType to scoped enumNoel Grandin1-19/+19
2015-04-09remove reg keytype constants and related codeNoel Grandin1-20/+2
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin4-13/+13
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-21/+21
2015-03-31Use OUString::unacquiredStephan Bergmann2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann7-22/+22
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann2-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann10-89/+89
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-14stoc: must check *both* bDisposed and bInDisposeMichael Stahl1-1/+1
2015-03-13Remove unused debug codeStephan Bergmann1-24/+0
2015-02-20stocservices.component: The rest of the services + cleanup.Jan Holesovsky7-222/+37
2015-02-20stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir4-19/+21
2015-02-18TyposJulien Nabet1-1/+1
2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara1-2/+1
2015-02-07loplugin:deletedspecialStephan Bergmann3-6/+6
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-4/+2
2015-01-28Use vector::dataStephan Bergmann3-10/+5
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-5/+5
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann8-60/+57
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn2-6/+3
2015-01-07Just use WeakImplHelper1 instead of ImplHelper1Stephan Bergmann1-31/+2
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara8-27/+28
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