Lines Matching refs:ScrollableWindow

32 void ScrollableWindow::ImpInitialize( ScrollableWindowFlags nFlags )  in ImpInitialize()
40 aVScroll.SetScrollHdl( LINK(this, ScrollableWindow, ScrollHdl) ); in ImpInitialize()
41 aHScroll.SetScrollHdl( LINK(this, ScrollableWindow, ScrollHdl) ); in ImpInitialize()
42 aVScroll.SetEndScrollHdl( LINK(this, ScrollableWindow, EndScrollHdl) ); in ImpInitialize()
43 aHScroll.SetEndScrollHdl( LINK(this, ScrollableWindow, EndScrollHdl) ); in ImpInitialize()
50 ScrollableWindow::ScrollableWindow( Window* pParent, WinBits nBits, in ScrollableWindow() function in ScrollableWindow
62 ScrollableWindow::ScrollableWindow( Window* pParent, const ResId& rId, in ScrollableWindow() function in ScrollableWindow
74 void ScrollableWindow::Command( const CommandEvent& rCEvt ) in Command()
99 void ScrollableWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
113 Size __EXPORT ScrollableWindow::GetOutputSizePixel() const in GetOutputSizePixel()
127 Size ScrollableWindow::GetOutputSize() const in GetOutputSize()
134 IMPL_LINK( ScrollableWindow, EndScrollHdl, ScrollBar *, pScroll ) in IMPL_LINK() argument
160 IMPL_LINK( ScrollableWindow, ScrollHdl, ScrollBar *, pScroll ) in IMPL_LINK() argument
181 void __EXPORT ScrollableWindow::Resize() in Resize()
303 void __EXPORT ScrollableWindow::StartScroll() in StartScroll()
309 void __EXPORT ScrollableWindow::EndScroll( long, long ) in EndScroll()
315 void ScrollableWindow::SetMapMode( const MapMode& rNewMapMode ) in SetMapMode()
324 MapMode ScrollableWindow::GetMapMode() const in GetMapMode()
333 void ScrollableWindow::SetTotalSize( const Size& rNewSize ) in SetTotalSize()
336 ScrollableWindow::Resize(); in SetTotalSize()
341 void ScrollableWindow::SetVisibleSize( const Size& rNewSize ) in SetVisibleSize()
372 sal_Bool ScrollableWindow::MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy ) in MakeVisible()
455 Rectangle ScrollableWindow::GetVisibleArea() const in GetVisibleArea()
464 void ScrollableWindow::SetLineSize( sal_uLong nHorz, sal_uLong nVert ) in SetLineSize()
475 void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY, sal_uInt16 ) in Scroll()
552 void ScrollableWindow::ScrollLines( long nLinesX, long nLinesY ) in ScrollLines()
560 void ScrollableWindow::ScrollPages( long nPagesX, sal_uLong nOverlapX, in ScrollPages()