summaryrefslogtreecommitdiff
path: root/svx/source/dialog/hdft.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-24convert Link<> to typedNoel Grandin1-5/+13
2015-09-16boost->stdCaolán McNamara1-3/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-5/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-6/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptrmerge2'Michael Meeks1-4/+26
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+26
2015-04-28CheckBox::GetSavedValue return type is TriStateStephan Bergmann1-1/+1
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-17svx: convert new to ::Create.Noel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+16
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: svxNoel Grandin1-18/+1
2015-01-20Some more loplugin:cstylecast: svxStephan Bergmann1-3/+3
2014-10-20loplugin: cstylecastNoel Grandin1-34/+34
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-22/+22
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-4/+0
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-2/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-6/+8
2014-07-01loplugin:literaltoboolconversionStephan Bergmann1-5/+5
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-137/+338
2014-06-22Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-5/+5
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-7/+7
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-04-27constLuboš Luňák1-3/+3
2014-04-03svl: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-6/+6
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-9/+9
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-05-29convert more queryboxes to new message box replacementCaolán McNamara1-1/+8
2013-05-14work harder to hide shared first page stuff in calcCaolán McNamara1-7/+9
2013-05-13If the first page toggle is hidden, don't set first page to trueCaolán McNamara1-1/+2
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-5/+5
2013-03-19sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04discard explicit SetAccessibleRelationMemberOf when members of a true VclFrameCaolán McNamara1-28/+6