summaryrefslogtreecommitdiffstats
path: root/UnoControls/source
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-1315-175/+119
* use more Color in UnoControls..canvasNoel Grandin2018-03-072-8/+8
* 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: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
* 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-2616-284/+239
* 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-171-12/+9
* Catch some misuses of VclPtr constructionStephan Bergmann2016-12-092-2/+2
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-251-29/+19
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-191-18/+2
* Fix typosAndrea Gelmini2016-10-034-8/+8
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-6/+6
* 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
* clang-tidy modernize-loop-convert in a*Noel Grandin2016-04-211-12/+6
* new loplugin: commaoperatorNoel Grandin2016-02-231-4/+8
* 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-119-849/+196
* 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-126-99/+99
* Fix typosAndrea Gelmini2015-09-302-2/+2
* new loplugin: refcountingNoel Grandin2015-08-032-12/+12