Searched refs:forType (Results 1 – 7 of 7) sorted by relevance
221 return (rObj.hasValue() ? forType( rObj.getValueTypeRef() ) : Reference< XIdlClass >()); in getType()367 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescription * pTypeDescr ) in forType() function in stoc_corefl::IdlReflectionServiceImpl388 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescriptionReference * pRef ) in forType() function in stoc_corefl::IdlReflectionServiceImpl395 Reference< XIdlClass > xRet = forType( pTD ); in forType()
175 return getReflection()->forType( in getType()480 return getReflection()->forType( getMethodTypeDescr()->pReturnTypeRef ); in getReturnType()501 pExceptionTypes[nExc] = pRefl->forType( ppExc[nExc] ); in getExceptionTypes()527 pParamTypes[nParams] = pRefl->forType( pTypelibParams[nParams].pTypeRef ); in getParameterTypes()583 rInfo.aType = pParamTypes[nParams] = pRefl->forType( rParam.pTypeRef ); in getParameterInfos()813 _xSuperClasses[i] = getReflection()->forType( in getSuperclasses()
152 _xDeclClass = getReflection()->forType( (typelib_TypeDescription *)pTD ); in getDeclaringClass()174 return getReflection()->forType( getTypeDescr() ); in getType()335 _xSuperClass = getReflection()->forType( (typelib_TypeDescription *)pCompTypeDescr ); in getSuperclasses()
154 …Reference< XIdlClass > forType( typelib_TypeDescription * pTypeDescr ) throw(::com::sun::star::uno…155 …Reference< XIdlClass > forType( typelib_TypeDescriptionReference * pRef ) throw(::com::sun::star::…402 rDest = pRefl->forType( reinterpret_cast< const Type * >( rObj.getValue() )->getTypeLibType() ); in extract()
217 return getReflection()->forType( getTypeDescr()->pType ); in getComponentType()
271 Reference< XIdlClass > xDeclClass( getReflection()->forType( getDeclTypeDescr() ) ); in getDeclaringClass()
329 [sender setData: pBoardData forType:const_cast<NSString*>(type)]; in provideDataForType()
Completed in 45 milliseconds