Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/ !
H A Dtypelib.cxx201 CallbackSet_Impl * pCallbacks; member
242 if (pCallbacks) in callChain()
244 CallbackSet_Impl::const_iterator aIt = pCallbacks->begin(); in callChain()
245 while( aIt != pCallbacks->end() ) in callChain()
327 delete pCallbacks; in ~TypeDescriptor_Init_Impl()
328 pCallbacks = 0; in ~TypeDescriptor_Init_Impl()
350 if( !rInit.pCallbacks ) in typelib_typedescription_registerCallback()
351 rInit.pCallbacks = new CallbackSet_Impl; in typelib_typedescription_registerCallback()
352 rInit.pCallbacks->push_back( CallbackEntry( pContext, pCallback ) ); in typelib_typedescription_registerCallback()
361 if( rInit.pCallbacks ) in typelib_typedescription_revokeCallback()
[all …]