summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Fix typosAndrea Gelmini2-2/+2
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-6/+6
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann13-17/+17
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin1-11/+5
2017-06-12cleanup unused css/frame/* includesJochen Nitschke2-5/+0
2017-06-10UnoControls: inline defines or convert to enumJochen Nitschke2-40/+29
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke6-177/+44
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-2/+2
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin2-13/+8
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-03tdf#39468 Translate German commentsJens Carl2-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann19-408/+326
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-2/+2
2017-01-19New loplugin:dynexcspec: Add @throws documentation, UnoControlsStephan Bergmann1-0/+4
2017-01-17use rtl::Reference in BaseControlNoel Grandin2-14/+11
2016-12-09Catch some misuses of VclPtr constructionStephan Bergmann2-2/+2
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