summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futempl.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-03-02use SfxItemSet::GetItemIfSet in sdNoel Grandin1-4/+3
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-1/+1
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-2/+2
2020-09-30loplugin:reducevarscope in sdNoel1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-01convert PresentationObjects to scoped enumNoel Grandin1-16/+16
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-7/+7
2019-04-24tdf#42949 Fix IWYU warnings in sd/source/ui/f*Gabor Kelemen1-10/+4
2018-12-13use unique_ptr in checkForUniqueItemNoel Grandin1-14/+7
2018-10-18weld SdTabTemplateDlgCaolán McNamara1-1/+1
2018-10-18weld SdPresLayoutTemplateDlgCaolán McNamara1-1/+1
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen1-0/+1
2018-05-30tdf#42949 Fix more IWYU warnings in sd/inc/Gabor Kelemen1-0/+1
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-7/+7
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-16use more TypedWhichId in sfxsidsNoel Grandin1-3/+3
2018-01-19inline some definesNoel Grandin1-10/+10
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-1/+1
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-1/+1
2017-11-15TypedWhichIdNoel Grandin1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-20/+20
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21de-hrc various thingsCaolán McNamara1-10/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-05-30Fix highlighting in sd::FuTemplateRohan Kumar1-19/+8
2017-05-19make string translation loading more uniformCaolán McNamara1-10/+10
2017-05-19SdResId used just for its idCaolán McNamara1-1/+1
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-2/+2
2017-03-01tdf#96681 Lack of UI to change the text background color of a styleRohan Kumar1-0/+22
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+4
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-4/+4
2016-10-11convert PageKind to scoped enumNoel Grandin1-1/+1
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-4/+4
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara1-2/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-11/+11
2016-03-10loplugin:constantparam in sdNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-25sd/source/ui/func boost->stdCaolán McNamara1-3/+2