Lines Matching defs:rIn

998 sal_Int8 SAL_CALL OComponent::in_methodByte( sal_Int8 rIn ) throw (RuntimeException)  in in_methodByte()
1003 float SAL_CALL OComponent::in_methodFloat( float rIn ) throw (RuntimeException) in in_methodFloat()
1008 double SAL_CALL OComponent::in_methodDouble( double rIn ) throw (RuntimeException) in in_methodDouble()
1013 sal_Bool SAL_CALL OComponent::in_methodBool( sal_Bool rIn ) throw (RuntimeException) in in_methodBool()
1018 sal_Int16 SAL_CALL OComponent::in_methodShort( sal_Int16 rIn ) throw (RuntimeException) in in_methodShort()
1023 sal_uInt16 SAL_CALL OComponent::in_methodUShort( sal_uInt16 rIn ) throw (RuntimeException) in in_methodUShort()
1028 sal_Int32 SAL_CALL OComponent::in_methodLong( sal_Int32 rIn ) throw (RuntimeException) in in_methodLong()
1033 sal_uInt32 SAL_CALL OComponent::in_methodULong( sal_uInt32 rIn ) throw (RuntimeException) in in_methodULong()
1038 sal_Int64 SAL_CALL OComponent::in_methodHyper( sal_Int64 rIn ) throw (RuntimeException) in in_methodHyper()
1044 sal_uInt64 SAL_CALL OComponent::in_methodUHyper( sal_uInt64 rIn ) throw (RuntimeException) in in_methodUHyper()
1050 OUString SAL_CALL OComponent::in_methodString( const OUString& rIn ) throw (RuntimeException) in in_methodString()
1055 sal_Unicode SAL_CALL OComponent::in_methodChar( sal_Unicode rIn ) throw (RuntimeException) in in_methodChar()
1060 Any SAL_CALL OComponent::in_methodAny( const Any& rIn ) throw (RuntimeException) in in_methodAny()
1066 Type SAL_CALL OComponent::in_methodType( const Type& rIn ) throw (RuntimeException) in in_methodType()
1095 Reference<XInterface> SAL_CALL OComponent::in_methodXInterface( const Reference<XInterface >& rIn )… in in_methodXInterface()
1261 Any SAL_CALL OComponent::methodAnyTest1(const Any& rIn) throw( RuntimeException ) in methodAnyTest1()