summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/controlmodelcontainerbase.cxx
AgeCommit message (Expand)Author
2021-11-28use more OInterfaceContainerHelper3 in toolkitNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolkitMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-23loplugin:refcounting in toolkitNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-04loplugin:flatten in toolkitNoel Grandin
2020-05-20fix -Werror=maybe-uninitializedNoel Grandin
2020-05-15ControlModelContainerBase: Use property for enabled statusMichael Weghorn
2020-05-14Rename ContainerControl_IBase -> ControlContainer_IBaseMichael Weghorn
2020-05-09Just use initializer list for Sequence<OUString>Michael Weghorn
2020-05-09toolkit: Use lambda instead of FindControlModel functorMichael Weghorn
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-09-06Fixing "...."Andrea Gelmini
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2019-07-21loplugin:referencecasting in test..toolkitNoel Grandin
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov
2019-03-28tdf#124385: toolkit: do not fail if ResourceListener is not definedVasily Melenchuk
2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2018-11-22improve function-local statics in toolkitNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin
2018-04-11toolkit: Recover missing service names for ControlModelContainerBaseTakeshi Abe
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-01-27Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-11-21Fix typosAndrea Gelmini
2017-11-21Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: toolkitStephan Bergmann
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet