Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx291 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl() local
292 OSL_ASSERT( pTDR->nRefCount > pTDR->nStaticRefCount ); in ~TypeDescriptor_Init_Impl()
293 pTDR->nRefCount -= pTDR->nStaticRefCount; in ~TypeDescriptor_Init_Impl()
295 if( pTDR->pType && !pTDR->pType->bOnDemand ) in ~TypeDescriptor_Init_Impl()
297 pTDR->pType->bOnDemand = sal_True; in ~TypeDescriptor_Init_Impl()
298 typelib_typedescription_release( pTDR->pType ); in ~TypeDescriptor_Init_Impl()
300 typelib_typedescriptionreference_release( pTDR ); in ~TypeDescriptor_Init_Impl()
309 typelib_TypeDescriptionReference * pTDR = (*aIt).second; in ~TypeDescriptor_Init_Impl() local
310 if (pTDR) in ~TypeDescriptor_Init_Impl()
312 … OString aTypeName( OUStringToOString( pTDR->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in ~TypeDescriptor_Init_Impl()
[all …]
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx242 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in ImplHelper_query() local
246 if (isXInterface( pTDR->pTypeName )) in ImplHelper_query()
253 p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_query()
259 return Any( &p, pTDR ); in ImplHelper_query()
267 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in ImplHelper_queryNoXInterface() local
269 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_queryNoXInterface()
272 return Any( &p, pTDR ); in ImplHelper_queryNoXInterface()
336 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in WeakImplHelper_query() local
339 if (! isXInterface( pTDR->pTypeName )) in WeakImplHelper_query()
341 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakImplHelper_query()
[all …]