diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 15:32:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-04 16:50:44 +0000 |
commit | b4a31534b949c512facdc7b0d148f249db285d13 (patch) | |
tree | 98605c3fa936c9365cdfea5efd38d15cac61b6ea /include | |
parent | 4ad249af88d15f2c8a09f0721a59d82718fcc201 (diff) |
drop AutoHide code
only used from reportdesign and that appears to be overlooked from an earlier
eradication program
Change-Id: I196fd7ccbc909c935daf534d55e6b39de8510f23
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/splitwin.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/splitwin.hxx b/include/vcl/splitwin.hxx index 1f121746c025..80e03b686e21 100644 --- a/include/vcl/splitwin.hxx +++ b/include/vcl/splitwin.hxx @@ -73,7 +73,6 @@ private: mbCalc:1, mbRecalc:1, mbInvalidate:1, - mbAutoHide:1, mbFadeIn:1, mbFadeOut:1, mbAutoHideIn:1, @@ -94,11 +93,9 @@ private: SAL_DLLPRIVATE void ImplSetWindowSize( long nDelta ); SAL_DLLPRIVATE void ImplSplitMousePos( Point& rMousePos ); SAL_DLLPRIVATE void ImplGetButtonRect( Rectangle& rRect, long nEx, bool bTest ) const; - SAL_DLLPRIVATE void ImplGetAutoHideRect( Rectangle& rRect, bool bTest = false ) const; SAL_DLLPRIVATE void ImplGetFadeInRect( Rectangle& rRect, bool bTest = false ) const; SAL_DLLPRIVATE void ImplGetFadeOutRect( Rectangle& rRect, bool bTest = false ) const; SAL_DLLPRIVATE void ImplDrawButtonRect(vcl::RenderContext& rRenderContext, const Rectangle& rRect, long nSize); - SAL_DLLPRIVATE void ImplDrawAutoHide(vcl::RenderContext& rRenderContext); SAL_DLLPRIVATE void ImplDrawFadeIn(vcl::RenderContext& rRenderContext); SAL_DLLPRIVATE void ImplDrawFadeOut(vcl::RenderContext& rRenderContext); SAL_DLLPRIVATE void ImplNewAlign(); @@ -185,8 +182,6 @@ public: Size CalcLayoutSizePixel( const Size& aNewSize ); - void ShowAutoHideButton( bool bShow = true ); - bool IsAutoHideButtonVisible() const { return mbAutoHide; } void ShowFadeInHideButton(); void ShowFadeOutButton(); long GetFadeInSize() const; |