Home
last modified time | relevance | path

Searched refs:xClass (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/stoc/test/
H A Dtestcorefl.cxx100 Reference< XIdlClass > xClass; in test_corefl() local
120 xClass = xRefl->forName(OUString::createFromAscii("ModuleA.ModuleB.EnumA")); in test_corefl()
122 TEST_ENSHURE(xClass.is(), "test_RegCoreReflection(): error 5"); in test_corefl()
124 Sequence<Reference< XIdlField > > fields = xClass->getFields(); in test_corefl()
141 xClass = xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceB")); in test_corefl()
143 TEST_ENSHURE(xClass == xA, "test_RegCoreReflection(): error 7"); in test_corefl()
144 TEST_ENSHURE(xClass.is(), "test_RegCoreReflection(): error 7a"); in test_corefl()
152 xClass->getUik() ), in test_corefl()
156 TEST_ENSHURE(xClass->getSuperclasses().getLength() == 1, "test_RegCoreReflection(): error 9"); in test_corefl()
157 …TEST_ENSHURE(xClass->getSuperclasses().getArray()[0]->getName() == OUString::createFromAscii("Modu… in test_corefl()
[all …]
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx711 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()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Daddincol.cxx706 sal_Bool lcl_ValidReturnType( const uno::Reference<reflection::XIdlClass>& xClass ) in lcl_ValidReturnType() argument
710 if ( !xClass.is() ) return sal_False; in lcl_ValidReturnType()
712 switch (xClass->getTypeClass()) in lcl_ValidReturnType()
736 rtl::OUString sName = xClass->getName(); in lcl_ValidReturnType()
747 rtl::OUString sName = xClass->getName(); in lcl_ValidReturnType()
758 ScAddInArgumentType lcl_GetArgType( const uno::Reference<reflection::XIdlClass>& xClass ) in lcl_GetArgType() argument
760 if (!xClass.is()) in lcl_GetArgType()
763 uno::TypeClass eType = xClass->getTypeClass(); in lcl_GetArgType()
775 rtl::OUString sName = xClass->getName(); in lcl_GetArgType()
870 uno::Reference<reflection::XIdlClass> xClass = in ReadFromAddIn() local
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DHelper.java118 …c static Object getUnoPropertyValue(Object oUnoObject, String PropertyName, java.lang.Class xClass) in getUnoPropertyValue() argument
132 … return com.sun.star.uno.AnyConverter.toObject(new com.sun.star.uno.Type(xClass), oObject); in getUnoPropertyValue()
165 …ect getPropertyValuefromAny(Object[] CurPropertyValue, String PropertyName, java.lang.Class xClass) in getPropertyValuefromAny() argument
179 … return com.sun.star.uno.AnyConverter.toObject(new com.sun.star.uno.Type(xClass), aValue.Value); in getPropertyValuefromAny()
/AOO41X/main/idl/inc/
H A Dobject.hxx59 SvMetaClassRef xClass; member in SvClassElement
75 { xClass = pClass; } in SetClass()
77 { return xClass; } in GetClass()
/AOO41X/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1630 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface() local
1632 if( xClass.is()) in testInterface()
1633 xClass->createObject( any); in testInterface()
1779 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface() local
1781 if( xClass.is()) in testInterface()
1782 xClass->createObject( any); in testInterface()
1950 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface() local
1952 if( xClass.is()) in testInterface()
1953 xClass->createObject( any); in testInterface()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par4.cxx226 uno::Reference < embed::XClassifiedObject > xClass( rObject.GetObjRef(), uno::UNO_QUERY ); in InsertOle() local
227 if( xClass.is() ) in InsertOle()
229 SvGlobalName aClassName( xClass->getClassID() ); in InsertOle()
/AOO41X/main/idl/source/objects/
H A Dobject.cxx70 xClass = p; in Load()
85 if( xClass.Is() ) nMask |= 0x4; in Save()
91 if( nMask & 0x04 ) rStm << xClass; in Save()
/AOO41X/main/stoc/source/inspect/
H A Dintrospection.cxx370 Reference< XIdlClass > xClass = mxCoreReflection->forName( aTypeName ); in getMethodIndex() local
371 if( xClass.is() ) in getMethodIndex()
382 if( xClass->equals( xMethClass ) ) in getMethodIndex()
404 if( xClass->equals( xMethClass2 ) ) in getMethodIndex()
/AOO41X/main/sw/source/filter/html/
H A Dhtmlplug.cxx1066 uno::Reference < embed::XClassifiedObject > xClass ( rObj.GetOleRef(), uno::UNO_QUERY ); in GuessOLENodeFrmType() local
1067 SvGlobalName aClass( xClass->getClassID() ); in GuessOLENodeFrmType()
/AOO41X/main/sc/workben/
H A Dtest.cxx141 static XIdlClassRef xClass = createStandardClass( L"ScTestListener", in getIdlClass() local
144 return xClass; in getIdlClass()