Lines Matching refs:DlgEdFunc
36 IMPL_LINK_INLINE_START( DlgEdFunc, ScrollTimeout, Timer *, pTimer ) in IMPL_LINK_INLINE_START() argument
45 IMPL_LINK_INLINE_END( DlgEdFunc, ScrollTimeout, Timer *, pTimer ) in IMPL_LINK_INLINE_END() argument
49 void DlgEdFunc::ForceScroll( const Point& rPos ) in IMPL_LINK_INLINE_END()
94 DlgEdFunc::DlgEdFunc( DlgEditor* pParent_ ) in DlgEdFunc() function in DlgEdFunc
96 DlgEdFunc::pParent = pParent_; in DlgEdFunc()
97 aScrollTimer.SetTimeoutHdl( LINK( this, DlgEdFunc, ScrollTimeout ) ); in DlgEdFunc()
103 DlgEdFunc::~DlgEdFunc() in ~DlgEdFunc()
109 sal_Bool DlgEdFunc::MouseButtonDown( const MouseEvent& ) in MouseButtonDown()
116 sal_Bool DlgEdFunc::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
124 sal_Bool DlgEdFunc::MouseMove( const MouseEvent& ) in MouseMove()
131 sal_Bool DlgEdFunc::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
362 DlgEdFunc( pParent_ ) in DlgEdFuncInsert()
419 DlgEdFunc::MouseButtonUp( rMEvt ); in MouseButtonUp()
477 DlgEdFunc( pParent_ ), in DlgEdFuncSelect()
556 DlgEdFunc::MouseButtonUp( rMEvt ); in MouseButtonUp()