summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tabpagecontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: toolkit/Gabor Kelemen1-1/+0
2023-10-20Use getXWeak in toolkitMike Kaganski1-3/+3
2023-05-09move a toolkit header inside the moduleNoel Grandin1-1/+1
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin1-3/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-05-03Just use Any ctor instead of makeAny in toolkitStephan Bergmann1-3/+3
2022-03-05GetComponentServiceName can be constNoel Grandin1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolkitMike Kaganski1-5/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2020-05-18tdf#133142 UnoControlTabPageContainer: Handle tab property changesMichael Weghorn1-0/+9
2020-05-15Forward 'removeTabPageContainerListener' as suchMichael Weghorn1-1/+1
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin1-3/+3
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen1-2/+0
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann1-2/+2
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov1-4/+2
2019-05-06Throw exception when peer for tabpage container is missingSamuel Mehrbrodt1-0/+4
2018-11-22improve function-local statics in toolkitNoel Grandin1-7/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: toolkitStephan Bergmann1-1/+1
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin1-17/+16
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-24/+24
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09com::sun::star->css in toolkit/Noel Grandin1-11/+11
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-2/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist1-1/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-26Remove visual noise from toolkitAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-01-23tk: Constructor feature for UnoControlTabPageContainer(Model).Matúš Kukan1-3/+18
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+7
2013-03-16Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)Chr. Rossmanith1-3/+3
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin1-8/+8
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14gridfixes: #i117549# create/loadTabPageNorbert Thiebaud1-7/+13
2012-09-14gridfixes: #i117549# finalize css.awt.tab APINorbert Thiebaud1-21/+68