Lines Matching refs:xCallback

323 …virtual void SAL_CALL testInterface(  const Reference< XCallback >& xCallback, sal_Int32 mode ) th…
1448 void SAL_CALL OComponent::testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode )… in testInterface() argument
1474 xCallback->func1(); break; in testInterface()
1476 xSimple= xCallback->returnInterface(); in testInterface()
1482 xCallback->outInterface( xSimple); in testInterface()
1488 xCallback->outStruct( aSimpleStruct); in testInterface()
1493 xCallback->outEnum( aSimpleEnum); in testInterface()
1498 xCallback->outSeqAny( seqAny); in testInterface()
1513 xCallback->outAny( outAny); in testInterface()
1520 xCallback->outBool( aBool); in testInterface()
1525 xCallback->outChar( aChar); in testInterface()
1530 xCallback->outString( aString); in testInterface()
1535 xCallback->outFloat( aFloat); in testInterface()
1540 xCallback->outDouble( aDouble); in testInterface()
1545 xCallback->outByte( aByte); in testInterface()
1550 xCallback->outShort( aShort); in testInterface()
1555 xCallback->outLong( aLong); in testInterface()
1565 xCallback->outValuesMixed( 1111, outLong, OUString( L"in string") ); in testInterface()
1589 xCallback->outValuesAll( xSimple, aSimpleStruct, aSimpleEnum, seqAny, aAny, aBool, in testInterface()
1601 xCallback->outSeqByte( seqByte); in testInterface()
1621 xCallback->inoutInterface( xSimple); in testInterface()
1642 xCallback->inoutStruct( aStruct); in testInterface()
1653 xCallback->inoutEnum( aEnum); in testInterface()
1667 xCallback->inoutSeqAny( seqAny); in testInterface()
1691 xCallback->inoutAny(any); in testInterface()
1702 xCallback->inoutBool( b); in testInterface()
1711 xCallback->inoutChar( uc); in testInterface()
1720 xCallback->inoutString( s); in testInterface()
1729 xCallback->inoutFloat(f); in testInterface()
1738 xCallback->inoutDouble( f); in testInterface()
1747 xCallback->inoutByte( aByte); in testInterface()
1756 xCallback->inoutShort( aShort); in testInterface()
1765 xCallback->inoutLong( aLong); in testInterface()
1814 xCallback->inoutValuesAll( aXSimple, aStruct, aEnum, aSeq, in testInterface()
1841 xCallback->inValues( L'a', 0xffffL, OUString(L" a string from OleTest")); in testInterface()
1847 xCallback->inSeqByte( seq); in testInterface()
1862xCallback->inSeqXEventListener(Sequence<Reference<XEventListener> > (arListeners, LISTENERS), in testInterface()
2055 Reference<XSimple> simple= xCallback->getsimple(); in testInterface()