Lines Matching refs:Cursor
132 void Cursor::ImplDraw() in ImplDraw()
162 void Cursor::ImplRestore() in ImplRestore()
173 void Cursor::ImplShow( bool bDrawDirect, bool bRestore ) in ImplShow()
196 mpData->maTimer.SetTimeoutHdl( LINK( this, Cursor, ImplTimerHdl ) ); in ImplShow()
218 bool Cursor::ImplHide( bool i_bStopTimer ) in ImplHide()
239 void Cursor::ImplNew() in ImplNew()
257 IMPL_LINK( Cursor, ImplTimerHdl, AutoTimer*, EMPTYARG ) in IMPL_LINK() argument
268 Cursor::Cursor() in Cursor() function in Cursor
282 Cursor::Cursor( const Cursor& rCursor ) : in Cursor() function in Cursor
297 Cursor::~Cursor() in ~Cursor()
310 void Cursor::SetStyle( sal_uInt16 nStyle ) in SetStyle()
321 void Cursor::Show() in Show()
332 void Cursor::Hide() in Hide()
343 void Cursor::SetWindow( Window* pWindow ) in SetWindow()
354 void Cursor::SetPos( const Point& rPoint ) in SetPos()
365 void Cursor::SetOffsetY( long nNewOffsetY ) in SetOffsetY()
376 void Cursor::SetSize( const Size& rSize ) in SetSize()
387 void Cursor::SetWidth( long nNewWidth ) in SetWidth()
398 void Cursor::SetHeight( long nNewHeight ) in SetHeight()
409 void Cursor::SetSlant( long nNewSlant ) in SetSlant()
420 void Cursor::SetOrientation( short nNewOrientation ) in SetOrientation()
431 void Cursor::SetDirection( unsigned char nNewDirection ) in SetDirection()
442 Cursor& Cursor::operator=( const Cursor& rCursor ) in operator =()
457 sal_Bool Cursor::operator==( const Cursor& rCursor ) const in operator ==()