Lines Matching refs:m_btnRef
131 if( pButton == &m_btnRef )m_btnRef.SetParent( pValidationDlg ); in RefInputStartPreHdl()
148 …m_btnRef.SetParent( m_pRefEdit ); //if Edit SetParent but button not, the tab order will be incorr… in RefInputDonePreHdl()
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()
998 if( pBtn == &m_btnRef ) in OnClick()