summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-17tdf#137930 Apply button changes values to previous onesCaolán McNamara1-0/+3
2020-10-29have just the one handler for ok/apply optionsCaolán McNamara1-1/+1
2020-10-29call ExtPage::DeactivatePage for apply as well as okCaolán McNamara1-1/+1
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman1-4/+1
2020-05-08compact namespace in canvas..cuiNoel Grandin1-4/+4
2020-01-10Resolves: tdf#129904 use the current page as the page for helpCaolán McNamara1-0/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+0
2019-10-05tdf#127935 Make double click expand/collapse entry in option treeJim Raykowski1-0/+1
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-2/+0
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara1-27/+30
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-1/+2
2019-03-09loplugin:unusedfieldsNoel Grandin1-3/+0
2018-11-12-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2018-06-06tdf#37336 Added Apply button in options dialogDiadlo1-0/+4
2018-03-06After Java settings have changed, restart LibO for realKatarina Behrens1-2/+11
2018-01-11Use more unique_ptr in treeopt (cui)Julien Nabet1-2/+2
2017-12-28Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet1-1/+1
2017-12-28Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet1-12/+2
2017-12-20Revert "Related tdf#114457: fix leak in treeopt (cui)"Julien Nabet1-6/+0
2017-12-16Related tdf#114457: fix leak in treeopt (cui)Julien Nabet1-0/+6
2017-12-06loplugin:countusersofdefaultparams in cuiNoel Grandin1-1/+1
2017-11-07loplugin:finalclasses in cuiNoel Grandin1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-35/+0
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann1-1/+5
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-3/+3
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-10-13flaten array of stringarrays by a levelCaolán McNamara1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-25[GSoC]Remove Colors entry from Options dialogRishabh Kumar1-4/+0
2016-06-27loplugin:singlevalfields in cuiNoel Grandin1-1/+0
2015-11-20loplugin:unusedfields in cuiNoel Grandin1-14/+4
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-7/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-5/+0
2015-09-08convert Link<> to typedNoel Grandin1-2/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+2
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-29com::sun::star->css in cuiNoel Grandin1-17/+17
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-1/+0
2015-05-29loplugin:loopvartoosmallNoel Grandin1-8/+8
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+7
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-5/+5
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+2
2014-10-01coverity#1242943 unused memberCaolán McNamara1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3