summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)AuthorFilesLines
2024-03-30tdf#146619 Drop unused 'using namespace' in: UnoControls/Gabor Kelemen1-1/+0
2024-01-08cid#1560054 use RVOCaolán McNamara5-51/+28
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: UnoControlsStephan Bergmann1-3/+3
2023-09-12loplugin:unodispose in UnoControlsNoel Grandin4-29/+22
2023-05-27Use getXWeak in UnoControlsMike Kaganski3-4/+4
2023-01-20Base BaseControl on WeakComponentImplHelperStephan Bergmann13-277/+97
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen5-5/+6
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik41873-25/+27
2021-12-19use more cppu::BaseMutexNoel Grandin2-9/+3
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin1-2/+2
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 Grandin7-19/+22
2021-08-02convert #defines to OUStringLiteralNoel Grandin2-12/+12
2021-07-22fix the mutex locking in impl_searchTopicNoel Grandin1-21/+15
2021-07-22no need to use unique_ptr hereNoel Grandin2-25/+23
2021-07-21flatten vector in BaseContainerControlNoel Grandin2-19/+14
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann16-32/+32
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-4/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-26loplugin:flattenNoel1-23/+20
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel2-4/+4
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