summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)Author
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: UnoControlsStephan Bergmann
2023-09-12loplugin:unodispose in UnoControlsNoel Grandin
2023-05-27Use getXWeak in UnoControlsMike Kaganski
2023-01-20Base BaseControl on WeakComponentImplHelperStephan Bergmann
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-01-19tdf#145614 Convert #define to enum or constexprVaibhavMalik4187
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-15loplugin:constvarsNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-22fix the mutex locking in impl_searchTopicNoel Grandin
2021-07-22no need to use unique_ptr hereNoel Grandin
2021-07-21flatten vector in BaseContainerControlNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-26loplugin:flattenNoel
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2021-01-20Improve loplugin:doubleconvertStephan Bergmann
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-08-02loplugin:flatten in UnoControlsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin
2020-02-19tdf#42982 add detail exception reason for UnoControlsnienzu
2019-12-28tdf#124176: Use "pragma once" on UnoControls/*Andrea Gelmini
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-09-30loplugin:duplicate-defines in UnoControlsNoel Grandin
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen
2019-05-09Simplify Sequence iterations in UnoControlsArkadiy Illarionov
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-05Fix typoAndrea Gelmini