summaryrefslogtreecommitdiff
path: root/include/vcl/weld.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-25 16:54:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-29 10:07:17 +0200
commit66cd438e3545edecaa05aa27beb289c6a6df53fc (patch)
treec06dfadb1d4d8fae17c08605684cac2e7aa60c69 /include/vcl/weld.hxx
parenta2dae039f1209b5324879930c142b24d50fafc69 (diff)
weld SvxAngleTabPage
Change-Id: I03bd0a6a0805d549570ce44030a0f58ca2b98d05 Reviewed-on: https://gerrit.libreoffice.org/54818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r--include/vcl/weld.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 963a7e509ebf..b890bf197498 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -94,10 +94,12 @@ public:
}
virtual void grab_add() = 0;
+ virtual bool has_grab() const = 0;
virtual void grab_remove() = 0;
//true for rtl, false otherwise
virtual bool get_direction() const = 0;
+ virtual void set_direction(bool bRTL) = 0;
virtual Container* weld_parent() const = 0;
@@ -833,6 +835,8 @@ public:
virtual void queue_resize() = 0;
virtual a11yref get_accessible_parent() = 0;
virtual a11yrelationset get_accessible_relation_set() = 0;
+ // use return here just to generate matching VirtualDevices
+ virtual OutputDevice& get_ref_device() = 0;
};
class VCL_DLLPUBLIC Menu