Searched refs:pNewHdl (Results 1 – 2 of 2) sorted by relevance
58 PFUNCSETREFHDLTYPE SetSetRefHdl( PFUNCSETREFHDLTYPE pNewHdl ) in SetSetRefHdl() argument61 m_pSetReferenceHdl = pNewHdl; in SetSetRefHdl()65 PCOMMONHDLTYPE SetSetActHdl( PCOMMONHDLTYPE pNewHdl ) in SetSetActHdl() argument68 m_pSetActiveHdl = pNewHdl; in SetSetActHdl()78 …void SetRefInputStartPreHdl( PINPUTSTARTDLTYPE pNewHdl ){ m_pRefInputStartPreHdl = pNewHdl; … in SetRefInputStartPreHdl() argument79 …DonePostHdl( void (ScRefHandlerCaller::*pNewHdl)() ){ m_pRefInputDonePostHdl = pNew… in SetRefInputDonePostHdl() argument80 …oid SetRefInputStartPostHdl( PINPUTSTARTDLTYPE pNewHdl ){ m_pRefInputStartPostHdl = pNewH… in SetRefInputStartPostHdl() argument81 …putDonePreHdl( void (ScRefHandlerCaller::*pNewHdl)() ){ m_pRefInputDonePreHdl = pNewHd… in SetRefInputDonePreHdl() argument
1512 const XMLPropertyHandler *pNewHdl = pImpl->GetPropertyHandler( nType ); in GetPropertyHandler() local1514 if( pNewHdl ) in GetPropertyHandler()1515 PutHdlCache( nType, pNewHdl ); in GetPropertyHandler()1517 pHdl = pNewHdl; in GetPropertyHandler()