summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
AgeCommit message (Expand)AuthorFilesLines
12 dayssd: prevent some work outside of LibreOfficeKitMéven Car1-1/+2
2024-05-08tdf#69192: add StartingSlide to SID_PRESENTATION and cmdline show=Justin Luth1-5/+10
2024-05-07Impress: transmit document's property StartWithPresentationMéven Car1-0/+13
2024-04-15tdf#33603 Fix Close button not working in Notes PaneSamuel Mehrbrodt1-2/+2
2024-04-11tdf#33603: sd: rework notes panelSarper Akdemir1-18/+7
2024-04-09IASS: Missing updates in OutlinerView modeArmin Le Grand (allotropia)1-3/+23
2024-02-22tdf#33603: sd: add notes panel for normal viewSarper Akdemir1-0/+24
2024-01-12Send document colors with lok callbackSzymon Kłos1-1/+3
2024-01-12sc: announce theme colors with lok callbackSzymon Kłos1-0/+13
2023-11-19Extended loplugin:ostr: sdStephan Bergmann1-3/+3
2023-10-16Revert "Make sure views get new themes on .uno:ChangeTheme"Paris Oplopoios1-12/+0
2023-10-06Related: cool#7373 add an SfxHintId::ThisIsAnSfxEventHintCaolán McNamara1-5/+5
2023-08-11lok: a11y: get focused paragraph notified on document loadMarco Cecchetti1-5/+0
2023-07-05Make sure views get new themes on .uno:ChangeThemeParis Oplopoios1-0/+12
2023-06-14Add editengine view separation in tiled renderingParis Oplopoios1-0/+27
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl1-0/+5
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-13/+8
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara1-5/+5
2023-01-26GetDrawController should return pointerNoel Grandin1-5/+6
2022-11-09lok: masterpage: introduce EditMode setter and getter for ViewShellSzymon Kłos1-0/+36
2022-09-02tdf#150712 limit the dialog to only a sample of the dataNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-10/+1
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara1-2/+2
2020-10-23long->tools::Long in pyuno..sdNoel1-3/+3
2020-10-13static_cast after dynamic_castNoel1-3/+2
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-09compact namespace in sdNoel Grandin1-1/+2
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-01-28remove some unused local varsNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in sdNoel Grandin1-3/+3
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara1-1/+2
2019-09-29loplugin:constmethod in sdNoel Grandin1-3/+3
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-8/+0
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov1-25/+22
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-1/+1
2019-02-15loplugin:flatten in sd/source/ui/viewNoel Grandin1-96/+96
2018-11-08Fix typosAndrea Gelmini1-2/+2
2018-10-30tdf#42949 Fix IWYU warnings in sd/source/ui/inc/{framework,tools,view}/*Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-14/+14
2018-08-10unnecessary null check before dynamic_cast, in sdNoel Grandin1-2/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-19Remove unused parameter bBrowseRegina Henschel1-2/+2
2018-07-07Fix typosAndrea Gelmini1-1/+1
2018-05-30tdf#42949 Fix more IWYU warnings in sd/inc/Gabor Kelemen1-0/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2