Lines Matching refs:io
49 io::XSeekableInputStream,
66 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
67 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
68 …BytesToSkip ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce…
69 …sal_Int32 SAL_CALL available() throw ( uno::RuntimeException, io::NotConnectedException, io::IOExc…
70 …virtual void SAL_CALL closeInput() throw ( uno::RuntimeException, io::NotConnectedException, io::I…
73 …_Int64 location ) throw ( uno::RuntimeException, lang::IllegalArgumentException, io::IOException );
74 virtual ::sal_Int64 SAL_CALL getPosition() throw ( uno::RuntimeException, io::IOException );
75 virtual ::sal_Int64 SAL_CALL getLength() throw ( uno::RuntimeException, io::IOException );
89 uno::Reference< io::XInputStream > m_xInputStream;
90 uno::Reference< io::XSeekable > m_xSeekable;
138 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce… in readBytes()
142 throw io::NotConnectedException(); in readBytes()
147 …BytesToRead ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce… in readSomeBytes()
151 throw io::NotConnectedException(); in readSomeBytes()
156 …BytesToSkip ) throw ( uno::RuntimeException, io::NotConnectedException, io::BufferSizeExceededExce… in skipBytes()
160 throw io::NotConnectedException(); in skipBytes()
165 …nputStreamService::available() throw ( uno::RuntimeException, io::NotConnectedException, io::IOExc… in available()
169 throw io::NotConnectedException(); in available()
174 …putStreamService::closeInput() throw ( uno::RuntimeException, io::NotConnectedException, io::IOExc… in closeInput()
178 throw io::NotConnectedException(); in closeInput()
181 m_xInputStream = uno::Reference< io::XInputStream >(); in closeInput()
182 m_xSeekable = uno::Reference< io::XSeekable >(); in closeInput()
186 …l_Int64 location ) throw ( uno::RuntimeException, lang::IllegalArgumentException, io::IOException ) in seek()
190 throw io::NotConnectedException(); in seek()
195 ::sal_Int64 SAL_CALL SequenceInputStreamService::getPosition() throw ( uno::RuntimeException, io::I… in getPosition()
199 throw io::NotConnectedException(); in getPosition()
204 ::sal_Int64 SAL_CALL SequenceInputStreamService::getLength() throw ( uno::RuntimeException, io::IOE… in getLength()
208 throw io::NotConnectedException(); in getLength()
228 uno::Reference< io::XInputStream > xInputStream( in initialize()
231 uno::Reference< io::XSeekable > xSeekable( xInputStream, uno::UNO_QUERY_THROW ); in initialize()