Lines Matching refs:io
39 void copyInputToOutput_Impl( const uno::Reference< io::XInputStream >& xIn, in copyInputToOutput_Impl()
40 const uno::Reference< io::XOutputStream >& xOut ) in copyInputToOutput_Impl()
61 const uno::Reference< io::XInputStream >& xInStream, in OSeekableInputWrapper()
76 uno::Reference< io::XInputStream > OSeekableInputWrapper::CheckSeekableCanWrap( in CheckSeekableCanWrap()
77 const uno::Reference< io::XInputStream >& xInStream, in CheckSeekableCanWrap()
81 uno::Reference< io::XSeekable > xSeek( xInStream, uno::UNO_QUERY ); in CheckSeekableCanWrap()
85 uno::Reference< io::XInputStream > xNewStream( in CheckSeekableCanWrap()
86 static_cast< io::XInputStream* >( in CheckSeekableCanWrap()
99 uno::Reference< io::XOutputStream > xTempOut( in PrepareCopy_Impl()
108 uno::Reference< io::XSeekable > xTempSeek( xTempOut, uno::UNO_QUERY ); in PrepareCopy_Impl()
112 m_xCopyInput = uno::Reference< io::XInputStream >( xTempOut, uno::UNO_QUERY ); in PrepareCopy_Impl()
120 throw io::IOException(); in PrepareCopy_Impl()
126 throw ( io::NotConnectedException, in readBytes()
127 io::BufferSizeExceededException, in readBytes()
128 io::IOException, in readBytes()
134 throw io::NotConnectedException(); in readBytes()
143 throw ( io::NotConnectedException, in readSomeBytes()
144 io::BufferSizeExceededException, in readSomeBytes()
145 io::IOException, in readSomeBytes()
151 throw io::NotConnectedException(); in readSomeBytes()
160 throw ( io::NotConnectedException, in skipBytes()
161 io::BufferSizeExceededException, in skipBytes()
162 io::IOException, in skipBytes()
168 throw io::NotConnectedException(); in skipBytes()
177 throw ( io::NotConnectedException, in available()
178 io::IOException, in available()
184 throw io::NotConnectedException(); in available()
193 throw ( io::NotConnectedException, in closeInput()
194 io::IOException, in closeInput()
200 throw io::NotConnectedException(); in closeInput()
203 m_xOriginalStream = uno::Reference< io::XInputStream >(); in closeInput()
208 m_xCopyInput = uno::Reference< io::XInputStream >(); in closeInput()
211 m_xCopySeek = uno::Reference< io::XSeekable >(); in closeInput()
219 io::IOException, in seek()
225 throw io::NotConnectedException(); in seek()
234 throw ( io::IOException, in getPosition()
240 throw io::NotConnectedException(); in getPosition()
249 throw ( io::IOException, in getLength()
255 throw io::NotConnectedException(); in getLength()