summaryrefslogtreecommitdiffstats
path: root/UnoControls
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-11-212-2/+2
* loplugin:constmethod in tools,sax,UnoControlsNoel Grandin2017-10-251-6/+6
* loplugin:includeform: UnoControlsStephan Bergmann2017-10-2313-17/+17
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-121-1/+1
* use more range-for on uno::SequenceNoel Grandin2017-07-111-11/+5
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-5/+0
* UnoControls: inline defines or convert to enumJochen Nitschke2017-06-102-40/+29
* UnoControls: replace double checked locking patternsJochen Nitschke2017-06-096-177/+44
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-052-2/+2
* loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin2017-04-242-13/+8
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* tdf#39468 Translate German commentsJens Carl2017-04-032-2/+2
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2619-408/+326
* Fix typo in comments: relativ -> relativeTakeshi Abe2017-01-251-2/+2
* New loplugin:dynexcspec: Add @throws documentation, UnoControlsStephan Bergmann2017-01-191-0/+4
* use rtl::Reference in BaseControlNoel Grandin2017-01-172-14/+11
* Catch some misuses of VclPtr constructionStephan Bergmann2016-12-092-2/+2
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-252-31/+19
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-192-24/+2
* Fix typosAndrea Gelmini2016-10-034-8/+8
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-139-9/+9
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* tdf#100726: Improve readability of OUString concatenation a bitnadith2016-07-151-8/+4
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+2
* Fix typosAndrea Gelmini2016-04-221-1/+1
* 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