diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-03-04 20:52:38 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-03-09 21:58:40 +0100 |
commit | 10be5b6ce972dff517f3ceed41cab04d3e051f57 (patch) | |
tree | 2cd382716b678e7d493ff679417a4f5761e5766d /include/vcl/window.hxx | |
parent | 31f96c3e0d13180447c45212158ee69e791c645a (diff) |
MSForms: Add a drop-down button for drop-down form field
* Introduce a editing frame with a button for drop-down form field.
** The frame is mouse transparent.
** Pushing the button opens the popup window with the items of the field.
* The button is visible when the cursor is inside the field.
Change-Id: I5c7db138d14380899fee046c95a5afe14cfea213
Reviewed-on: https://gerrit.libreoffice.org/68961
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 4294c4f1e520..fff03ed1ffb5 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -598,7 +598,7 @@ protected: SAL_DLLPRIVATE void ImplInvalidate( const vcl::Region* rRegion, InvalidateFlags nFlags ); - SAL_DLLPRIVATE WindowHitTest ImplHitTest( const Point& rFramePos ); + virtual WindowHitTest ImplHitTest( const Point& rFramePos ); SAL_DLLPRIVATE void ImplSetMouseTransparent( bool bTransparent ); |