summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuprlout.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-05-27FuPoor: pass SdDrawDocument by refXisco Fauli1-13/+13
2025-05-14sd: pass ViewShell by refXisco Fauli1-12/+12
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2022-02-10add more TypedWhichIdNoel Grandin1-4/+4
2021-09-29use SfxItemSetFixed in sdNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2020-10-13static_cast after dynamic_castNoel1-3/+2
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-24tdf#42949 Fix IWYU warnings in sd/source/ui/f*Gabor Kelemen1-13/+1
2019-03-05Use indexed getToken()Matteo Casalin1-2/+3
2019-02-15loplugin:flatten in sd/source/ui/funcNoel Grandin1-73/+73
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov1-2/+1
2018-10-22Resolves: tdf#120785 no parent set via status barCaolán McNamara1-1/+2
2018-10-12weld SdPresLayoutDlgCaolán McNamara1-1/+1
2018-08-10unnecessary null check before dynamic_cast, in sdNoel Grandin1-3/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-2/+2
2018-04-03tdf#42949 Remove unnecessary localization headers from sdGabor Kelemen1-2/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2017-10-23loplugin:includeform: sdStephan Bergmann1-21/+21
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-03-06cppcheck: knownConditionTrueFalseJochen Nitschke1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-4/+4
2016-10-11convert EditMode to scoped enumNoel Grandin1-1/+1
2016-09-30Resolves: tdf#101004 crash on using slide master design from master viewCaolán McNamara1-8/+10
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-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-1/+1
2015-10-13coverity#735838 Dereference after null checkCaolán McNamara1-3/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-25sd/source/ui/func boost->stdCaolán McNamara1-2/+1
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-3/+3
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-06-23allow slide design to affect multiple standard pagesCaolán McNamara1-28/+66
2015-06-13Fix typosAndrea Gelmini1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-8/+8
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-8/+8
2014-06-25remove whitespacesMarkus Mohrhard1-2/+0
2014-05-22Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-04-24sd: sal_Bool->boolNoel Grandin1-10/+10
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2013-10-25Unwind FunctionReference typedefStephan Bergmann1-2/+2
2013-08-24String->OUStringIvan Timofeev1-8/+9