Home
last modified time | relevance | path

Searched refs:xInvok (Results 1 – 2 of 2) sorted by relevance

/trunk/main/stoc/test/
H A Dtestiadapter.cxx954 Reference< XInvocation > xInvok( new XLB_Invocation( xMgr, xOriginal ) ); in test_adapter() local
956 xInvok, ::getCppuType( (const Reference< XLanguageBindingTest > *)0 ) ), UNO_QUERY ); in test_adapter()
959 xInvok, ::getCppuType( (const Reference< XLanguageBindingTest > *)0 ) ), UNO_QUERY ); in test_adapter()
964 xInvok, ::getCppuType( (const Reference< XInterface > *)0 ) ), UNO_QUERY ); in test_adapter()
971 xAdapFac2->createAdapter( xInvok, Sequence< Type >( ar, 2 ) ), UNO_QUERY ); in test_adapter()
976 xInvok, ::getCppuType( (const Reference< XSimpleRegistry > *)0 ) ), UNO_QUERY ); in test_adapter()
1001 Reference< XInvocation > xInvok( in test_invocation() local
1005 xInvok, ::getCppuType( (const Reference< XLanguageBindingTest > *)0 ) ), UNO_QUERY ); in test_invocation()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1919 Reference< XInvocation > xInvok = pUnoObj->getInvocation(); in Impl_DumpProperties() local
1920 if( xInvok.is() ) in Impl_DumpProperties()
1921 xAccess = xInvok->getIntrospection(); in Impl_DumpProperties()
1996 Reference< XInvocation > xInvok = pUnoObj->getInvocation(); in Impl_DumpMethods() local
1997 if( xInvok.is() ) in Impl_DumpMethods()
1998 xAccess = xInvok->getIntrospection(); in Impl_DumpMethods()

Completed in 34 milliseconds