summaryrefslogtreecommitdiff
path: root/cui/source/customize
AgeCommit message (Expand)AuthorFilesLines
2015-11-26assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane1-1/+1
2015-11-20loplugin:unusedfields in cuiNoel Grandin1-2/+0
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 Monastirsky2-2/+26
2015-11-10cui: convert boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10cui: boost::ptr_vector->std::vector<unique_ptr>Noel Grandin1-38/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-121/+121
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-3/+3
2015-11-04yyyyyNoel Grandin2-12/+7
2015-11-02Fix popup menu IDs after .ui conversionMaxim Monastirsky1-12/+12
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin4-21/+13
2015-10-26remove extra spaces around ::Noel Grandin1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann5-16/+16
2015-10-19loplugin:defaultparamsStephan Bergmann4-11/+11
2015-10-16convert Link<> to typedNoel Grandin1-6/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-6/+6
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin3-31/+17
2015-10-01coverity#1325251 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-3/+3
2015-09-25convert Link<> to typedNoel Grandin2-13/+3
2015-09-14boost->stdCaolán McNamara2-2/+0
2015-09-12sal_uInt16 to sal_Int32, constify/reduce OUStringsMatteo Casalin1-6/+5
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2-13/+11
2015-09-11convert Link<> to typedNoel Grandin2-4/+3
2015-09-08convert Link<> to typedNoel Grandin4-24/+12
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-3/+3
2015-08-31convert Link<> to typedNoel Grandin1-3/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-5/+1
2015-08-27Clean up sEmptyStephan Bergmann1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin5-63/+26
2015-08-14loplugin: defaultparamsNoel Grandin4-63/+63
2015-08-11loplugin:constantfunctionNoel Grandin1-6/+0
2015-07-29com::sun::star->css in cuiNoel Grandin3-26/+25
2015-07-28convert SFX_CFG* constants to scoped enumNoel Grandin1-21/+21
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl3-9/+13
2015-07-20convert to typed Link<> in sfx2Noel Grandin1-9/+5
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-1/+0
2015-07-08loplugin:staticmethodsStephan Bergmann1-4/+1
2015-07-08cui: typed Link<>Noel Grandin1-3/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-6/+3
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara3-11/+8