summaryrefslogtreecommitdiff
path: root/svx/source/dialog/imapdlg.cxx
AgeCommit message (Expand)Author
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
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-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2015-01-24coverity#1265796 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265799 Dereference null return valueCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09changed timers to idlesTobias Madl
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-05convert floating RID_SVXDLG_CONTOUR to .uiCaolán McNamara
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-07-09tweak conversion a bitCaolán McNamara
2014-07-09RID_SVXDLG_IMAP conversion to .uiSzymon Kłos
2014-06-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-07coverity#735860 Explicit null dereferencedCaolán McNamara
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-07sal_Bool -> boolStephan Bergmann
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2013-12-27remove nasty _IMAPDLG_PRIVATE fooCaolán McNamara
2013-12-27convert save and modify imageMaps queryboxes to .uiManal Alhassoun
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin
2013-09-05convert source/dialog/imapdlg.hxx from String to OUStringNoel Grandin
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-03-19sal_Bool to boolTakeshi Abe
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith