/source/pt/mysqlc/

it/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tkspinbutton.cxx
AgeCommit message (Expand)Author
2024-05-15loplugin:ostr in toolkitNoel Grandin
2023-05-09move a toolkit header inside the moduleNoel Grandin
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in toolkitStephan Bergmann
2022-03-05GetComponentServiceName can be constNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2018-11-22improve function-local statics in toolkitNoel Grandin
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: toolkitStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-13drop useless semicolonsDavid Tardon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-12-18toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-07Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-23tk: Constructor feature for UnoSpinButton(Control|Model).Matúš Kukan