Searched refs:xDirectInvoke (Results 1 – 1 of 1) sorted by relevance
2357 Reference< XDirectInvocation > xDirectInvoke; in TYPEINIT1() local2359 xDirectInvoke.set( mxInvocation, UNO_QUERY ); in TYPEINIT1()2362 if ( xDirectInvoke.is() ) in TYPEINIT1()2363 aRetAny = xDirectInvoke->directInvoke( pMeth->GetName(), args ); in TYPEINIT1()2856 Reference< XDirectInvocation > xDirectInvoke( mxInvocation, UNO_QUERY ); in Find() local2857 if ( xDirectInvoke.is() && xDirectInvoke->hasMember( aUName ) ) in Find()
Completed in 31 milliseconds