summaryrefslogtreecommitdiff
path: root/svx/source/dialog/_bmpmask.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-24convert Link<> to typedNoel Grandin1-4/+3
2015-09-16boost->stdCaolán McNamara1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-12/+8
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-3/+3
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-2/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-9/+9
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-7/+7
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-25tdf#91525 - dispose SfxControllerItem member.Michael Meeks1-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-13/+13
2015-05-13refactor ColorWindow to use RenderContextTomaž Vajngerl1-11/+6
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-4/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-22/+44
2015-04-22SfxControllerItems shouldn't be SAL_WARN_UNUSEDCaolán McNamara1-2/+36
2015-04-19loplugin:unreffunStephan Bergmann1-2/+0
2015-04-19callcatcher: update unusedcodeCaolán McNamara1-12/+0
2015-04-17svx: convert new to ::Create.Noel Grandin1-6/+6
2015-04-15and now SvxBmpMaskSelectItem is unusedCaolán McNamara1-21/+0
2015-04-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
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-10Fix OutputDevice members / stack allocation: svx.Michael Meeks1-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-5/+4
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-5/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-8/+25
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-7/+4
2014-12-18convert RID_SVXDLG_BMPMASK dockingwindow to .uiCaolán McNamara1-348/+273
2014-11-27svx/_bmpmask sal_Bool -> boolJulien Nabet1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-14/+14
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe1-17/+9
2014-05-07coverity#735858 Explicit null dereferencedCaolán McNamara1-4/+3
2014-04-15svx: sal_Bool->boolNoel Grandin1-10/+10
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-37/+37
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-27Integrate branch of IAccessible2Steve Yin1-8/+65
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin1-7/+7