summaryrefslogtreecommitdiff
path: root/svx/source/dialog/_bmpmask.cxx
AgeCommit message (Expand)Author
2016-07-01Improve readability of OUString concatanation in SvxPixelCtlAccessibleMuhammet Kara
2016-06-25tdf#100343: Refresh ValueSets after changing their valueKatarina Behrens
2016-06-07Remove unnecessary strings in bmpmask dialog tdf#87026Muhammet Kara
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-24convert Link<> to typedNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25tdf#91525 - dispose SfxControllerItem member.Michael Meeks
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-13refactor ColorWindow to use RenderContextTomaž Vajngerl
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22SfxControllerItems shouldn't be SAL_WARN_UNUSEDCaolán McNamara
2015-04-19loplugin:unreffunStephan Bergmann
2015-04-19callcatcher: update unusedcodeCaolán McNamara
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-15and now SvxBmpMaskSelectItem is unusedCaolán McNamara
2015-04-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-12-18convert RID_SVXDLG_BMPMASK dockingwindow to .uiCaolán McNamara
2014-11-27svx/_bmpmask sal_Bool -> boolJulien Nabet
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-07coverity#735858 Explicit null dereferencedCaolán McNamara