summaryrefslogtreecommitdiff
path: root/svx/source/unodialogs
AgeCommit message (Expand)AuthorFilesLines
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-2/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks6-35/+83
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-7/+7
2015-04-17svx: convert new to ::Create.Noel Grandin3-4/+4
2015-04-13More lifecycle correction.Michael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-3/+3
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin6-31/+65
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin4-0/+14
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-15loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin5-11/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
2014-04-22remove unused hrc filesThomas Arnhold2-85/+0
2014-04-21remove comments why a file gets includedThomas Arnhold5-18/+0
2014-04-15WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist1-1/+1
2014-04-15svx: sal_Bool->boolNoel Grandin4-12/+12
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-18/+18
2014-03-20coverity#705908 Dereference before null checkCaolán McNamara1-1/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-32/+32
2014-02-26Remove visual noise from svxAlexander Wilms7-27/+27
2014-02-23Remove unneccessary commentsAlexander Wilms2-7/+7
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-04convert chinese dictionary dialog to .uiCaolán McNamara9-640/+230
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin2-4/+4
2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza1-19/+5
2013-10-28fixincludeguards.sh: svxThomas Arnhold4-8/+8
2013-10-28windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2-10/+0
2013-10-21remove uses of COMPARE_*Caolán McNamara2-7/+7
2013-10-07CID#704124 wrong operator used, harmless thoughCaolán McNamara1-1/+1
2013-09-05convert svx/source/unodialogs/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-09-05convert svx/.../chinese_dictionarydialog.hxx from String to OUStringNoel Grandin2-6/+6
2013-08-24Mark as constTakeshi Abe1-1/+1
2013-07-05remove duplicate dialogThomas Arnhold3-240/+14
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-17sal_Bool to boolTakeshi Abe4-8/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-60/+60
2013-03-20Assume that this shall check full string equalityStephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3