Home
last modified time | relevance | path

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

/AOO42X/main/stoc/source/corereflection/
H A Dcriface.cxx268 typelib_TypeDescription * pValueTD = 0; in set() local
269 TYPELIB_DANGER_GET( &pValueTD, rValue.getValueTypeRef() ); in set()
271 void * pTemp = alloca( pValueTD->nSize ); in set()
273 pTemp, (void *)rValue.getValue(), pValueTD, getReflection()->getCpp2Uno().get() ); in set()
278 pArg, pTD, pTemp, pValueTD, 0, 0, 0 ); in set()
280 pTemp, pValueTD, 0 ); in set()
281 TYPELIB_DANGER_RELEASE( pValueTD ); in set()
688 typelib_TypeDescription * pValueTD = 0; in invoke() local
689 TYPELIB_DANGER_GET( &pValueTD, pCppArgs[nPos].getValueTypeRef() ); in invoke()
691 void * pTemp = alloca( pValueTD->nSize ); in invoke()
[all …]