diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 36468167bdf1..49dbd6768ea6 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -834,28 +834,6 @@ public: */ static ImplSVEvent * PostMouseEvent( sal_uLong nEvent, vcl::Window *pWin, MouseEvent* pMouseEvent ); - /** Send zoom event - - Experimental work in progress. Available only for iOS and Android, and unclear whether actually - is needed now with tiled rendering. - - @param nEvent Event ID for zoom event - @param pWin Pointer to window to which the event is sent - @param pZoomEvent Zoom event to send - */ - static ImplSVEvent * PostZoomEvent( sal_uLong nEvent, vcl::Window *pWin, ZoomEvent* pZoomEvent ); - - /* Send scroll event - - Experimental work in progress. Available only for iOS and Android, and unclear whether actually - is needed now with tiled rendering. - - @param nEvent Event ID for scroll event - @param pWin Pointer to window to which the event is sent - @param pScrollEvent Scroll event to send - */ - static ImplSVEvent * PostScrollEvent( sal_uLong nEvent, vcl::Window *pWin, ScrollEvent* pScrollEvent ); - /** Remove mouse and keypress events from a window... any also zoom and scroll events if the platform supports it. @@ -1368,12 +1346,6 @@ public: */ static void SetFilterHdl( const Link<>& rLink ); - /*** Get a new graphics filter - - @return Const reference to the Link object (the filter) - */ - static const Link<>& GetFilterHdl(); - ///@} /** @name Headless Mode |