Lines Matching defs:rOut

891 void SAL_CALL OComponent::testout_methodByte(sal_Int8& rOut) throw( RuntimeException )  in testout_methodByte()
895 void SAL_CALL OComponent::testout_methodFloat(float& rOut) throw( RuntimeException ) in testout_methodFloat()
899 void SAL_CALL OComponent::testout_methodDouble(double& rOut) throw( RuntimeException ) in testout_methodDouble()
904 void SAL_CALL OComponent::testout_methodBool(sal_Bool& rOut) throw( RuntimeException ) in testout_methodBool()
908 void SAL_CALL OComponent::testout_methodShort(sal_Int16& rOut) throw( RuntimeException ) in testout_methodShort()
912 void SAL_CALL OComponent::testout_methodUShort(sal_uInt16& rOut) throw( RuntimeException ) in testout_methodUShort()
916 void SAL_CALL OComponent::testout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testout_methodLong()
920 void SAL_CALL OComponent::testout_methodULong(sal_uInt32& rOut) throw( RuntimeException ) in testout_methodULong()
924 void SAL_CALL OComponent::testout_methodHyper(sal_Int64& rOut) throw( RuntimeException ) in testout_methodHyper()
929 void SAL_CALL OComponent::testout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException ) in testout_methodUHyper()
934 void SAL_CALL OComponent::testout_methodString(OUString& rOut) throw( RuntimeException ) in testout_methodString()
938 void SAL_CALL OComponent::testout_methodChar(sal_Unicode& rOut) throw( RuntimeException ) in testout_methodChar()
942 void SAL_CALL OComponent::testout_methodAny(Any& rOut) throw( RuntimeException) in testout_methodAny()
947 void SAL_CALL OComponent::testout_methodType(Type& rOut) throw( RuntimeException ) in testout_methodType()
952 void SAL_CALL OComponent::testout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExcepti… in testout_methodSequence()
957 void SAL_CALL OComponent::testout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( R… in testout_methodSequence2()
989 void SAL_CALL OComponent::testout_methodXInterface( Reference< XInterface >& rOut ) throw(RuntimeEx… in testout_methodXInterface()
1117 void SAL_CALL OComponent::testinout_methodByte(sal_Int8& rOut) throw( RuntimeException ) in testinout_methodByte()
1123 void SAL_CALL OComponent::testinout_methodFloat(float& rOut) throw( RuntimeException ) in testinout_methodFloat()
1130 void SAL_CALL OComponent::testinout_methodDouble(double& rOut) throw( RuntimeException ) in testinout_methodDouble()
1136 void SAL_CALL OComponent::testinout_methodBool(sal_Bool& rOut) throw( RuntimeException ) in testinout_methodBool()
1142 void SAL_CALL OComponent::testinout_methodShort(sal_Int16& rOut) throw( RuntimeException ) in testinout_methodShort()
1148 void SAL_CALL OComponent::testinout_methodUShort(sal_uInt16& rOut) throw( RuntimeException ) in testinout_methodUShort()
1154 void SAL_CALL OComponent::testinout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testinout_methodLong()
1160 void SAL_CALL OComponent::testinout_methodULong(sal_uInt32& rOut) throw( RuntimeException ) in testinout_methodULong()
1166 void SAL_CALL OComponent::testinout_methodHyper(sal_Int64& rOut) throw( RuntimeException ) in testinout_methodHyper()
1173 void SAL_CALL OComponent::testinout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException ) in testinout_methodUHyper()
1180 void SAL_CALL OComponent::testinout_methodString(OUString& rOut) throw( RuntimeException ) in testinout_methodString()
1186 void SAL_CALL OComponent::testinout_methodChar(sal_Unicode& rOut) throw( RuntimeException) in testinout_methodChar()
1192 void SAL_CALL OComponent::testinout_methodAny(Any& rOut) throw( RuntimeException) in testinout_methodAny()
1198 void SAL_CALL OComponent::testinout_methodType(Type& rOut) throw( RuntimeException) in testinout_methodType()
1206 void SAL_CALL OComponent::testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExcep… in testinout_methodSequence()
1215 void SAL_CALL OComponent::testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw(… in testinout_methodSequence2()
1229 void SAL_CALL OComponent::testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(Runtim… in testinout_methodXInterface()
1244 void SAL_CALL OComponent::testinout_methodXInterface2( Reference< XInterface > & rOut) throw( Runti… in testinout_methodXInterface2()