Searched refs:xRefl (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/stoc/test/ |
| H A D | testcorefl.cxx | 98 static sal_Bool test_corefl( const Reference< XIdlReflection > & xRefl ) in test_corefl() argument 101 Reference< XHierarchicalNameAccess > xHNameAccess( xRefl, UNO_QUERY ); in test_corefl() 104 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleA.StructA"))->getName() == OUString::… in test_corefl() 105 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleA.ExceptionB"))->getTypeClass() == Ty… in test_corefl() 106 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleA.ModuleB.EnumA")).is(), "test_RegCor… in test_corefl() 120 xClass = xRefl->forName(OUString::createFromAscii("ModuleA.ModuleB.EnumA")); in test_corefl() 139 Reference< XIdlClass > xA = xRefl->forName( OUString::createFromAscii("ModuleC.XInterfaceB") ); in test_corefl() 141 xClass = xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceB")); in test_corefl() 170 …s->getMethods().getArray()[4]->getParameterInfos().getArray()[0].aType == xRefl->forName( OUString… in test_corefl() 207 …TEST_ENSHURE(xRefl->forName( OUString::createFromAscii("[]ModuleA.StructA") )->getTypeClass() == T… in test_corefl() [all …]
|
| H A D | testintrosp.cxx | 93 static Reference< XIdlReflection > xRefl; in TypeToIdlClass() local 102 if( !xRefl.is() ) in TypeToIdlClass() 104 xRefl = Reference< XIdlReflection >( xMgr->createInstance( in TypeToIdlClass() 106 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in TypeToIdlClass() 108 xRetClass = xRefl->forName( sOWName ); in TypeToIdlClass() 1524 …Reference< XIdlReflection > xRefl( xMgr->createInstance( OUString::createFromAscii("com.sun.star.r… in SAL_IMPLEMENT_MAIN() local 1525 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in SAL_IMPLEMENT_MAIN() 1536 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in SAL_IMPLEMENT_MAIN() 1539 bSucc = test_introsp( xMgr, xRefl, xIntrosp ); in SAL_IMPLEMENT_MAIN()
|
| /trunk/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 1621 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local 1622 if( xRefl.is()) in testInterface() 1624 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface() 1770 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local 1771 if( xRefl.is()) in testInterface() 1773 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface() 1941 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local 1942 if( xRefl.is()) in testInterface() 1944 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
|
| /trunk/main/stoc/source/inspect/ |
| H A D | introspection.cxx | 1925 static Reference< XIdlReflection > xRefl; in TypeToIdlClass() local 1934 if( !xRefl.is() ) in TypeToIdlClass() 1936 …xRefl = Reference< XIdlReflection >( xMgr->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRING… in TypeToIdlClass() 1937 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in TypeToIdlClass() 1939 xRetClass = xRefl->forName( sOWName ); in TypeToIdlClass()
|
| /trunk/main/extensions/source/ole/ |
| H A D | unoobjw.cxx | 1123 Reference<XIdlReflection> xRefl( xIntCore, UNO_QUERY); in InvokeGeneral() local 1124 if( xRefl.is() ) in InvokeGeneral() 1130 …Reference<XIdlClass> classStruct= xRefl->forName( reinterpret_cast<const sal_Unicode*>(arg.bstrVal… in InvokeGeneral()
|
| /trunk/main/stoc/source/invocation/ |
| H A D | invocation.cxx | 115 …Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XIdlReflection > & xRefl ) in TypeToIdlClass() argument 117 return xRefl->forName( rType.getTypeName() ); in TypeToIdlClass()
|
| /trunk/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 406 Reference< XIdlReflection > xRefl = getCoreReflection_Impl(); in TYPEINIT1() local 407 xRetClass = xRefl->forName( sOWName ); in TYPEINIT1()
|