Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx119 if( Window *pPreWnd = pEdit==&maEdMax?&maFtMax:(pEdit==&maEdMin?&maFtMin:NULL) ) in RefInputStartPreHdl()
137 if( Window *pPreWnd = m_pRefEdit==&maEdMax?&maFtMax:(m_pRefEdit==&maEdMin?&maFtMin:NULL) ) in RefInputDonePreHdl()
332 maEdMax ( this, ScResId( EDT_MAX ) ), in ScTPValidationValue()
368 maEdMax.SetGetFocusHdl( LINK( this, ScTPValidationValue, EditSetFocusHdl ) ); in Init()
370 maEdMax.SetLoseFocusHdl( LINK( this, ScTPValidationValue, KillFocusHdl ) ); in Init()
462 return maEdMax.GetText(); in GetSecondFormula()
486 maEdMax.SetText( rFmlaStr ); in SetSecondFormula()
511 if ( maEdMax.IsVisible() ) { m_pRefEdit = &maEdMax; } in SetupRefDlg()
633 maEdMax.Enable( bEnable ); in IMPL_LINK()
667 maEdMax.Show( bShowMax ); in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dvalidate.hxx228 ScRefEdit maEdMax; member in ScTPValidationValue

Completed in 14 milliseconds