Lines Matching refs:SAL_CALL

82     virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)
86 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead)
90 virtual void SAL_CALL skipBytes(sal_Int32 nBytesToSkip) throw ( NotConnectedException,
93 virtual sal_Int32 SAL_CALL available(void) throw ( NotConnectedException,
95 virtual void SAL_CALL closeInput(void) throw ( NotConnectedException,
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);
112 virtual void SAL_CALL setInputStream(const Reference< XInputStream > & aStream)
114 virtual Reference< XInputStream > SAL_CALL getInputStream(void) throw (RuntimeException);
117 …virtual void SAL_CALL setPredecessor(const Reference < XConnectable >& aPredecessor) throw (Runtim…
118 virtual Reference < XConnectable > SAL_CALL getPredecessor(void) throw (RuntimeException);
119 …virtual void SAL_CALL setSuccessor(const Reference < XConnectable >& aSuccessor) throw (RuntimeExc…
120 virtual Reference < XConnectable > SAL_CALL getSuccessor(void) throw (RuntimeException) ;
124 OUString SAL_CALL getImplementationName() throw ();
125 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
126 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
503 Reference< XInterface > SAL_CALL ODataInputStream_CreateInstance( const Reference < XComponentConte… in ODataInputStream_CreateInstance()
540 virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData)
544 virtual void SAL_CALL flush(void)
548 virtual void SAL_CALL closeOutput(void)
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);
565 virtual void SAL_CALL setOutputStream(const Reference< XOutputStream > & aStream)
567 virtual Reference < XOutputStream > SAL_CALL getOutputStream(void) throw (RuntimeException);
570 virtual void SAL_CALL setPredecessor(const Reference < XConnectable >& aPredecessor)
572 virtual Reference < XConnectable > SAL_CALL getPredecessor(void)
574 virtual void SAL_CALL setSuccessor(const Reference < XConnectable >& aSuccessor)
576 virtual Reference < XConnectable > SAL_CALL getSuccessor(void)
580 OUString SAL_CALL getImplementationName() throw ();
581 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
582 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
910 Reference< XInterface > SAL_CALL ODataOutputStream_CreateInstance( const Reference < XComponentCont… in ODataOutputStream_CreateInstance()
979 …Any SAL_CALL queryInterface( const Type &type ) throw (::com::sun::star::uno::RuntimeE…
980 …void SAL_CALL acquire() throw() { ODataOutputStream::acqu… in acquire()
981 …void SAL_CALL release() throw() { ODataOutputStream::rele… in release()
985 virtual void SAL_CALL writeBytes(const Sequence< sal_Int8 >& aData) in writeBytes()
991 virtual void SAL_CALL flush(void) in flush()
997 virtual void SAL_CALL closeOutput(void) 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 …virtual void SAL_CALL writeObject( const Reference< XPersistObject > & r ) throw (::com::sun::star…
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);
1032 virtual sal_Int32 SAL_CALL offsetToMark(sal_Int32 nMark)
1036 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL
1038 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
1042 OUString SAL_CALL getImplementationName() throw ();
1043 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
1044 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
1219 Reference< XInterface > SAL_CALL OObjectOutputStream_CreateInstance( const Reference < XComponentCo… in OObjectOutputStream_CreateInstance()
1238 Sequence< Type > SAL_CALL OObjectOutputStream::getTypes(void) throw( RuntimeException ) in getTypes()
1256 Sequence< sal_Int8 > SAL_CALL OObjectOutputStream::getImplementationId( ) throw( RuntimeException) in getImplementationId()
1317 Any SAL_CALL queryInterface( const Type &type ) throw();
1318 …void SAL_CALL acquire() throw() { ODataInputStream::acqui… in acquire()
1319 …void SAL_CALL release() throw() { ODataInputStream::relea… in release()
1322 virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes()
1328 virtual sal_Int32 SAL_CALL readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes()
1334 virtual void SAL_CALL skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
1340 virtual sal_Int32 SAL_CALL available(void) in available()
1345 virtual void SAL_CALL closeInput(void) 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 …virtual Reference< XPersistObject > SAL_CALL readObject( ) throw (::com::sun::star::io::IOExceptio…
1374 virtual sal_Int32 SAL_CALL createMark(void)
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);
1379 virtual sal_Int32 SAL_CALL offsetToMark(sal_Int32 nMark)
1383 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL
1385 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
1389 OUString SAL_CALL getImplementationName() throw ();
1390 Sequence< OUString > SAL_CALL getSupportedServiceNames(void) throw ();
1391 sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw ();
1580 Sequence< Type > SAL_CALL OObjectInputStream::getTypes(void) throw( RuntimeException ) in getTypes()
1598 Sequence< sal_Int8 > SAL_CALL OObjectInputStream::getImplementationId( ) throw( RuntimeException) in getImplementationId()
1642 Reference< XInterface > SAL_CALL OObjectInputStream_CreateInstance( const Reference < XComponentCon… in OObjectInputStream_CreateInstance()