Home
last modified time | relevance | path

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

/trunk/main/stoc/test/
H A Dtestiadapter.cxx941 Reference< XInvocation > xInvok( new XLB_Invocation( xMgr, xOriginal ) ); in test_adapter() local
943 xInvok, ::getCppuType( (const Reference< XLanguageBindingTest > *)0 ) ), UNO_QUERY ); in test_adapter()
946 xInvok, ::getCppuType( (const Reference< XLanguageBindingTest > *)0 ) ), UNO_QUERY ); in test_adapter()
951 xInvok, ::getCppuType( (const Reference< XInterface > *)0 ) ), UNO_QUERY ); in test_adapter()
958 xAdapFac2->createAdapter( xInvok, Sequence< Type >( ar, 2 ) ), UNO_QUERY ); in test_adapter()
963 xInvok, ::getCppuType( (const Reference< XSimpleRegistry > *)0 ) ), UNO_QUERY ); in test_adapter()
988 Reference< XInvocation > xInvok( in test_invocation() local
992 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()