summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-3/+1
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-3010-23/+15
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-297-21/+21
* don't allocate uno::Reference on the heapNoel Grandin2015-10-271-4/+4
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1229-513/+513
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-8/+8
* loplugin:unusedmethodsNoel Grandin2015-10-022-27/+0
* Fix typosAndrea Gelmini2015-09-302-4/+3
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-293-31/+0
* boost->stdCaolán McNamara2015-09-181-2/+2
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0733-96/+89
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-2/+2
* loplugin: defaultparamsNoel Grandin2015-08-203-3/+3
* cppcheck: noCopyConstructorCaolán McNamara2015-08-121-0/+4
* cppcheck:noExplicitConstructorNoel Grandin2015-08-072-2/+2
* svx,starmath: inline some use-once typedefsNoel Grandin2015-08-041-6/+2
* loplugin:unusedmethodsNoel Grandin2015-07-301-5/+1
* stoc: tzname is _tzname on MSVC 14.0David Ostrovsky2015-07-281-0/+3
* Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2015-07-272-37/+206
* Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis2015-07-232-160/+128
* Fix logic in the fast path of Implementation::inspect()Matthew J. Francis2015-07-221-91/+22
* 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