summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Fix typosAndrea Gelmini1-1/+1
2018-04-16loplugin:useuniqueptr in ProgressMonitorNoel Grandin3-27/+18
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-23[API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControlStephan Bergmann1-1/+1
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist18-223/+147
2018-03-07use more Color in UnoControls..canvasNoel Grandin2-8/+8
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-26use less TRGB_COLORDATANoel Grandin3-9/+10
2018-02-24Fix typosAndrea Gelmini1-1/+1
2018-02-01Fix typosAndrea Gelmini2-6/+6
2018-01-27Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: UnoControlsStephan Bergmann1-3/+3
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-5/+5
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