diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-05 15:58:18 +0800 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-05 18:21:07 +0400 |
commit | e99c70d2687ec6768070bc3ed7ee73ed9bbad196 (patch) | |
tree | 2e9114612a3cd4f10a13f51189c538c9e9b81391 /svtools/inc | |
parent | ba5a460bc15393cc64522f288b7b2b678d6fcc99 (diff) |
Remove unused code
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/scrwin.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/svtools/inc/svtools/scrwin.hxx b/svtools/inc/svtools/scrwin.hxx index f81b60d446de..f38ec0161464 100644 --- a/svtools/inc/svtools/scrwin.hxx +++ b/svtools/inc/svtools/scrwin.hxx @@ -75,8 +75,6 @@ private: public: ScrollableWindow( Window* pParent, WinBits nBits = 0, ScrollableWindowFlags = SCRWIN_DEFAULT ); - ScrollableWindow( Window* pParent, const ResId& rId, - ScrollableWindowFlags = SCRWIN_DEFAULT ); virtual void Resize(); virtual void Command( const CommandEvent& rCEvt ); @@ -92,16 +90,11 @@ public: void SetTotalSize( const Size& rNewSize ); Size GetTotalSize() { return PixelToLogic( aTotPixSz ); } - void SetVisibleSize( const Size& rNewSize ); - sal_Bool MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy = sal_False ); + sal_Bool MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy = sal_False ); Rectangle GetVisibleArea() const; - void SetLineSize( sal_uLong nHorz, sal_uLong nVert ); using Window::Scroll; virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 ); - void ScrollLines( long nLinesX, long nLinesY ); - void ScrollPages( long nPagesX, sal_uLong nOverlapX, - long nPagesY, sal_uLong nOverlapY ); private: SVT_DLLPRIVATE Size GetOutputSizePixel() const; |