summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
AgeCommit message (Expand)AuthorFilesLines
2015-09-24convert Link<> to typedNoel Grandin1-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-6/+2
2015-09-01Make saving the default fonts work againMaxim Monastirsky1-0/+34
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-49/+29
2015-08-21loplugin:defaultparamsNoel Grandin1-4/+4
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-07Delete unnecessary writer options from Options dialogMihály Palenik1-71/+0
2015-07-06improve the returnbyref lopluginNoel Grandin2-2/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-15convert POSTITS_ to scoped enumNoel Grandin1-10/+10
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-9/+6
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-2/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-115/+115
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-3/+3
2015-05-18loplugin:staticmethodsStephan Bergmann1-14/+18
2015-05-18refactor optload / optpage to use RenderContextTomaž Vajngerl2-45/+51
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-3/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks2-7/+5
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-5/+5
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann3-10/+10
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2-8/+4
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-79/+374
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks4-28/+31
2015-04-17sw: convert new to ::Create.Noel Grandin4-13/+13
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-1/+1
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-4/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin4-14/+14
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-34/+304
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-5/+5
2015-04-09vcl: VclPtr conversion in swNoel Grandin4-0/+24
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna1-0/+12
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-13/+13
2015-03-23loplugin:constantfunction: swNoel Grandin1-7/+0
2015-03-18convert DocumentSettingId to an enum classNoel Grandin2-13/+13