summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshel.cxx
AgeCommit message (Expand)AuthorFilesLines
3 daystdf#38164: sd: allow panning across pages when zoomed inSarper Akdemir1-0/+7
2024-04-10IASS: Support Mouse-Wheel ActionsArmin Le Grand (allotropia)1-29/+51
2024-02-24IASS: make live slideshow experimental and configurableArmin Le Grand (allotropia)1-2/+2
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2024-02-18IASS: Preparations for InterActiveSlideShowArmin Le Grand (allotropia)1-5/+20
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-1/+1
2023-12-20cool#7865 sfx2 lok: fix bad view id on async command dispatchMiklos Vajna1-1/+14
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin1-0/+1
2023-11-09loplugin:fieldcast in sd::OutlineViewNoel Grandin1-0/+1
2023-09-05tdf#114441 - Convert use of sal_uLong to better integer typessahil1-1/+1
2023-06-12cid#1401342 Uncaught exceptionCaolán McNamara1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2023-01-26GetDrawController should return pointerNoel Grandin1-2/+2
2022-12-14sd: Improve reaction to slow zoom gestures in ViewShellPovilas Kanapickas1-1/+6
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas1-2/+2
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas1-2/+2
2022-08-28cid#1512438 Dereference before null checkCaolán McNamara1-1/+1
2022-08-27sd: react to touchpad zoom gestures in ViewShellPovilas Kanapickas1-0/+44
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara1-27/+1
2022-08-05tdf#117388 use native scrollbar under gtk in impress/draw documentsCaolán McNamara1-2/+2
2022-08-01Fix typo in codeAndrea Gelmini1-1/+1
2022-07-13basegfx: zoomIn() and zoomOut() should be sal_uInt16Chris Sherlock1-4/+4
2022-03-02use SfxItemSet::GetItemIfSet in sdNoel Grandin1-65/+54
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-2/+2
2021-12-06loplugin:stringliteraldefine in sdNoel Grandin1-1/+1
2021-07-20Use some forward declarations in <editeng/editobj.hxx>Mike Kaganski1-0/+1
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin1-1/+1
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-8/+5
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-0/+2
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-23long->tools::Long in pyuno..sdNoel1-9/+9
2020-09-25tdf#64711 pointer deleted out from under std::shared_ptrCaolán McNamara1-2/+5
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-2/+2
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-38/+38
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-0/+2
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-01-26rename some local variablesNoel Grandin1-4/+4
2020-01-24loplugin:makeshared in sdNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-19loplugin:virtualdead unused param in sd::ViewShell::UpdatePreviewNoel Grandin1-2/+2
2019-09-29loplugin:constmethod in sdNoel Grandin1-1/+1
2019-09-12tdf#42949 Fix IWYU warnings in sd/source/ui/[u-v]*/*cxxGabor Kelemen1-7/+1
2019-08-11revert some consts to placate coverity Uncaught exceptionsCaolán McNamara1-7/+4
2019-06-07lok: re-factor getTextSelection.Michael Meeks1-49/+4