summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
AgeCommit message (Expand)Author
2020-01-12Resolves: tdf#129904 use the current page as the page for helpCaolán McNamara
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
2019-10-05tdf#127935 Make double click expand/collapse entry in option treeJim Raykowski
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-09-20weld OfaTreeOptionsDialogCaolán McNamara
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
2019-03-09loplugin:unusedfieldsNoel Grandin
2018-11-12-Werror,-Wunused-private-fieldStephan Bergmann
2018-06-06tdf#37336 Added Apply button in options dialogDiadlo
2018-03-06After Java settings have changed, restart LibO for realKatarina Behrens
2018-01-11Use more unique_ptr in treeopt (cui)Julien Nabet
2017-12-28Use unique_ptr for VectorOfNodes (cui/treeopt)Julien Nabet
2017-12-28Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)Julien Nabet
2017-12-20Revert "Related tdf#114457: fix leak in treeopt (cui)"Julien Nabet
2017-12-16Related tdf#114457: fix leak in treeopt (cui)Julien Nabet
2017-12-06loplugin:countusersofdefaultparams in cuiNoel Grandin
2017-11-07loplugin:finalclasses in cuiNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-13flaten array of stringarrays by a levelCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25[GSoC]Remove Colors entry from Options dialogRishabh Kumar
2016-06-27loplugin:singlevalfields in cuiNoel Grandin
2015-11-20loplugin:unusedfields in cuiNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2014-10-01coverity#1242943 unused memberCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-16Convert RID_OFADLG_OPTIONS_TREE to .uiPalenik Mihály
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann