summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-09-05 19:49:10 +0100
committerNoel Power <noel.power@suse.com>2012-09-11 16:04:10 +0100
commitbe045f69d1746a287c48389785a0eaa91785d452 (patch)
tree87ff2a39ff7120c862d90970470e1a77168410e6 /toolkit/inc
parent7d69c50413884d5cba1498b5af3298820fb4621b (diff)
better scrolling, support for scroll width and scroll height
scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/scrollabledialog.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/scrollabledialog.hxx b/toolkit/inc/toolkit/awt/scrollabledialog.hxx
index 968771b56e6c..41ae32f72c9f 100644
--- a/toolkit/inc/toolkit/awt/scrollabledialog.hxx
+++ b/toolkit/inc/toolkit/awt/scrollabledialog.hxx
@@ -63,10 +63,9 @@ namespace toolkit
Window* getContentWindow();
ScrollBarVisibility getScrollVisibility() { return maScrollVis; }
void setScrollVisibility( ScrollBarVisibility rState );
- virtual void Paint( const Rectangle& rRect );
- virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
DECL_LINK( ScrollBarHdl, ScrollBar* );
DECL_LINK( ContainerScrolled, void* );
+ virtual void ResetScrollBars();
// Window
virtual void Resize();
};