Home
last modified time | relevance | path

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

/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx203 CallbackSet_Impl * pCallbacks; member
244 if (pCallbacks) in callChain()
246 CallbackSet_Impl::const_iterator aIt = pCallbacks->begin(); in callChain()
247 while( aIt != pCallbacks->end() ) in callChain()
329 delete pCallbacks; in ~TypeDescriptor_Init_Impl()
330 pCallbacks = 0; in ~TypeDescriptor_Init_Impl()
352 if( !rInit.pCallbacks ) in typelib_typedescription_registerCallback()
353 rInit.pCallbacks = new CallbackSet_Impl; in typelib_typedescription_registerCallback()
354 rInit.pCallbacks->push_back( CallbackEntry( pContext, pCallback ) ); in typelib_typedescription_registerCallback()
363 if( rInit.pCallbacks ) in typelib_typedescription_revokeCallback()
[all …]