summaryrefslogtreecommitdiff
path: root/svtools/source/uno/treecontrolpeer.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-23dispose() methods should clear their smart pointersNoel Grandin1-0/+1
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara1-7/+10
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+2
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen1-0/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-4/+4
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-1/+0
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-2/+2
2018-04-12make SvLBoxItem::Clone return a std::unique_ptrNoel Grandin1-15/+7
2018-02-20loplugin:changetoolsgen in svtoolsNoel Grandin1-4/+4
2018-01-17loplugin:useuniqueptr in TreeControlPeerNoel Grandin1-4/+2
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann1-2/+2
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-141/+141
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert svtools codebase away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-21loplugin:subtlezeroinit: svtoolsStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-48/+48
2016-12-02loplugin:unnecessaryoverride (dtors) in svtoolsStephan Bergmann1-7/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin1-1/+1
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-06-27Clean up uses of Any::getValue() in svtoolsStephan Bergmann1-13/+10
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-8/+8
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin1-6/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-5/+5
2016-04-13loplugin:passstuffbyref in svtoolsNoel Grandin1-1/+1
2016-04-04loplugin:constantparam in svtoolsNoel Grandin1-4/+3
2016-03-23loplugin:constantparm in svtoolsNoel Grandin1-6/+6
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-15/+5
2016-02-09Remove excess newlinesChris Sherlock1-73/+0
2016-01-21loplugin: unused return valuesNoel Grandin1-4/+4
2016-01-14loplugin:unusedmethods unused return value in svtoolsNoel Grandin1-3/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-30/+30
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-09-08convert Link<> to typedNoel Grandin1-10/+8
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-4/+4
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-4/+7
2015-07-16loplugin:simplifyboolStephan Bergmann1-6/+6
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4