summaryrefslogtreecommitdiff
path: root/cui/source/customize/macropg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Avoid reserved identifiersStephan Bergmann1-25/+25
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-8/+6
2016-03-04loplugin:unuseddefaultparam in cuiNoel Grandin1-6/+6
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin1-6/+6
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky1-0/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-12-14Use scoped pointers to hold dialogsOliver Specht1-2/+2
2015-11-25assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-14boost->stdCaolán McNamara1-1/+0
2015-09-11convert Link<> to typedNoel Grandin1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-5/+4
2015-08-31convert Link<> to typedNoel Grandin1-3/+2
2015-08-27Clean up sEmptyStephan Bergmann1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-9/+6
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-4/+6
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11LO crash when Tools -> Customize -> Event -> ESCPhilippe Jung1-1/+2
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-18/+17
2015-05-10_SvxMacroTabPage::mpImpl is never assigned to...Stephan Bergmann1-2/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-7/+7
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-1/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-29/+53
2015-04-18cui: convert new to ::Create.Michael Meeks1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+12
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-31/+43
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+0
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+2