Home
last modified time | relevance | path

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

/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx221 return (rObj.hasValue() ? forType( rObj.getValueTypeRef() ) : Reference< XIdlClass >()); in getType()
367 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescription * pTypeDescr ) in forType() function in stoc_corefl::IdlReflectionServiceImpl
388 Reference< XIdlClass > IdlReflectionServiceImpl::forType( typelib_TypeDescriptionReference * pRef ) in forType() function in stoc_corefl::IdlReflectionServiceImpl
395 Reference< XIdlClass > xRet = forType( pTD ); in forType()
H A Dcriface.cxx175 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()
H A Dcrcomp.cxx152 _xDeclClass = getReflection()->forType( (typelib_TypeDescription *)pTD ); in getDeclaringClass()
174 return getReflection()->forType( getTypeDescr() ); in getType()
335 _xSuperClass = getReflection()->forType( (typelib_TypeDescription *)pCompTypeDescr ); in getSuperclasses()
H A Dbase.hxx154 …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()
H A Dcrarray.cxx217 return getReflection()->forType( getTypeDescr()->pType ); in getComponentType()
H A Dcrbase.cxx271 Reference< XIdlClass > xDeclClass( getReflection()->forType( getDeclTypeDescr() ) ); in getDeclaringClass()
/trunk/main/vcl/aqua/source/dtrans/
H A Daqua_clipboard.cxx329 [sender setData: pBoardData forType:const_cast<NSString*>(type)]; in provideDataForType()

Completed in 31 milliseconds