Searched refs:m_pRefInputStartPreHdl (Results 1 – 1 of 1) sorted by relevance
48 …void (ScRefHandlerCaller::*m_pRefInputStartPreHdl)( ScRefEdit* pEdit, ScRefButton* pBut… member in ScRefHandlerHelper78 void SetRefInputStartPreHdl( PINPUTSTARTDLTYPE pNewHdl ){ m_pRefInputStartPreHdl = pNewHdl; } in SetRefInputStartPreHdl()83 …ndler(NULL), m_pSetReferenceHdl( NULL ), m_pSetActiveHdl(NULL), m_pRefInputStartPreHdl( NULL ), m… in ScRefHandlerHelper()150 if ( m_pHandler && m_pRefInputStartPreHdl ) in RefInputStart()151 (m_pHandler->*m_pRefInputStartPreHdl)( pEdit, pButton ); in RefInputStart()
Completed in 13 milliseconds