summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-04 16:32:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-05 09:52:50 +0200
commit7b20a1b0736825c9c934288428e6e581f79971e2 (patch)
treec9b534711745499fa31031f201cd8ee320b8cac4 /include
parent8c4e8818fe9f5ac1f6cdf908299cc109d67f1e50 (diff)
tdf#117388 use native scrollbar under gtk in calc document
Change-Id: I436067b4f2b463fe9a5d6789cf96f906891757bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137810 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/scrolladaptor.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svtools/scrolladaptor.hxx b/include/svtools/scrolladaptor.hxx
index 8e94d3ee603d..1214b2c854fa 100644
--- a/include/svtools/scrolladaptor.hxx
+++ b/include/svtools/scrolladaptor.hxx
@@ -58,6 +58,10 @@ public:
// what is it
bool IsHoriScroll() const { return m_bHori; }
+ ScrollType GetScrollType() const;
+
+ virtual void EnableRTL(bool bEnable = true) override;
+
virtual tools::Long DoScroll(tools::Long nNewPos) override;
virtual bool Inactive() const override { return !m_xScrollBar->get_sensitive(); }