summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet7-52/+52
2014-04-30Many spelling fixes: some more files.Pedro Giffuni1-1/+1
2014-04-27automaticly -> automatically.Jan Holesovsky5-9/+9
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold9-27/+27
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist9-1685/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist18-691/+691
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist17-686/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-190/+190
2014-03-25Remove dead codeStephan Bergmann2-199/+0
2014-03-10UnoControls: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-24/+1