Searched refs:maEdMax (Results 1 – 2 of 2) sorted by relevance
122 if( Window *pPreWnd = pEdit==&maEdMax?&maFtMax:(pEdit==&maEdMin?&maFtMin:NULL) ) in RefInputStartPreHdl()140 if( Window *pPreWnd = m_pRefEdit==&maEdMax?&maFtMax:(m_pRefEdit==&maEdMin?&maFtMin:NULL) ) in RefInputDonePreHdl()335 maEdMax ( this, ScResId( EDT_MAX ) ), in ScTPValidationValue()371 maEdMax.SetGetFocusHdl( LINK( this, ScTPValidationValue, EditSetFocusHdl ) ); in Init()373 maEdMax.SetLoseFocusHdl( LINK( this, ScTPValidationValue, KillFocusHdl ) ); in Init()465 return maEdMax.GetText(); in GetSecondFormula()489 maEdMax.SetText( rFmlaStr ); in SetSecondFormula()514 if ( maEdMax.IsVisible() ) { m_pRefEdit = &maEdMax; } in SetupRefDlg()636 maEdMax.Enable( bEnable ); in IMPL_LINK()670 maEdMax.Show( bShowMax ); in IMPL_LINK()
228 ScRefEdit maEdMax; member in ScTPValidationValue
Completed in 9 milliseconds