Searched refs:pTDR (Results 1 – 2 of 2) sorted by relevance
293 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl() local294 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() local312 if (pTDR) in ~TypeDescriptor_Init_Impl()314 … OString aTypeName( OUStringToOString( pTDR->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in ~TypeDescriptor_Init_Impl()[all …]
242 typelib_TypeDescriptionReference * pTDR = rType.getTypeLibType(); in ImplHelper_query() local246 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() local269 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() local339 if (! isXInterface( pTDR->pTypeName )) in WeakImplHelper_query()341 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakImplHelper_query()[all …]