Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/inc/
H A Dvalidate.hxx45 ScRefHandlerCaller *m_pHandler; member in ScRefHandlerHelper
74 ScRefHandlerCaller *pOldHandler = m_pHandler; in SetHandler()
75 m_pHandler = pNewHandler; in SetHandler()
123 if ( m_pHandler && m_pSetReferenceHdl ) 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()
163 if ( m_pHandler && m_pRefInputDonePreHdl ) in RefInputDone()
164 (m_pHandler->*m_pRefInputDonePreHdl)(); in RefInputDone()
169 if ( m_pHandler && m_pRefInputDonePostHdl ) in RefInputDone()
[all …]
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx107 HandlerHash* HandlerCache::m_pHandler = NULL; member in framework::HandlerCache
130 m_pHandler = new HandlerHash(); in HandlerCache()
133 m_pConfig->read(&m_pHandler,&m_pPattern); in HandlerCache()
158 m_pHandler->free(); in ~HandlerCache()
162 delete m_pHandler; in ~HandlerCache()
165 m_pHandler= NULL; in ~HandlerCache()
190 *pReturn = (*m_pHandler)[pItem->second]; in search()
231 HandlerHash* pOldHandler = m_pHandler; in takeOver()
234 m_pHandler = pHandler; in takeOver()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx148 m_pHandler( NULL ) , m_tSymKeyList() , m_tPubKeyList() , m_tPriKeyList() { in SecurityEnvironment_NssImpl()
288 return m_pHandler ; in getCertDb()
293 m_pHandler = aCertDb ; in setCertDb()
587 if( m_pHandler != NULL ) { in getCertificate()
666 cert = CERT_FindCertByIssuerAndSN( m_pHandler, &issuerAndSN ) ; in getCertificate()
808 OSL_ASSERT(m_pHandler == CERT_GetDefaultCertDB()); in verifyCertificate()
809 CERTCertDBHandle * certDb = m_pHandler != NULL ? m_pHandler : CERT_GetDefaultCertDB(); in verifyCertificate()
H A Dsecurityenvironment_nssimpl.hxx75 CERTCertDBHandle* m_pHandler ; member in SecurityEnvironment_NssImpl
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx362 DocumentHandlerImpl * m_pHandler; member in xmlscript::ExtendedAttributes
415 , m_pHandler( pHandler ) in ExtendedAttributes()
417 m_pHandler->acquire(); in ExtendedAttributes()
428 m_pHandler->release(); in ~ExtendedAttributes()
/trunk/main/framework/inc/classes/
H A Dprotocolhandlercache.hxx139 static HandlerHash* m_pHandler; member in framework::HandlerCache

Completed in 36 milliseconds