Lines Matching defs:Value

648 void ODataOutputStream::writeBoolean(sal_Bool Value)  in writeBoolean()
663 void ODataOutputStream::writeByte(sal_Int8 Value) in writeByte()
672 void ODataOutputStream::writeChar(sal_Unicode Value) in writeChar()
684 void ODataOutputStream::writeShort(sal_Int16 Value) in writeShort()
695 void ODataOutputStream::writeLong(sal_Int32 Value) in writeLong()
708 void ODataOutputStream::writeHyper(sal_Int64 Value) in writeHyper()
726 void ODataOutputStream::writeFloat(float Value) in writeFloat()
735 void ODataOutputStream::writeDouble(double Value) in writeDouble()
756 void ODataOutputStream::writeUTF(const OUString& Value) in writeUTF()
1005 virtual void SAL_CALL writeBoolean(sal_Bool Value) throw (IOException, RuntimeException) in writeBoolean()
1007 virtual void SAL_CALL writeByte(sal_Int8 Value) throw (IOException, RuntimeException) in writeByte()
1009 virtual void SAL_CALL writeChar(sal_Unicode Value) throw (IOException, RuntimeException) in writeChar()
1011 virtual void SAL_CALL writeShort(sal_Int16 Value) throw (IOException, RuntimeException) in writeShort()
1013 virtual void SAL_CALL writeLong(sal_Int32 Value) throw (IOException, RuntimeException) in writeLong()
1015 virtual void SAL_CALL writeHyper(sal_Int64 Value) throw (IOException, RuntimeException) in writeHyper()
1017 virtual void SAL_CALL writeFloat(float Value) throw (IOException, RuntimeException) in writeFloat()
1019 virtual void SAL_CALL writeDouble(double Value) throw (IOException, RuntimeException) in writeDouble()
1021 virtual void SAL_CALL writeUTF(const OUString& Value) throw (IOException, RuntimeException) in writeUTF()