Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx279 typelib_TypeDescriptionReference ** ppTDR = new typelib_TypeDescriptionReference *[ nSize ]; in ~TypeDescriptor_Init_Impl() local
285 typelib_typedescriptionreference_acquire( ppTDR[i++] = (*aIt).second ); in ~TypeDescriptor_Init_Impl()
291 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl()
303 delete [] ppTDR; in ~TypeDescriptor_Init_Impl()
2256 typelib_TypeDescriptionReference ** ppTDR, in typelib_typedescriptionreference_newByAsciiName() argument
2262 typelib_typedescriptionreference_new( ppTDR, eTypeClass, aTypeName.pData ); in typelib_typedescriptionreference_newByAsciiName()
2266 typelib_TypeDescriptionReference ** ppTDR, in typelib_typedescriptionreference_new() argument
2283 if (*ppTDR) in typelib_typedescriptionreference_new()
2284 typelib_typedescriptionreference_release( *ppTDR ); in typelib_typedescriptionreference_new()
2285 *ppTDR = ((typelib_IndirectTypeDescription *)pRet)->pType; in typelib_typedescriptionreference_new()
[all …]
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h879 typelib_TypeDescriptionReference ** ppTDR,
892 typelib_TypeDescriptionReference ** ppTDR,