Lines Matching refs:io
41 : ::cppu::PropertySetMixin< ::css::io::XTempFile >( in OTempFileService()
71 aResult = cppu::PropertySetMixin< ::css::io::XTempFile >::queryInterface( aType ) ; in queryInterface()
171 throw (::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExcep… in readBytes()
175 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readBytes()
179 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast< ::css::uno::XWeak * … in readBytes()
204 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in readSomeBytes()
208 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readSomeBytes()
214 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast < ::css::uno::XWeak *… in readSomeBytes()
225 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in skipBytes()
229 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in skipBytes()
237 throw ( ::css::io::NotConnectedException, ::css::io::IOException, ::css::uno::RuntimeException ) in available()
241 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in available()
258 throw ( ::css::io::NotConnectedException, ::css::io::IOException, ::css::uno::RuntimeException ) in closeInput()
262 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( … in closeInput()
282 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in writeBytes()
286 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in writeBytes()
292 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(),static_cast < ::css::uno::XWeak * … in writeBytes()
295 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in flush()
299 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in flush()
306 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in closeOutput()
310 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in closeOutput()
342 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in checkError()
366 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in checkConnected()
372 throw ( ::css::lang::IllegalArgumentException, ::css::io::IOException, ::css::uno::RuntimeException… in seek()
383 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in getPosition()
393 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in getLength()
413 ::css::uno::Reference< ::css::io::XInputStream > SAL_CALL OTempFileService::getInputStream() in getInputStream()
416 return ::css::uno::Reference< ::css::io::XInputStream >( *this, ::css::uno::UNO_QUERY ); in getInputStream()
419 ::css::uno::Reference< ::css::io::XOutputStream > SAL_CALL OTempFileService::getOutputStream() in getOutputStream()
422 return ::css::uno::Reference< ::css::io::XOutputStream >( *this, ::css::uno::UNO_QUERY ); in getOutputStream()
428 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in truncate()