Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/corereflection/
H A Dcriface.cxx498 IdlReflectionServiceImpl * pRefl = getReflection(); in getExceptionTypes() local
501 pExceptionTypes[nExc] = pRefl->forType( ppExc[nExc] ); in getExceptionTypes()
524 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterTypes() local
527 pParamTypes[nParams] = pRefl->forType( pTypelibParams[nParams].pTypeRef ); in getParameterTypes()
572 IdlReflectionServiceImpl * pRefl = getReflection(); in getParameterInfos() local
583 rInfo.aType = pParamTypes[nParams] = pRefl->forType( rParam.pTypeRef ); in getParameterInfos()
H A Dbase.hxx384 IdlReflectionServiceImpl * pRefl ) in extract() argument
402 rDest = pRefl->forType( reinterpret_cast< const Type * >( rObj.getValue() )->getTypeLibType() ); in extract()
411 IdlReflectionServiceImpl * pRefl ) in coerce_assign() argument
416 if (extract( rSource, (typelib_InterfaceTypeDescription *)pTD, xVal, pRefl )) in coerce_assign()

Completed in 25 milliseconds