summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2021-01-20Improve loplugin:doubleconvertStephan Bergmann1-2/+2
2021-01-20improve some IllegalArgumentException messagesNoel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel4-11/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel2-8/+8
2020-08-02loplugin:flatten in UnoControlsNoel Grandin6-246/+246
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin11-209/+37
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin6-16/+11
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin1-1/+1
2020-02-19tdf#42982 add detail exception reason for UnoControlsnienzu1-8/+4
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