summaryrefslogtreecommitdiffstats
path: root/stoc/source
Commit message (Expand)AuthorAgeFilesLines
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-223-0/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-46/+46
* convert RegError to scoped enumNoel Grandin2015-04-091-88/+88
* convert RegValueType to scoped enumNoel Grandin2015-04-091-19/+19
* remove reg keytype constants and related codeNoel Grandin2015-04-091-20/+2
* convert REG_ constants to scoped enumNoel Grandin2015-04-091-1/+1
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-024-13/+13
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-21/+21
* Use OUString::unacquiredStephan Bergmann2015-03-312-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-317-22/+22
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-292-5/+5
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-89/+89
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-3/+3
* stoc: must check *both* bDisposed and bInDisposeMichael Stahl2015-03-141-1/+1
* Remove unused debug codeStephan Bergmann2015-03-131-24/+0
* stocservices.component: The rest of the services + cleanup.Jan Holesovsky2015-02-207-222/+37
* stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir2015-02-204-19/+21
* TyposJulien Nabet2015-02-181-1/+1
* we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara2015-02-161-2/+1
* 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