Lines Matching refs:RuntimeException

85     																	RuntimeException);
89 RuntimeException);
92 RuntimeException);
94 RuntimeException);
96 RuntimeException);
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);
113 throw (RuntimeException);
114 virtual Reference< XInputStream > SAL_CALL getInputStream(void) throw (RuntimeException);
117 …d SAL_CALL setPredecessor(const Reference < XConnectable >& aPredecessor) throw (RuntimeException);
118 virtual Reference < XConnectable > SAL_CALL getPredecessor(void) throw (RuntimeException);
119 … void SAL_CALL setSuccessor(const Reference < XConnectable >& aSuccessor) throw (RuntimeException);
120 virtual Reference < XConnectable > SAL_CALL getSuccessor(void) throw (RuntimeException) ;
145 RuntimeException) in readBytes()
164 RuntimeException) in readSomeBytes()
179 RuntimeException) in skipBytes()
193 RuntimeException) in available()
210 RuntimeException) in closeInput()
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()
412 throw (RuntimeException) in setInputStream()
425 Reference< XInputStream > ODataInputStream::getInputStream(void) throw (RuntimeException) in getInputStream()
433 void ODataInputStream::setSuccessor( const Reference < XConnectable > &r ) throw (RuntimeException) in setSuccessor()
448 Reference < XConnectable > ODataInputStream::getSuccessor() throw (RuntimeException) in getSuccessor()
456 throw (RuntimeException) in setPredecessor()
466 Reference < XConnectable > ODataInputStream::getPredecessor() throw (RuntimeException) in getPredecessor()
543 RuntimeException);
547 RuntimeException);
551 RuntimeException);
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);
566 throw (RuntimeException);
567 virtual Reference < XOutputStream > SAL_CALL getOutputStream(void) throw (RuntimeException);
571 throw (RuntimeException);
573 throw (RuntimeException);
575 throw (RuntimeException);
577 throw (RuntimeException);
601 RuntimeException) in writeBytes()
615 RuntimeException) in flush()
632 RuntimeException) in closeOutput()
650 RuntimeException) in writeBoolean()
665 RuntimeException) in writeByte()
674 RuntimeException) in writeChar()
686 RuntimeException) in writeShort()
697 RuntimeException) in writeLong()
710 RuntimeException) in writeHyper()
728 RuntimeException) in writeFloat()
737 RuntimeException) in writeDouble()
758 RuntimeException) in writeUTF()
820 throw (RuntimeException) in setOutputStream()
832 throw (RuntimeException) in getOutputStream()
842 throw (RuntimeException) in setSuccessor()
858 Reference < XConnectable > ODataOutputStream::getSuccessor() throw (RuntimeException) in getSuccessor()
865 …d ODataOutputStream::setPredecessor( const Reference < XConnectable > &r ) throw (RuntimeException) in setPredecessor()
875 Reference < XConnectable > ODataOutputStream::getPredecessor() throw (RuntimeException) in getPredecessor()
979 … SAL_CALL queryInterface( const Type &type ) throw (::com::sun::star::uno::RuntimeException);
988 RuntimeException) in writeBytes()
994 RuntimeException) in flush()
1000 RuntimeException) in closeOutput()
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 …tObject > & r ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
1028 virtual sal_Int32 SAL_CALL createMark(void) throw (IOException, RuntimeException);
1029 …_CALL deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException, RuntimeException);
1030 …CALL jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException, RuntimeException);
1031 virtual void SAL_CALL jumpToFurthest(void) throw (IOException, RuntimeException);
1033 throw (IOException, IllegalArgumentException, RuntimeException);
1037 getTypes( ) throw(::com::sun::star::uno::RuntimeException);
1039 getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
1060 …ctOutputStream::queryInterface( const Type &aType ) throw (::com::sun::star::uno::RuntimeException) in queryInterface()
1074 …ject > & xPObj ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException) 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()
1238 Sequence< Type > SAL_CALL OObjectOutputStream::getTypes(void) throw( RuntimeException ) in getTypes()
1256 Sequence< sal_Int8 > SAL_CALL OObjectOutputStream::getImplementationId( ) throw( RuntimeException) in getImplementationId()
1325 RuntimeException) in readBytes()
1331 RuntimeException) in readSomeBytes()
1337 RuntimeException) in skipBytes()
1342 RuntimeException) in available()
1347 RuntimeException) in closeInput()
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 …L readObject( ) throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
1375 throw (IOException, RuntimeException);
1376 …_CALL deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException, RuntimeException);
1377 …CALL jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException, RuntimeException);
1378 virtual void SAL_CALL jumpToFurthest(void) throw (IOException, RuntimeException);
1380 throw (IOException, IllegalArgumentException, RuntimeException);
1384 getTypes( ) throw(::com::sun::star::uno::RuntimeException);
1386 getImplementationId( ) throw(::com::sun::star::uno::RuntimeException);
1424 …am::readObject() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException) in readObject()
1539 sal_Int32 OObjectInputStream::createMark(void) throw (IOException, RuntimeException) in createMark()
1546 …tream::deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentException, RuntimeException) in deleteMark()
1555 …ream::jumpToMark(sal_Int32 nMark) throw (IOException, IllegalArgumentException, RuntimeException) in jumpToMark()
1563 void OObjectInputStream::jumpToFurthest(void) throw (IOException, RuntimeException) in jumpToFurthest()
1570 throw (IOException, IllegalArgumentException, RuntimeException) in offsetToMark()
1580 Sequence< Type > SAL_CALL OObjectInputStream::getTypes(void) throw( RuntimeException ) in getTypes()
1598 Sequence< sal_Int8 > SAL_CALL OObjectInputStream::getImplementationId( ) throw( RuntimeException) in getImplementationId()