Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Dvalidate.hxx48 …void (ScRefHandlerCaller::*m_pRefInputStartPreHdl)( ScRefEdit* pEdit, ScRefButton* pBut… member in ScRefHandlerHelper
78 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 14 milliseconds