summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellImplementation.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-11tdf#33603: sd: rework notes panelSarper Akdemir1-0/+1
2024-04-03tdf#146619 Drop unused 'using namespace' in: sd/Gabor Kelemen1-3/+0
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-12-16sd: check SfxViewFrame::Current()Caolán McNamara1-5/+9
2022-12-05cid#1517256 Dereference null return valueCaolán McNamara1-0/+1
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-4/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2019-09-29loplugin:constmethod in sdNoel Grandin1-1/+1
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-10/+1
2019-07-26sfx: LOK: toggle sidebar decksAshod Nakashian1-1/+1
2019-06-21SvxIMapDlg is weldedCaolán McNamara1-1/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-02-15loplugin:flatten in sd/source/ui/viewNoel Grandin1-23/+23
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-4/+4
2018-09-21tdf#67248 Use localized layer name only for display in UIRegina Henschel1-4/+5
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen1-1/+0
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-2/+2
2017-11-26coverity#1421087 Uncaught exceptionCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-22/+22
2017-08-03loplugin:constparams in sdNoel Grandin1-1/+1
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-22loplugin:unusedfields in sd part2Noel Grandin1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-6/+6
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-4/+4
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-02-20Include <xmloff/autolayout.hxx> only where usedTor Lillqvist1-0/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2016-10-11convert PageKind to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-1/+0
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-06-03on switching to slide layouts panel move into slide layout contextCaolán McNamara1-0/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-04yyyyyNoel Grandin1-1/+1