Searched refs:rRCallMe (Results 1 – 1 of 1) sorted by relevance
605 void testSequenceOfCalls( const Reference< XCallMe > & rRCallMe ) in testSequenceOfCalls() argument610 rRCallMe->callOneway( OUString( RTL_CONSTASCII_USTRINGPARAM("hifuj" )), 0 ); in testSequenceOfCalls()614 void testAllTypes( const Reference < XCallMe > & rRCallMe ) in testAllTypes() argument634 types.Interface = Reference< XInterface >( rRCallMe , UNO_QUERY); in testAllTypes()637 TestTypes retTypes = rRCallMe->transport( types ); in testAllTypes()670 Reference< XCallMe > rRCallMe = rRFact->createCallMe(); in testRemote() local673 testAllTypes( rRCallMe ); in testRemote()678 testException( rRCallMe ); in testRemote()687 rRCallMe->setsAttribute( ow ); in testRemote()688 OSL_ASSERT( rRCallMe->getsAttribute() == ow ); in testRemote()[all …]