summaryrefslogtreecommitdiffstats
path: root/UnoControls
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2018-04-161-1/+1
* loplugin:useuniqueptr in ProgressMonitorNoel Grandin2018-04-163-27/+18
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* [API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControlStephan Bergmann2018-03-231-1/+1
* Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist2018-03-1318-223/+147
* use more Color in UnoControls..canvasNoel Grandin2018-03-072-8/+8
* delete colordata.hxxNoel Grandin2018-03-021-1/+0
* use less TRGB_COLORDATANoel Grandin2018-02-263-9/+10
* Fix typosAndrea Gelmini2018-02-241-1/+1
* Fix typosAndrea Gelmini2018-02-012-6/+6
* Fix typosAndrea Gelmini2018-01-271-1/+1
* More loplugin:cstylecast: UnoControlsStephan Bergmann2018-01-121-3/+3
* Fix typosAndrea Gelmini2017-12-191-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-5/+5
* 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