summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)Author
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara
2015-12-14Use scoped pointers to hold dialogsOliver Specht
2015-12-13Get rid of this env. variableMaxim Monastirsky
2015-12-07SvxMenuConfigPage: Disable controls when no menus foundMaxim Monastirsky
2015-11-25assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane
2015-11-20loplugin:unusedfields in cuiNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11tdf#93837 Support nice UI names for context menusMaxim Monastirsky
2015-11-11tdf#93837 Make customization actually workMaxim Monastirsky
2015-11-11tdf#93837 Add context menu customization UIMaxim Monastirsky
2015-11-10cui: convert boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02Fix popup menu IDs after .ui conversionMaxim Monastirsky
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-01coverity#1325251 Unchecked dynamic_castCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-25convert Link<> to typedNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-09-12sal_uInt16 to sal_Int32, constify/reduce OUStringsMatteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-11loplugin:constantfunctionNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-28convert SFX_CFG* constants to scoped enumNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-07-08loplugin:staticmethodsStephan Bergmann
2015-07-08cui: typed Link<>Noel Grandin