Home
last modified time | relevance | path

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

/aoo4110/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()
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()
237 xRefl->forName( OUString::createFromAscii("[]ModuleA.StructA") )->createObject(aAny); in test_corefl()
240 xRefl->forName(OUString::createFromAscii("[][]ModuleA.StructA"))->createObject(aAny); in test_corefl()
383 Reference< XIdlReflection > xRefl; in SAL_IMPLEMENT_MAIN() local
388 >>= xRefl; in SAL_IMPLEMENT_MAIN()
390 xRefl.is(), "### CoreReflection singleton not accessable!?" ); in SAL_IMPLEMENT_MAIN()
[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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx406 Reference< XIdlReflection > xRefl = getCoreReflection_Impl(); in TYPEINIT1() local
407 xRetClass = xRefl->forName( sOWName ); in TYPEINIT1()

Completed in 104 milliseconds