Home
last modified time | relevance | path

Searched refs:m_btnRef (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx128 if( pButton == &m_btnRef )m_btnRef.SetParent( pValidationDlg ); in RefInputStartPreHdl()
149 if( m_btnRef.GetParent()!=this ) m_btnRef.SetParent( this ); in RefInputDonePreHdl()
340 m_btnRef( this, ScResId( RB_VALIDITY_REF ) ) in ScTPValidationValue()
352 m_btnRef.Hide(); in ScTPValidationValue()
369 m_btnRef.SetLoseFocusHdl( LINK( this, ScTPValidationValue, KillFocusHdl ) ); in Init()
517 m_btnRef.SetReferences( pValidationDlg, m_pRefEdit ); in SetupRefDlg()
536 m_btnRef.SetReferences( NULL, NULL ); in RemoveRefDlg()
605 if( pWnd == m_pRefEdit || pWnd == &m_btnRef ) in IMPL_LINK()
608 if( ( !m_pRefEdit || !m_pRefEdit->HasFocus()) && !m_btnRef.HasFocus() ) in IMPL_LINK()
670 m_btnRef.Show( bRange ); in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dvalidate.hxx248 }m_btnRef; member in ScTPValidationValue

Completed in 25 milliseconds