summaryrefslogtreecommitdiff
path: root/UnoControls/source/base
AgeCommit message (Expand)AuthorFilesLines
2023-09-12loplugin:unodispose in UnoControlsNoel Grandin1-0/+1
2023-05-27Use getXWeak in UnoControlsMike Kaganski1-1/+1
2023-01-20Base BaseControl on WeakComponentImplHelperStephan Bergmann3-92/+40
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik41871-7/+7
2021-12-19use more cppu::BaseMutexNoel Grandin1-2/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-09-15loplugin:constvarsNoel Grandin1-2/+2
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2-8/+8
2021-07-21flatten vector in BaseContainerControlNoel Grandin1-18/+13
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-4/+4
2021-03-26loplugin:flattenNoel1-23/+20
2020-08-02loplugin:flatten in UnoControlsNoel Grandin3-113/+113
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin1-122/+0
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin2-3/+3
2019-07-21loplugin:referencecasting in variousNoel Grandin1-1/+1
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen4-3/+10
2019-05-09Simplify Sequence iterations in UnoControlsArkadiy Illarionov2-11/+6
2019-04-05Fix typoAndrea Gelmini1-1/+1
2019-04-03Fix typoAndrea Gelmini1-3/+3
2019-04-03Fix typoAndrea Gelmini1-6/+6
2018-11-09Fix typosAndrea Gelmini1-2/+2
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin2-28/+21
2018-09-18m_xTabControllerList is deadNoel Grandin1-22/+0
2018-09-18loplugin:useuniqueptr in BaseContainerControlNoel Grandin1-32/+5
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-2/+2
2018-08-29Fix typosAndrea Gelmini1-1/+1
2018-04-16Fix typosAndrea Gelmini1-1/+1
2018-04-16loplugin:useuniqueptr in ProgressMonitorNoel Grandin1-2/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist3-3/+3
2018-02-24Fix typosAndrea Gelmini1-1/+1
2018-02-01Fix typosAndrea Gelmini1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-5/+5
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann3-3/+3
2017-07-11use more range-for on uno::SequenceNoel Grandin1-11/+5
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke2-52/+15
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-89/+85
2017-01-19New loplugin:dynexcspec: Add @throws documentation, UnoControlsStephan Bergmann1-0/+4
2017-01-17use rtl::Reference in BaseControlNoel Grandin1-12/+9
2016-10-25loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin1-29/+19
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin1-18/+2
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-4/+8
2015-11-11com::sun::star->css in UnoControls/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-12/+12
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin2-4/+4
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-34/+31