summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann29-513/+513
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-10-02loplugin:unusedmethodsNoel Grandin2-27/+0
2015-09-30Fix typosAndrea Gelmini2-4/+3
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin3-31/+0
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe33-96/+89
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin3-3/+3
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-07cppcheck:noExplicitConstructorNoel Grandin2-2/+2
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin1-6/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-5/+1
2015-07-28stoc: tzname is _tzname on MSVC 14.0David Ostrovsky1-0/+3
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2-37/+206
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis2-160/+128
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis1-91/+22
2015-07-16loplugin:simplifyboolStephan Bergmann2-3/+3
2015-07-16Translate German commentsMatthew J. Francis2-248/+247
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara8-18/+14
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara4-12/+12
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin1-4/+2
2015-07-09Eliminate pointless string copiesMatthew J. Francis1-17/+7
2015-07-08Reduce the amount of up front work in performing introspectionMatthew J. Francis1-46/+199
2015-07-08Use OUString::starts/endsWithStephan Bergmann1-42/+16
2015-07-08Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by nowStephan Bergmann1-10/+5
2015-07-08Reduce variable scopeStephan Bergmann1-9/+6
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2-9/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2-0/+9
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2-9/+0
2015-06-30tdf#92440: Reduce code areas covered by mutexStephan Bergmann1-14/+31
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+4
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
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 McNamara3-14/+11
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-55/+55
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 Grandin3-4/+4
2015-04-04Typo: creat->createJulien Nabet1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin4-13/+13