Home
last modified time | relevance | path

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

/AOO42X/main/cppu/source/typelib/
H A Dtypelib.cxx293 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl() local
294 OSL_ASSERT( pTDR->nRefCount > pTDR->nStaticRefCount ); in ~TypeDescriptor_Init_Impl()
295 pTDR->nRefCount -= pTDR->nStaticRefCount; in ~TypeDescriptor_Init_Impl()
297 if( pTDR->pType && !pTDR->pType->bOnDemand ) in ~TypeDescriptor_Init_Impl()
299 pTDR->pType->bOnDemand = sal_True; in ~TypeDescriptor_Init_Impl()
300 typelib_typedescription_release( pTDR->pType ); in ~TypeDescriptor_Init_Impl()
302 typelib_typedescriptionreference_release( pTDR ); in ~TypeDescriptor_Init_Impl()
311 typelib_TypeDescriptionReference * pTDR = (*aIt).second; in ~TypeDescriptor_Init_Impl() local
312 if (pTDR) in ~TypeDescriptor_Init_Impl()
314 … OString aTypeName( OUStringToOString( pTDR->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in ~TypeDescriptor_Init_Impl()
[all …]
/AOO42X/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 …]