summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fupage.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-06-06sd: support inserting background image from file via .uno:SelectBackgroundAshod Nakashian1-18/+44
2019-04-24tdf#42949 Fix IWYU warnings in sd/source/ui/f*Gabor Kelemen1-17/+2
2019-02-15loplugin:flatten in sd/source/ui/funcNoel Grandin1-12/+12
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+1
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+3
2018-09-17weld SdPageDlgCaolán McNamara1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin1-1/+0
2018-06-22tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[f-h]*Gabor Kelemen1-0/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-2/+2
2018-05-30tdf#42949 Fix more IWYU warnings in sd/inc/Gabor Kelemen1-0/+1
2018-04-06weld linkeditdialogCaolán McNamara1-2/+2
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-3/+3
2018-01-11loplugin:redundantcast: sdStephan Bergmann1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-11-21tdf#112650 Disable 'background settings for all pages'heiko tietze1-82/+16
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-7/+5
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-2/+2
2017-11-15TypedWhichIdNoel Grandin1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-18/+18
2017-09-08set parent for file dialog helperCaolán McNamara1-2/+2
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-8/+8
2017-08-10WIP: Removing unused SfxItemPool serialisation from svxVarun Dhall1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-12/+11
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-3/+3
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-2/+2
2017-02-01tdf#105677: sd: fix crash in FuPage::ApplyItemSetMichael Stahl1-2/+1
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin1-7/+5
2016-12-21convert VclButtonsType to scoped enumNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin1-1/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-2/+2
2016-10-11convert EditMode to scoped enumNoel Grandin1-1/+1
2016-10-11convert DocumentType to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-09-05convert Orientation to scoped enumNoel Grandin1-2/+2
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+2
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1