Home
last modified time | relevance | path

Searched refs:xRefl (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/stoc/test/
H A Dtestcorefl.cxx98 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 Dtestintrosp.cxx93 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()
1563 …Reference< XIdlReflection > xRefl( xMgr->createInstance( OUString::createFromAscii("com.sun.star.r… in SAL_IMPLEMENT_MAIN() local
1564 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in SAL_IMPLEMENT_MAIN()
1575 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in SAL_IMPLEMENT_MAIN()
1578 bSucc = test_introsp( xMgr, xRefl, xIntrosp ); in SAL_IMPLEMENT_MAIN()
/AOO41X/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1627 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local
1628 if( xRefl.is()) in testInterface()
1630 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1776 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local
1777 if( xRefl.is()) in testInterface()
1779 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1947 …Reference<XIdlReflection> xRefl( m_rFactory->createInstance(L"com.sun.star.reflection.CoreReflecti… in testInterface() local
1948 if( xRefl.is()) in testInterface()
1950 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
/AOO41X/main/extensions/source/ole/
H A Dunoobjw.cxx1125 Reference<XIdlReflection> xRefl( xIntCore, UNO_QUERY); in InvokeGeneral() local
1126 if( xRefl.is() ) in InvokeGeneral()
1132 …Reference<XIdlClass> classStruct= xRefl->forName( reinterpret_cast<const sal_Unicode*>(arg.bstrVal… in InvokeGeneral()
/AOO41X/main/stoc/source/inspect/
H A Dintrospection.cxx1995 static Reference< XIdlReflection > xRefl; in TypeToIdlClass() local
2004 if( !xRefl.is() ) in TypeToIdlClass()
2006xRefl = Reference< XIdlReflection >( xMgr->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRING… in TypeToIdlClass()
2007 OSL_ENSURE( xRefl.is(), "### no corereflection!" ); in TypeToIdlClass()
2009 xRetClass = xRefl->forName( sOWName ); in TypeToIdlClass()
/AOO41X/main/stoc/source/invocation/
H A Dinvocation.cxx115 …Reference<XIdlClass> TypeToIdlClass( const Type& rType, const Reference< XIdlReflection > & xRefl ) in TypeToIdlClass() argument
117 return xRefl->forName( rType.getTypeName() ); in TypeToIdlClass()
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx406 Reference< XIdlReflection > xRefl = getCoreReflection_Impl(); in TYPEINIT1() local
407 xRetClass = xRefl->forName( sOWName ); in TYPEINIT1()