Lines Matching refs:SAL_CALL

56     virtual Reference< XInputStream > SAL_CALL getInputStream(  ) throw (RuntimeException);
57 virtual Reference< XOutputStream > SAL_CALL getOutputStream( ) throw (RuntimeException);
60 …virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) throw …
61 …virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead )…
62 …virtual void SAL_CALL skipBytes( sal_Int32 nBytesToSkip ) throw (NotConnectedException, BufferSize…
63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException…
64 virtual void SAL_CALL closeInput() throw (NotConnectedException, IOException, RuntimeException);
67 …virtual void SAL_CALL seek( sal_Int64 location ) throw (IllegalArgumentException, IOException, Run…
68 virtual sal_Int64 SAL_CALL getPosition() throw (IOException, RuntimeException);
69 virtual sal_Int64 SAL_CALL getLength() throw (IOException, RuntimeException);
72 …virtual void SAL_CALL writeBytes( const Sequence< sal_Int8 >& aData ) throw (NotConnectedException…
73 …virtual void SAL_CALL flush() throw (NotConnectedException, BufferSizeExceededException, IOExcepti…
74 …virtual void SAL_CALL closeOutput() throw (NotConnectedException, BufferSizeExceededException, IOE…
77 …virtual void SAL_CALL truncate() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::…
80 static ::rtl::OUString SAL_CALL getImplementationName_static();
81 static Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
82 …static Reference< XInterface > SAL_CALL Create( const Reference< ::com::sun::star::uno::XComponent…
99 Reference< XInputStream > SAL_CALL UNOMemoryStream::getInputStream( ) throw (RuntimeException) in getInputStream()
104 Reference< XOutputStream > SAL_CALL UNOMemoryStream::getOutputStream( ) throw (RuntimeException) in getOutputStream()
110 sal_Int32 SAL_CALL UNOMemoryStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead … in readBytes()
130 sal_Int32 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytes… in readSomeBytes()
135 void SAL_CALL UNOMemoryStream::skipBytes( sal_Int32 nBytesToSkip ) throw (NotConnectedException, Bu… in skipBytes()
143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE… in available()
148 void SAL_CALL UNOMemoryStream::closeInput() throw (NotConnectedException, IOException, RuntimeExcep… in closeInput()
154 void SAL_CALL UNOMemoryStream::seek( sal_Int64 location ) throw (IllegalArgumentException, IOExcept… in seek()
169 sal_Int64 SAL_CALL UNOMemoryStream::getPosition() throw (IOException, RuntimeException) in getPosition()
174 sal_Int64 SAL_CALL UNOMemoryStream::getLength() throw (IOException, RuntimeException) in getLength()
180 void SAL_CALL UNOMemoryStream::writeBytes( const Sequence< sal_Int8 >& aData ) throw (NotConnectedE… in writeBytes()
203 void SAL_CALL UNOMemoryStream::flush() throw (NotConnectedException, BufferSizeExceededException, I… in flush()
207 void SAL_CALL UNOMemoryStream::closeOutput() throw (NotConnectedException, BufferSizeExceededExcept… in closeOutput()
213 void SAL_CALL UNOMemoryStream::truncate() throw (IOException, RuntimeException) in truncate()
219 ::rtl::OUString SAL_CALL UNOMemoryStream::getImplementationName_static() in getImplementationName_static()
225 Sequence< ::rtl::OUString > SAL_CALL UNOMemoryStream::getSupportedServiceNames_static() in getSupportedServiceNames_static()
232 Reference< XInterface > SAL_CALL UNOMemoryStream::Create( in Create()