Lines Matching refs:aRet

319 	Any aRet;  in invoke()  local
392 aRet <<= _xLBT->setValues2( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
436 aRet <<= _xLBT->getValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
480 aRet <<= _xLBT->raiseException( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
547 return aRet; in invoke()
594 Any aRet; in getValue() local
598 aRet.setValue( &aBool, ::getCppuBooleanType() ); in getValue()
601 aRet <<= _xLBT->getByte(); in getValue()
605 aRet.setValue( &aChar, ::getCppuCharType() ); in getValue()
608 aRet <<= _xLBT->getShort(); in getValue()
610 aRet <<= _xLBT->getUShort(); in getValue()
612 aRet <<= _xLBT->getLong(); in getValue()
614 aRet <<= _xLBT->getULong(); in getValue()
616 aRet <<= _xLBT->getHyper(); in getValue()
618 aRet <<= _xLBT->getUHyper(); in getValue()
620 aRet <<= _xLBT->getFloat(); in getValue()
622 aRet <<= _xLBT->getDouble(); in getValue()
624 aRet <<= _xLBT->getEnum(); in getValue()
626 aRet <<= _xLBT->getString(); in getValue()
628 aRet <<= _xLBT->getInterface(); in getValue()
630 aRet <<= _xLBT->getAny(); in getValue()
632 aRet <<= _xLBT->getSequence(); in getValue()
634 aRet <<= _xLBT->getStruct(); in getValue()
636 aRet <<= _xLBT->getRuntimeException(); in getValue()
637 return aRet; in getValue()
789 test::TestData aRet, aRet2; in performTest() local
791 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
792 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
793 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest()
795 OSL_ASSERT( equals( aData, aRet ) && equals( aData, aRet2 ) ); in performTest()
799 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
800 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
801 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest()
806 test::TestData aRet, aRet2; in performTest() local
808 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest()
809 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
810 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in performTest()
812 OSL_ASSERT( equals( aData, aRet ) && equals( aData, aRet2 ) && equals( aData, aGVret ) ); in performTest()
815 xLBT->setBool( aRet.Bool ); in performTest()
816 xLBT->setChar( aRet.Char ); in performTest()
817 xLBT->setByte( aRet.Byte ); in performTest()
818 xLBT->setShort( aRet.Short ); in performTest()
819 xLBT->setUShort( aRet.UShort ); in performTest()
820 xLBT->setLong( aRet.Long ); in performTest()
821 xLBT->setULong( aRet.ULong ); in performTest()
822 xLBT->setHyper( aRet.Hyper ); in performTest()
823 xLBT->setUHyper( aRet.UHyper ); in performTest()
824 xLBT->setFloat( aRet.Float ); in performTest()
825 xLBT->setDouble( aRet.Double ); in performTest()
826 xLBT->setEnum( aRet.Enum ); in performTest()
827 xLBT->setString( aRet.String ); in performTest()
828 xLBT->setInterface( aRet.Interface ); in performTest()
829 xLBT->setAny( aRet.Any ); in performTest()
830 xLBT->setSequence( aRet.Sequence ); in performTest()
834 test::TestData aRet, aRet2; in performTest() local
835 aRet.Hyper = xLBT->getHyper(); in performTest()
836 aRet.UHyper = xLBT->getUHyper(); in performTest()
837 aRet.Float = xLBT->getFloat(); in performTest()
838 aRet.Double = xLBT->getDouble(); in performTest()
839 aRet.Byte = xLBT->getByte(); in performTest()
840 aRet.Char = xLBT->getChar(); in performTest()
841 aRet.Bool = xLBT->getBool(); in performTest()
842 aRet.Short = xLBT->getShort(); in performTest()
843 aRet.UShort = xLBT->getUShort(); in performTest()
844 aRet.Long = xLBT->getLong(); in performTest()
845 aRet.ULong = xLBT->getULong(); in performTest()
846 aRet.Enum = xLBT->getEnum(); in performTest()
847 aRet.String = xLBT->getString(); in performTest()
848 aRet.Interface = xLBT->getInterface(); in performTest()
849 aRet.Any = xLBT->getAny(); in performTest()
850 aRet.Sequence = xLBT->getSequence(); in performTest()
853 return (equals( aData, aRet ) && equals( aData, aRet2 )); in performTest()
895 test::TestData aRet, aRet2; in raiseException() local
897 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in raiseException()
898 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in raiseException()
899 aRet.Enum, aRet.String, aRet.Interface, aRet.Any, aRet.Sequence, aRet2 ); in raiseException()