Lines Matching refs:xClass

711 			Reference<XIdlClass> xClass = TypeToIdlClass( aType_ );  in unoToSbxValue()  local
713 aClassAny <<= xClass; in unoToSbxValue()
1634 …aceInfo( const Reference< XInterface >& x, const Reference< XIdlClass >& xClass, sal_uInt16 nRekLe… in Impl_GetInterfaceInfo() argument
1642 aRetStr += String( xClass->getName() ); in Impl_GetInterfaceInfo()
1643 ::rtl::OUString aClassName = xClass->getName(); in Impl_GetInterfaceInfo()
1644 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in Impl_GetInterfaceInfo()
1657 Sequence< Reference< XIdlClass > > aSuperClassSeq = xClass->getSuperclasses(); in Impl_GetInterfaceInfo()
1760 Reference<XIdlClass> xClass = TypeToIdlClass( rType ); in checkUnoObjectType() local
1761 if( !xClass.is() ) in checkUnoObjectType()
1766 ::rtl::OUString aInterfaceName = xClass->getName(); in checkUnoObjectType()
1834 Reference<XIdlClass> xClass = TypeToIdlClass( rType ); in Impl_GetSupportedInterfaces() local
1835 if( xClass.is() ) in Impl_GetSupportedInterfaces()
1837 aRet += Impl_GetInterfaceInfo( x, xClass, 1 ); in Impl_GetSupportedInterfaces()
2033 Reference< XIdlClass > xClass = rxMethod->getReturnType(); in Impl_DumpMethods() local
2034 if( xClass.is() && xClass->getTypeClass() == TypeClass_SEQUENCE ) in Impl_DumpMethods()
2998 Reference< XIdlClass > xClass; in Impl_CreateUnoStruct() local
3002 xClass = xCoreReflection->forName( aClassName ); in Impl_CreateUnoStruct()
3003 if( !xClass.is() ) in Impl_CreateUnoStruct()
3007 TypeClass eType = xClass->getTypeClass(); in Impl_CreateUnoStruct()
3013 xClass->createObject( aNewAny ); in Impl_CreateUnoStruct()
3256 Reference< XIdlClass > xClass = xCoreReflection->forName( aIfaceName ); in RTL_Impl_HasInterfaces() local
3257 if( !xClass.is() ) in RTL_Impl_HasInterfaces()
3261 ::rtl::OUString aClassName = xClass->getName(); in RTL_Impl_HasInterfaces()
3262 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in RTL_Impl_HasInterfaces()
3465 Reference< XIdlClass > xClass; in Find() local
3508 Reference< XIdlClass > xClass( xIface, UNO_QUERY ); in Find() local
3509 if( xClass.is() ) in Find()
3512 SbxObjectRef xWrapper = (SbxObject*)new SbUnoClass( aNewName, xClass ); in Find()
4232 Reference< XIdlClass > xClass = xCoreReflection->forName( aListenerClassName ); in SbRtl_CreateUnoListener() local
4233 if( !xClass.is() ) in SbRtl_CreateUnoListener()
4243 …Reference< XInterface > xLst = createAllListenerAdapter( xInvocationAdapterFactory, xClass, xAllLs… in SbRtl_CreateUnoListener()
4247 ::rtl::OUString aClassName = xClass->getName(); in SbRtl_CreateUnoListener()
4248 Type aClassType( xClass->getTypeClass(), aClassName.getStr() ); in SbRtl_CreateUnoListener()