Lines Matching refs:ImplWheelWindow
56 ImplWheelWindow::ImplWheelWindow( Window* pParent ) : in ImplWheelWindow() function in ImplWheelWindow
95 mpTimer->SetTimeoutHdl( LINK( this, ImplWheelWindow, ImplScrollHdl ) ); in ImplWheelWindow()
104 ImplWheelWindow::~ImplWheelWindow() in ~ImplWheelWindow()
112 void ImplWheelWindow::ImplStop() in ImplStop()
121 void ImplWheelWindow::ImplSetRegion( const Bitmap& rRegionBmp ) in ImplSetRegion()
138 void ImplWheelWindow::ImplCreateImageList() in ImplCreateImageList()
148 void ImplWheelWindow::ImplSetWheelMode( sal_uLong nWheelMode ) in ImplSetWheelMode()
171 void ImplWheelWindow::ImplDrawWheel() in ImplDrawWheel()
192 void ImplWheelWindow::ImplRecalcScrollValues() in ImplRecalcScrollValues()
248 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer()
316 void ImplWheelWindow::Paint( const Rectangle& ) in Paint()
323 void ImplWheelWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
371 void ImplWheelWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
381 IMPL_LINK( ImplWheelWindow, ImplScrollHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument