Lines Matching refs:XInvocation
63 Reference<XInvocation> convertComObject( IUnknown* pUnk);
64 Reference<XInvocation> getComObject( OUString progId);
68 bool doSimpleTest(const Reference<XInvocation> & inv);
69 bool doSimpleSequenceTest(const Reference<XInvocation> & inv);
70 bool doParameterTest(const Reference<XInvocation> & inv);
71 bool doPropertyWithArgumentTest(const Reference<XInvocation> & inv);
74 HRESULT doTest2( Reference<XInvocation> &);
75 Reference<XInvocation> getComObject(OUString& );
112 bool doParameterTest(const Reference<XInvocation> & inv) in doParameterTest()
354 bool doPropertyTest(const Reference<XInvocation> & inv) in doPropertyTest()
464 bool doPropertyWithArgumentTest(const Reference<XInvocation> & inv) in doPropertyWithArgumentTest()
632 bool doSimpleTest(const Reference<XInvocation> & inv) in doSimpleTest()
904 bool doSimpleSequenceTest(const Reference<XInvocation> & inv) in doSimpleSequenceTest()
1007 Sequence<Reference<XInvocation> > seqObj(2); in doSimpleSequenceTest()
1073 Reference<XInvocation> inv= getComObject( L"AxTestComponents.Basic"); in doTest()
1077 Reference<XInvocation> invMfc= convertComObject( spUnk.p); in doTest()
1246 Reference < XInvocation > inv5= getComObject(L"AxTestComponents.Basic"); in doTest()
1296 Reference<XInvocation> invOut5; in doTest()