summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tree
AgeCommit message (Expand)AuthorFilesLines
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen3-6/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann3-5/+5
2019-03-07log nice exception messages whereever possibleNoel Grandin1-4/+5
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-22improve function-local statics in toolkitNoel Grandin1-7/+2
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov1-5/+3
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin2-2/+2
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann1-4/+4
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke2-6/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin2-3/+3
2017-10-23loplugin:includeform: toolkitStephan Bergmann1-2/+2
2017-07-02loplugin:casttovoid: toolkitStephan Bergmann1-2/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-142/+140
2016-12-01loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann1-5/+0
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin1-7/+1
2016-09-30loplugin:constantparamNoel Grandin1-13/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-28/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-09com::sun::star->css in toolkit/Noel Grandin3-34/+34
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-74/+74
2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-3/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+12
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin1-6/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+2
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-04-19Remove gcc3 workaround here tooThomas Arnhold1-30/+15
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold1-3/+3
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist1-1/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-10/+10
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-72/+72
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-138/+138
2014-02-26Remove visual noise from toolkitAlexander Wilms2-4/+4
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-36/+36
2014-01-25fdo#54938 Convert toolkit to cppu::supportsServiceAlexandre Vicenzi1-106/+3
2014-01-24tk: Constructor feature for MutableTreeDataModel.Matúš Kukan1-5/+7
2014-01-23tk: Constructor feature for UnoTree(Control|Model).Matúš Kukan2-89/+83
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-5/+5
2013-08-27Shouldn't be removedJulien Nabet1-0/+3
2013-08-27Simplify a bit iterator + remove double checkJulien Nabet1-14/+7