summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-06tdf#159375: remove initialization on Tools>OptionsBayram Çiçek1-2/+2
2024-02-04cid#1455212 Uncaught exceptionCaolán McNamara1-0/+2
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek1-0/+49
2023-05-27tdf#148756: Fix document type in option dialogBaole Fang1-0/+2
2023-03-28Simplify OfaTreeOptionsDialog ctors by delegationMike Kaganski1-2/+3
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin1-15/+16
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin1-1/+1
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