summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2019-12-28tdf#124176: Use "pragma once" on UnoControls/*Andrea Gelmini9-27/+9
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin1-4/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-09-30loplugin:duplicate-defines in UnoControlsNoel Grandin4-12/+14
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin8-18/+17
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin2-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann4-4/+4
2019-07-21loplugin:referencecasting in variousNoel Grandin2-3/+2
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen18-153/+60
2019-05-09Simplify Sequence iterations in UnoControlsArkadiy Illarionov2-11/+6
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2-4/+4
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-10/+10
2019-04-05Fix typoAndrea Gelmini1-1/+1
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-04-03Fix typoAndrea Gelmini1-6/+6
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin1-1/+1
2018-11-09Fix typosAndrea Gelmini1-2/+2
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin8-52/+41
2018-09-27loplugin:constfields in ucbhelperNoel Grandin1-1/+1
2018-09-18m_xTabControllerList is deadNoel Grandin2-27/+0
2018-09-18loplugin:useuniqueptr in BaseContainerControlNoel Grandin2-35/+7
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-2/+2
2018-08-29Fix typosAndrea Gelmini1-1/+1
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-12/+12
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