summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sdpreslt.cxx
AgeCommit message (Expand)Author
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-14tdf#42949 Fix IWYU warnings in sd/source/ui/d*/*cxxGabor Kelemen
2019-02-15loplugin:flatten in sd/source/ui/d*Noel Grandin
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov
2018-10-29tdf#42949 Fix IWYU warnings in sd/inc ; sd/source/ui/inc/Gabor Kelemen
2018-10-12weld SdPresLayoutDlgCaolán McNamara
2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-07weld SfxNewFileDialogCaolán McNamara
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-03Resolves: tdf#111308 crash after load designs with no design selectedCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-26remove sd bitmaps from .src filesCaolán McNamara
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-13loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-14typo: ecists -> existsThomas Arnhold
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-11-20convert slide design to .uiCaolán McNamara
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-08-24convert SdPresLayoutDlg to OUStringIvan Timofeev
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev