Lines Matching refs:m_pHandler
45 ScRefHandlerCaller *m_pHandler; member in ScRefHandlerHelper
74 ScRefHandlerCaller *pOldHandler = m_pHandler; in SetHandler()
75 m_pHandler = pNewHandler; in SetHandler()
83 …ScRefHandlerHelper():m_pHandler(NULL), m_pSetReferenceHdl( NULL ), m_pSetActiveHdl(NULL), m_pRefI… in ScRefHandlerHelper()
123 if ( m_pHandler && m_pSetReferenceHdl ) in SetReference()
124 (m_pHandler->*m_pSetReferenceHdl)( rRef, pDoc ); in SetReference()
129 if ( m_pHandler && m_pSetActiveHdl ) in SetActive()
130 (m_pHandler->*m_pSetActiveHdl)(); in SetActive()
150 if ( m_pHandler && m_pRefInputStartPreHdl ) in RefInputStart()
151 (m_pHandler->*m_pRefInputStartPreHdl)( pEdit, pButton ); in RefInputStart()
154 if ( m_pHandler && m_pRefInputStartPostHdl ) in RefInputStart()
155 (m_pHandler->*m_pRefInputStartPostHdl)( pEdit, pButton ); in RefInputStart()
163 if ( m_pHandler && m_pRefInputDonePreHdl ) in RefInputDone()
164 (m_pHandler->*m_pRefInputDonePreHdl)(); in RefInputDone()
169 if ( m_pHandler && m_pRefInputDonePostHdl ) in RefInputDone()
170 (m_pHandler->*m_pRefInputDonePostHdl)(); in RefInputDone()