summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tree
AgeCommit message (Expand)Author
2019-03-07log nice exception messages whereever possibleNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-22improve function-local statics in toolkitNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
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-07-02loplugin:casttovoid: toolkitStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
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-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-08fdo#38835 strip out OUString globalsNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-04-19Remove gcc3 workaround here tooThomas Arnhold
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
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-25fdo#54938 Convert toolkit to cppu::supportsServiceAlexandre Vicenzi
2014-01-24tk: Constructor feature for MutableTreeDataModel.Matúš Kukan
2014-01-23tk: Constructor feature for UnoTree(Control|Model).Matúš Kukan
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-08-27Shouldn't be removedJulien Nabet
2013-08-27Simplify a bit iterator + remove double checkJulien Nabet
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet