summaryrefslogtreecommitdiffstats
path: root/UnoControls
Commit message (Expand)AuthorAgeFilesLines
...
* clang-tidy modernize-loop-convert in a*Noel Grandin2016-04-211-12/+6
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-4/+4
* tools: split out color macros into own headerChris Sherlock2016-03-181-5/+1
* new loplugin: commaoperatorNoel Grandin2016-02-231-4/+8
* loplugin:unusedmethods unused return value in UnoControlNoel Grandin2016-01-131-2/+0
* loplugin:unusedfields UnoControls,ucbNoel Grandin2015-12-212-2/+0
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-1/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* com::sun::star->css in UnoControls/Noel Grandin2015-11-1112-1438/+411
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-30/+30
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-307-13/+13
* cleanup some local var declarationsNoel Grandin2015-10-191-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-129-192/+192
* Fix typosAndrea Gelmini2015-09-302-2/+2
* new loplugin: refcountingNoel Grandin2015-08-032-12/+12
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-7/+0
* Fix typosAndrea Gelmini2015-07-041-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-085-10/+10
* new clang plugin: loopvartoosmallNoel Grandin2015-05-281-2/+2
* remove unused #include awt/InvalidateStyle.hppMichael Stahl2015-05-051-1/+0
* UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks2015-04-163-2/+4
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-2/+2
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* Fix various XServiceInfo implementationsStephan Bergmann2015-03-172-0/+18
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-112-50/+44
* TyposJulien Nabet2015-03-081-1/+1
* TyposJulien Nabet2015-02-281-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* Fix of a few typosAndrea Gelmini2015-02-091-2/+2
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-2/+0
* Daft += "\0" triggers assertStephan Bergmann2014-12-161-4/+0
* Daft "\0" triggers assert in OUString literal ctorStephan Bergmann2014-12-162-2/+1
* Missing UnoControls/MakefileStephan Bergmann2014-12-161-0/+24
* Kill the libreofficekit static library / shim.c.Andrzej Hunt2014-12-041-14/+0
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1811-0/+13
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-298-8/+0
* loplugin: cstylecastNoel Grandin2014-09-292-3/+3
* UnoControls: sal_False/True -> false/trueStephan Bergmann2014-09-157-19/+19
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-176-60/+10
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-06-101-6/+0
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-16/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-237-52/+52
* Many spelling fixes: some more files.Pedro Giffuni2014-04-301-1/+1
* automaticly -> automatically.Jan Holesovsky2014-04-275-9/+9
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-199-27/+27
* Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist2014-04-069-1685/+0
* Kill superfluous spacing before semicolonsTor Lillqvist2014-04-0618-691/+691
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-0617-686/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1