summaryrefslogtreecommitdiff
path: root/cui/source/customize/cfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Resolves: tdf#99981 make ScriptSelectorDialog modal for its parentCaolán McNamara1-2/+2
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-05-05SvxIconSelectorDialog was never destructedMaxim Monastirsky1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-1/+1
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-3/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-3/+3
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-9/+9
2016-03-18loplugin:constantparam in cuiNoel Grandin1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-5/+4
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin1-7/+2
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-21tdf#87178 Resetting menu shouldn't reset other resourcesMaxim Monastirsky1-1/+8
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-15/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-27Don't allow customizing menus without UI nameMaxim Monastirsky1-9/+12
2015-12-19loplugin:stringconstantMatúš Kukan1-1/+1
2015-12-18tdf#80758:empty values in button name not respectedRishabh Kumar1-2/+5
2015-12-13Get rid of this env. variableMaxim Monastirsky1-4/+1
2015-12-07SvxMenuConfigPage: Disable controls when no menus foundMaxim Monastirsky1-0/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-8/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-11tdf#93837 Support nice UI names for context menusMaxim Monastirsky1-4/+39
2015-11-11tdf#93837 Make customization actually workMaxim Monastirsky1-11/+204
2015-11-11tdf#93837 Add context menu customization UIMaxim Monastirsky1-2/+21
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-65/+65
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04yyyyyNoel Grandin1-8/+5
2015-11-02Fix popup menu IDs after .ui conversionMaxim Monastirsky1-12/+12
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-12/+6
2015-10-26remove extra spaces around ::Noel Grandin1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+6
2015-10-16convert Link<> to typedNoel Grandin1-6/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-25/+14
2015-09-25convert Link<> to typedNoel Grandin1-12/+2
2015-09-14boost->stdCaolán McNamara1-1/+0
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-10/+9
2015-09-08convert Link<> to typedNoel Grandin1-11/+3
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-3/+3
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-5/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-35/+10
2015-08-14loplugin: defaultparamsNoel Grandin1-51/+51