Lines Matching refs:IOException

99     virtual sal_Int8 SAL_CALL readBoolean(void) throw (IOException, RuntimeException);
100 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException);
101 virtual sal_Unicode SAL_CALL readChar(void) throw (IOException, RuntimeException);
102 virtual sal_Int16 SAL_CALL readShort(void) throw (IOException, RuntimeException);
103 virtual sal_Int32 SAL_CALL readLong(void) throw (IOException, RuntimeException);
104 virtual sal_Int64 SAL_CALL readHyper(void) throw (IOException, RuntimeException);
105 virtual float SAL_CALL readFloat(void) throw (IOException, RuntimeException);
106 virtual double SAL_CALL readDouble(void) throw (IOException, RuntimeException);
107 virtual OUString SAL_CALL readUTF(void) throw (IOException, RuntimeException);
231 sal_Int8 ODataInputStream::readBoolean(void) throw (IOException, RuntimeException) in readBoolean()
236 sal_Int8 ODataInputStream::readByte(void) throw (IOException, RuntimeException) in readByte()
246 sal_Unicode ODataInputStream::readChar(void) throw (IOException, RuntimeException) in readChar()
258 sal_Int16 ODataInputStream::readShort(void) throw (IOException, RuntimeException) in readShort()
271 sal_Int32 ODataInputStream::readLong(void) throw (IOException, RuntimeException) in readLong()
284 sal_Int64 ODataInputStream::readHyper(void) throw (IOException, RuntimeException) in readHyper()
304 float ODataInputStream::readFloat(void) throw (IOException, RuntimeException) in readFloat()
311 double ODataInputStream::readDouble(void) throw (IOException, RuntimeException) in readDouble()
330 OUString ODataInputStream::readUTF(void) throw (IOException, RuntimeException) in readUTF()
554 virtual void SAL_CALL writeBoolean(sal_Bool Value) throw (IOException, RuntimeException);
555 virtual void SAL_CALL writeByte(sal_Int8 Value) throw (IOException, RuntimeException);
556 virtual void SAL_CALL writeChar(sal_Unicode Value) throw (IOException, RuntimeException);
557 virtual void SAL_CALL writeShort(sal_Int16 Value) throw (IOException, RuntimeException);
558 virtual void SAL_CALL writeLong(sal_Int32 Value) throw (IOException, RuntimeException);
559 virtual void SAL_CALL writeHyper(sal_Int64 Value) throw (IOException, RuntimeException);
560 virtual void SAL_CALL writeFloat(float Value) throw (IOException, RuntimeException);
561 virtual void SAL_CALL writeDouble(double Value) throw (IOException, RuntimeException);
562 virtual void SAL_CALL writeUTF(const OUString& Value) throw (IOException, RuntimeException);
649 throw ( IOException, in writeBoolean()
664 throw ( IOException, in writeByte()
673 throw ( IOException, in writeChar()
685 throw ( IOException, in writeShort()
696 throw ( IOException, in writeLong()
709 throw ( IOException, in writeHyper()
727 throw ( IOException, in writeFloat()
736 throw ( IOException, in writeDouble()
757 throw ( IOException, 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()
1025 …( const Reference< XPersistObject > & r ) throw (::com::sun::star::io::IOException, ::com::sun::st…
1028 virtual sal_Int32 SAL_CALL createMark(void) throw (IOException, RuntimeException);
1029 …virtual void SAL_CALL deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException, R…
1030 …virtual void SAL_CALL jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException, …
1031 virtual void SAL_CALL jumpToFurthest(void) throw (IOException, RuntimeException);
1033 throw (IOException, IllegalArgumentException, RuntimeException);
1074 …nst Reference< XPersistObject > & xPObj ) throw (::com::sun::star::io::IOException, ::com::sun::st… in writeObject()
1171 throw (IOException, RuntimeException) in createMark()
1179 throw (IOException, IllegalArgumentException, RuntimeException) in deleteMark()
1189 throw (IOException, IllegalArgumentException, RuntimeException) in jumpToMark()
1200 throw (IOException, RuntimeException) in jumpToFurthest()
1207 throw (IOException, IllegalArgumentException, RuntimeException) in offsetToMark()
1351 virtual sal_Int8 SAL_CALL readBoolean(void) throw (IOException, RuntimeException) in readBoolean()
1353 virtual sal_Int8 SAL_CALL readByte(void) throw (IOException, RuntimeException) in readByte()
1355 virtual sal_Unicode SAL_CALL readChar(void) throw (IOException, RuntimeException) in readChar()
1357 virtual sal_Int16 SAL_CALL readShort(void) throw (IOException, RuntimeException) in readShort()
1359 virtual sal_Int32 SAL_CALL readLong(void) throw (IOException, RuntimeException) in readLong()
1361 virtual sal_Int64 SAL_CALL readHyper(void) throw (IOException, RuntimeException) in readHyper()
1363 virtual float SAL_CALL readFloat(void) throw (IOException, RuntimeException) in readFloat()
1365 virtual double SAL_CALL readDouble(void) throw (IOException, RuntimeException) in readDouble()
1367 virtual OUString SAL_CALL readUTF(void) throw (IOException, RuntimeException) in readUTF()
1371 …< XPersistObject > SAL_CALL readObject( ) throw (::com::sun::star::io::IOException, ::com::sun::st…
1375 throw (IOException, RuntimeException);
1376 …virtual void SAL_CALL deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException, R…
1377 …virtual void SAL_CALL jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException, …
1378 virtual void SAL_CALL jumpToFurthest(void) throw (IOException, RuntimeException);
1380 throw (IOException, IllegalArgumentException, RuntimeException);
1424 …bject > OObjectInputStream::readObject() throw (::com::sun::star::io::IOException, ::com::sun::st… in readObject()
1539 sal_Int32 OObjectInputStream::createMark(void) throw (IOException, RuntimeException) in createMark()
1546 void OObjectInputStream::deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException,… in deleteMark()
1555 void OObjectInputStream::jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException… in jumpToMark()
1563 void OObjectInputStream::jumpToFurthest(void) throw (IOException, RuntimeException) in jumpToFurthest()
1570 throw (IOException, IllegalArgumentException, RuntimeException) in offsetToMark()