Lines Matching refs:ImplWheelWindow
54 ImplWheelWindow::ImplWheelWindow( Window* pParent ) : in ImplWheelWindow() function in ImplWheelWindow
93 mpTimer->SetTimeoutHdl( LINK( this, ImplWheelWindow, ImplScrollHdl ) ); in ImplWheelWindow()
102 ImplWheelWindow::~ImplWheelWindow() in ~ImplWheelWindow()
110 void ImplWheelWindow::ImplStop() in ImplStop()
119 void ImplWheelWindow::ImplSetRegion( const Bitmap& rRegionBmp ) in ImplSetRegion()
136 void ImplWheelWindow::ImplCreateImageList() in ImplCreateImageList()
146 void ImplWheelWindow::ImplSetWheelMode( sal_uLong nWheelMode ) in ImplSetWheelMode()
169 void ImplWheelWindow::ImplDrawWheel() in ImplDrawWheel()
190 void ImplWheelWindow::ImplRecalcScrollValues() in ImplRecalcScrollValues()
246 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer()
314 void ImplWheelWindow::Paint( const Rectangle& ) in Paint()
321 void ImplWheelWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
369 void ImplWheelWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
379 IMPL_LINK( ImplWheelWindow, ImplScrollHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument