Home
last modified time | relevance | path

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

/aoo4110/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()
158 TEST_ENSHURE(xClass->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11"); in test_corefl()
[all …]
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx713 aClassAny <<= xClass; in unoToSbxValue()
1761 if( !xClass.is() ) in checkUnoObjectType()
1835 if( xClass.is() ) in Impl_GetSupportedInterfaces()
2034 if( xClass.is() && xClass->getTypeClass() == TypeClass_SEQUENCE ) in Impl_DumpMethods()
2998 Reference< XIdlClass > xClass; in Impl_CreateUnoStruct() local
3003 if( !xClass.is() ) in Impl_CreateUnoStruct()
3013 xClass->createObject( aNewAny ); in Impl_CreateUnoStruct()
3257 if( !xClass.is() ) in RTL_Impl_HasInterfaces()
3465 Reference< XIdlClass > xClass; in Find() local
3509 if( xClass.is() ) in Find()
[all …]
/aoo4110/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()
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
873 if ( xClass.is() ) in ReadFromAddIn()
[all …]
/aoo4110/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()
/aoo4110/main/idl/inc/
H A Dobject.hxx59 SvMetaClassRef xClass; member in SvClassElement
75 { xClass = pClass; } in SetClass()
77 { return xClass; } in GetClass()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sc/workben/
H A Dtest.cxx141 static XIdlClassRef xClass = createStandardClass( L"ScTestListener", in getIdlClass() local
144 return xClass; in getIdlClass()

Completed in 113 milliseconds