Home
last modified time | relevance | path

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

/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx115 inline Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XIdlReflection > & … in TypeToIdlClass() function
585 Reference < XIdlClass > r = TypeToIdlClass( aProp.Type, xCoreReflection ); in setValue()
586 if( r->isAssignableFrom( TypeToIdlClass( Value.getValueType(), xCoreReflection ) ) ) in setValue()
601 TypeToIdlClass( _xNameContainer->getElementType(), xCoreReflection ); in setValue()
602 if( r->isAssignableFrom(TypeToIdlClass( Value.getValueType(), xCoreReflection ) ) ) in setValue()
694 …if (rDestType->isAssignableFrom( TypeToIdlClass( pInParams[nPos].getValueType(), xCoreReflection )… in invoke()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1993 Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XMultiServiceFactory > & x… in TypeToIdlClass() function
2079 pClasses[ i ] = TypeToIdlClass( pTypes[ i ], m_xSMgr ); in implInspect()
2099 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()
2111 xImplClass = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()
2890 Reference<XIdlClass> xListenerClass = TypeToIdlClass( getCppuVoidType(), m_xSMgr ); in implInspect()
2898 …Reference<XIdlClass> xEventListenerClass = TypeToIdlClass( getCppuType( (Reference<XEventListener>… in implInspect()
2972 Reference<XIdlClass> xClassRef = TypeToIdlClass( aToInspectObj.getValueType(), m_xSMgr ); in implInspect()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx396 Reference<XIdlClass> TypeToIdlClass( const Type& rType ) in TYPEINIT1()
626 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in implSequenceToMultiDimArray()
711 Reference<XIdlClass> xClass = TypeToIdlClass( aType_ ); in unoToSbxValue()
856 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aType ); in unoToSbxValue()
1245 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( aSeqType ); in implRekMultiDimArrayToSequence()
1349 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( rType ); in sbxToUnoValue()
1476 Reference< XIdlClass > xIdlTargetClass = TypeToIdlClass( rType ); in sbxToUnoValue()
1637 static Reference< XIdlClass > xIfaceClass = TypeToIdlClass( aIfaceType ); in Impl_GetInterfaceInfo()
1760 Reference<XIdlClass> xClass = TypeToIdlClass( rType ); in checkUnoObjectType()
1834 Reference<XIdlClass> xClass = TypeToIdlClass( rType ); in Impl_GetSupportedInterfaces()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx91 Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XMultiServiceFactory > & x… in TypeToIdlClass() function
227 Reference< XIdlClass > xIdlClass = TypeToIdlClass( aValType, xMgr ); in AnyToString()

Completed in 62 milliseconds