Home
last modified time | relevance | path

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

/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx281 typelib_TypeDescriptionReference ** ppTDR = new typelib_TypeDescriptionReference *[ nSize ]; in ~TypeDescriptor_Init_Impl() local
287 typelib_typedescriptionreference_acquire( ppTDR[i++] = (*aIt).second ); in ~TypeDescriptor_Init_Impl()
293 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl()
305 delete [] ppTDR; in ~TypeDescriptor_Init_Impl()
2258 typelib_TypeDescriptionReference ** ppTDR, in typelib_typedescriptionreference_newByAsciiName() argument
2264 typelib_typedescriptionreference_new( ppTDR, eTypeClass, aTypeName.pData ); in typelib_typedescriptionreference_newByAsciiName()
2268 typelib_TypeDescriptionReference ** ppTDR, in typelib_typedescriptionreference_new() argument
2285 if (*ppTDR) in typelib_typedescriptionreference_new()
2286 typelib_typedescriptionreference_release( *ppTDR ); in typelib_typedescriptionreference_new()
2287 *ppTDR = ((typelib_IndirectTypeDescription *)pRet)->pType; in typelib_typedescriptionreference_new()
[all …]
/AOO41X/main/cppu/inc/typelib/
H A Dtypedescription.h879 typelib_TypeDescriptionReference ** ppTDR,
892 typelib_TypeDescriptionReference ** ppTDR,