summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2016-10-25loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2-31/+19
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2-24/+2
2016-10-03Fix typosAndrea Gelmini4-8/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann9-9/+9
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-15tdf#100726: Improve readability of OUString concatenation a bitnadith1-8/+4
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+2
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21clang-tidy modernize-loop-convert in a*Noel Grandin1-12/+6
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-4/+4
2016-03-18tools: split out color macros into own headerChris Sherlock1-5/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-4/+8
2016-01-13loplugin:unusedmethods unused return value in UnoControlNoel Grandin1-2/+0
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin2-2/+0
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-11com::sun::star->css in UnoControls/Noel Grandin12-1438/+411
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-30/+30
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin7-13/+13
2015-10-19cleanup some local var declarationsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-192/+192
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-08-03new loplugin: refcountingNoel Grandin2-12/+12
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-7/+0
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann5-10/+10
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-05-05remove unused #include awt/InvalidateStyle.hppMichael Stahl1-1/+0
2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks3-2/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-0/+18
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-50/+44
2015-03-08TyposJulien Nabet1-1/+1
2015-02-28TyposJulien Nabet1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-2/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-2/+0
2014-12-16Daft += "\0" triggers assertStephan Bergmann1-4/+0
2014-12-16Daft "\0" triggers assert in OUString literal ctorStephan Bergmann2-2/+1
2014-12-16Missing UnoControls/MakefileStephan Bergmann1-0/+24
2014-12-04Kill the libreofficekit static library / shim.c.Andrzej Hunt1-14/+0
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl11-0/+13
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin8-8/+0
2014-09-29loplugin: cstylecastNoel Grandin2-3/+3
2014-09-15UnoControls: sal_False/True -> false/trueStephan Bergmann7-19/+19
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-60/+10
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-6/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-16/+2