Searched refs:m_btnRef (Results 1 – 2 of 2) sorted by relevance
131 if( pButton == &m_btnRef )m_btnRef.SetParent( pValidationDlg ); in RefInputStartPreHdl()152 if( m_btnRef.GetParent()!=this ) m_btnRef.SetParent( this ); in RefInputDonePreHdl()343 m_btnRef( this, ScResId( RB_VALIDITY_REF ) ) in ScTPValidationValue()355 m_btnRef.Hide(); in ScTPValidationValue()372 m_btnRef.SetLoseFocusHdl( LINK( this, ScTPValidationValue, KillFocusHdl ) ); in Init()520 m_btnRef.SetReferences( pValidationDlg, m_pRefEdit ); in SetupRefDlg()539 m_btnRef.SetReferences( NULL, NULL ); in RemoveRefDlg()608 if( pWnd == m_pRefEdit || pWnd == &m_btnRef ) in IMPL_LINK()611 if( ( !m_pRefEdit || !m_pRefEdit->HasFocus()) && !m_btnRef.HasFocus() ) in IMPL_LINK()673 m_btnRef.Show( bRange ); in IMPL_LINK()[all …]
248 }m_btnRef; member in ScTPValidationValue
Completed in 13 milliseconds