summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:simplifyboolStephan Bergmann2015-07-162-3/+3
* Translate German commentsMatthew J. Francis2015-07-162-248/+247
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-158-18/+14
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-154-12/+12
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-101-4/+2
* Eliminate pointless string copiesMatthew J. Francis2015-07-091-17/+7
* Reduce the amount of up front work in performing introspectionMatthew J. Francis2015-07-081-46/+199
* Use OUString::starts/endsWithStephan Bergmann2015-07-081-42/+16
* Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by nowStephan Bergmann2015-07-081-10/+5
* Reduce variable scopeStephan Bergmann2015-07-081-9/+6
* Fix typosAndrea Gelmini2015-07-081-2/+2
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-062-9/+0
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2015-07-032-0/+9
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-032-9/+0
* tdf#92440: Reduce code areas covered by mutexStephan Bergmann2015-06-301-14/+31
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-5/+4
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0813-49/+49
* 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