summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin2-21/+4
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-19/+19
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin14-28/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-257/+257
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin11-130/+104
2015-11-04yyyyyNoel Grandin5-20/+14
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-3/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin10-23/+15
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin7-21/+21
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-4/+4
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
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