Lines Matching refs:xIdlClass
605 SbxDataType unoToSbxType( const Reference< XIdlClass >& xIdlClass ) in unoToSbxType() argument
608 if( xIdlClass.is() ) in unoToSbxType()
610 TypeClass eType = xIdlClass->getTypeClass(); in unoToSbxType()
1415 Reference< XIdlClass > xIdlClass; in sbxToUnoValue() local
1421 aUnoAny >>= xIdlClass; in sbxToUnoValue()
1424 if( xIdlClass.is() ) in sbxToUnoValue()
1426 ::rtl::OUString aClassName = xIdlClass->getName(); in sbxToUnoValue()
1427 Type aType( xIdlClass->getTypeClass(), aClassName.getStr() ); in sbxToUnoValue()
4326 Reference< XIdlClass > xIdlClass; in RTL_Impl_CreateUnoValue() local
4332 aUnoAny >>= xIdlClass; in RTL_Impl_CreateUnoValue()
4335 if( xIdlClass.is() ) in RTL_Impl_CreateUnoValue()
4336 aValTypeName = xIdlClass->getName(); in RTL_Impl_CreateUnoValue()