Lines Matching refs:io
40 : ::cppu::PropertySetMixin< ::css::io::XTempFile >( in OTempFileService()
70 aResult = cppu::PropertySetMixin< ::css::io::XTempFile >::queryInterface( aType ) ; in queryInterface()
170 throw (::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExcep… in readBytes()
174 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readBytes()
178 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast< ::css::uno::XWeak * … in readBytes()
203 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in readSomeBytes()
207 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in readSomeBytes()
213 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(), static_cast < ::css::uno::XWeak *… in readSomeBytes()
224 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in skipBytes()
228 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in skipBytes()
236 throw ( ::css::io::NotConnectedException, ::css::io::IOException, ::css::uno::RuntimeException ) in available()
240 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in available()
257 throw ( ::css::io::NotConnectedException, ::css::io::IOException, ::css::uno::RuntimeException ) in closeInput()
261 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( … in closeInput()
281 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in writeBytes()
285 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in writeBytes()
291 …throw ::css::io::BufferSizeExceededException( ::rtl::OUString(),static_cast < ::css::uno::XWeak * … in writeBytes()
294 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in flush()
298 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in flush()
305 throw ( ::css::io::NotConnectedException, ::css::io::BufferSizeExceededException, ::css::io::IOExce… in closeOutput()
309 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in closeOutput()
341 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in checkError()
365 …throw ::css::io::NotConnectedException ( ::rtl::OUString(), const_cast < ::css::uno::XWeak * > ( s… in checkConnected()
371 throw ( ::css::lang::IllegalArgumentException, ::css::io::IOException, ::css::uno::RuntimeException… in seek()
382 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in getPosition()
392 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in getLength()
412 ::css::uno::Reference< ::css::io::XInputStream > SAL_CALL OTempFileService::getInputStream() in getInputStream()
415 return ::css::uno::Reference< ::css::io::XInputStream >( *this, ::css::uno::UNO_QUERY ); in getInputStream()
418 ::css::uno::Reference< ::css::io::XOutputStream > SAL_CALL OTempFileService::getOutputStream() in getOutputStream()
421 return ::css::uno::Reference< ::css::io::XOutputStream >( *this, ::css::uno::UNO_QUERY ); in getOutputStream()
427 throw ( ::css::io::IOException, ::css::uno::RuntimeException ) in truncate()