summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-2/+2
* jboolean-related clean-upStephan Bergmann2015-05-081-4/+4
* redundant castCaolán McNamara2015-04-293-14/+11
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+6
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-157-55/+55
* 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-093-4/+4
* Typo: creat->createJulien Nabet2015-04-041-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-024-13/+13
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-019-47/+47
* 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
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-2/+2
* stocservices.component: The rest of the services + cleanup.Jan Holesovsky2015-02-2011-325/+44
* stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir2015-02-205-22/+27
* TyposJulien Nabet2015-02-181-1/+1
* we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara2015-02-161-2/+1
* Typos + simple german translationsJulien Nabet2015-02-081-6/+6
* 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
* java: remove some comment noiseNoel Grandin2014-11-251-5/+0
* 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
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-1/+0
* Bin unused include files, thanks to Andrea GelminiTor Lillqvist2014-11-064-208/+0
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-296-6/+0
* java: remove useless overriding methodsNoel Grandin2014-10-071-5/+0
* loplugin: cstylecastNoel Grandin2014-09-294-7/+7
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-185-78/+25
* java: remove commented out codeNoel Grandin2014-08-141-4/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2