summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog
AgeCommit message (Expand)AuthorFilesLines
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-07loplugin:constantparam in swNoel Grandin1-2/+4
2016-08-31convert SwDocPositions to scoped enumNoel Grandin1-8/+8
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-2/+2
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-1/+1
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-14inline some use-once macrosNoel Grandin1-11/+8
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2-11/+11
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-27/+27
2015-11-09formatting improvements in sw/Noel Grandin1-4/+4
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-4/+4
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-3/+3
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-17boost->stdCaolán McNamara1-5/+5
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+2
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-2/+0
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-07AbstractSwWordCountFloatDlg always leaked hereCaolán McNamara1-5/+5
2015-07-06tdf79312: disable auto-close spelling dialog for sw, sdMarek Doležel1-4/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-7/+7
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-4/+4
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-06typoStephan Bergmann1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-9/+9
2014-11-25loplugin: cstylecastNoel Grandin2-2/+2
2014-10-28coverity#704066 Unchecked return valueCaolán McNamara1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-11/+11