Lines Matching refs:RefEdit
100 : RefEdit( pParent, rResId ), in ArgEdit()
199 RefEdit::KeyInput( rKEvt ); in KeyInput()
941 RefEdit::RefEdit( Window* _pParent,IControlReferenceHandler* pParent, const ResId& rResId ) : in RefEdit() function in formula::RefEdit
946 aTimer.SetTimeoutHdl( LINK( this, RefEdit, UpdateHdl ) ); in RefEdit()
950 RefEdit::RefEdit( Window* pParent, const ResId& rResId ) : in RefEdit() function in formula::RefEdit
957 RefEdit::~RefEdit() in ~RefEdit()
963 void RefEdit::SetRefString( const XubString& rStr ) in SetRefString()
968 void RefEdit::SetText( const XubString& rStr ) in SetText()
974 void RefEdit::StartUpdateData() in StartUpdateData()
979 void RefEdit::SilentGrabFocus() in SilentGrabFocus()
986 void RefEdit::SetRefDialog( IControlReferenceHandler* pDlg ) in SetRefDialog()
992 aTimer.SetTimeoutHdl( LINK( this, RefEdit, UpdateHdl ) ); in SetRefDialog()
1002 void RefEdit::Modify() in Modify()
1009 void RefEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1018 void RefEdit::GetFocus() in GetFocus()
1025 void RefEdit::LoseFocus() in LoseFocus()
1032 IMPL_LINK( RefEdit, UpdateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1055 RefButton::RefButton( Window* _pParent, const ResId& rResId, RefEdit* pEdit, IControlReferenceHandl… in RefButton()
1079 void RefButton::SetReferences( IControlReferenceHandler* pDlg, RefEdit* pEdit ) in SetReferences()