summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-1/+0
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2021-10-30Resolves: tdf#145377 don't use dismissed dialog as parent for error dialogsCaolán McNamara1-0/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-3/+3
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman1-4/+1
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin1-8/+6
2020-06-05have just one way to set expander imageCaolán McNamara1-0/+1
2019-09-05loplugin:constmethod in cuiNoel Grandin1-4/+4
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-0/+1
2019-04-01drop unnecessary includesCaolán McNamara1-5/+1
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara1-4/+4
2019-02-22weld SvxScriptOrgDialogCaolán McNamara1-70/+49
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-4/+1
2018-03-05weld CuiInputDialogCaolán McNamara1-9/+10
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-07-31loplugin:constparams in cuiNoel Grandin1-7/+7
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin1-7/+5
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-04-25remove bitmaps from .src filesCaolán McNamara1-2/+2
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-1/+0
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+0
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+0
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2015-11-20loplugin:unusedfields in cuiNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-29com::sun::star->css in cuiNoel Grandin1-18/+17
2015-07-28convert INPUTMODE_ constants to scoped enumNoel Grandin1-5/+7
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-2/+0
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-9/+11
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+2
2015-03-23loplugin:constantfunction: cuiNoel Grandin1-9/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-09-30cui: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2