Lines Matching refs:io

33 OFSStreamContainer::OFSStreamContainer( const uno::Reference < io::XStream >& xStream )  in OFSStreamContainer()
46 m_xSeekable = uno::Reference< io::XSeekable >( xStream, uno::UNO_QUERY ); in OFSStreamContainer()
49 m_xTruncate = uno::Reference< io::XTruncate >( m_xOutputStream, uno::UNO_QUERY ); in OFSStreamContainer()
50 …m_xAsyncOutputMonitor = uno::Reference< io::XAsyncOutputMonitor >( m_xOutputStream, uno::UNO_QUERY… in OFSStreamContainer()
54 m_xStream = uno::Reference< io::XStream >(); in OFSStreamContainer()
55 m_xSeekable = uno::Reference< io::XSeekable >(); in OFSStreamContainer()
56 m_xInputStream = uno::Reference< io::XInputStream >(); in OFSStreamContainer()
57 m_xOutputStream = uno::Reference< io::XOutputStream >(); in OFSStreamContainer()
58 m_xTruncate = uno::Reference< io::XTruncate >(); in OFSStreamContainer()
59 m_xAsyncOutputMonitor = uno::Reference< io::XAsyncOutputMonitor >(); in OFSStreamContainer()
83 , static_cast<io::XStream*> ( this ) in queryInterface()
94 , static_cast<io::XSeekable*> ( this ) ); in queryInterface()
104 , static_cast<io::XInputStream*> ( this ) ); in queryInterface()
113 , static_cast<io::XOutputStream*> ( this ) ); in queryInterface()
122 , static_cast<io::XTruncate*> ( this ) ); in queryInterface()
131 , static_cast<io::XAsyncOutputMonitor*> ( this ) ); in queryInterface()
171 ( ::getCppuType( ( const uno::Reference< io::XSeekable >* )NULL ), in getTypes()
175 ( ::getCppuType( ( const uno::Reference< io::XInputStream >* )NULL ), in getTypes()
180 ( ::getCppuType( ( const uno::Reference< io::XOutputStream >* )NULL ), in getTypes()
184 ( ::getCppuType( ( const uno::Reference< io::XTruncate >* )NULL ), in getTypes()
188 ( ::getCppuType( ( const uno::Reference< io::XAsyncOutputMonitor >* )NULL ), in getTypes()
219 uno::Reference< io::XInputStream > SAL_CALL OFSStreamContainer::getInputStream() in getInputStream()
231 return uno::Reference< io::XInputStream >( static_cast< io::XInputStream* >( this ) ); in getInputStream()
233 return uno::Reference< io::XInputStream >(); in getInputStream()
237 uno::Reference< io::XOutputStream > SAL_CALL OFSStreamContainer::getOutputStream() in getOutputStream()
249 return uno::Reference< io::XOutputStream >( static_cast< io::XOutputStream* >( this ) ); in getOutputStream()
251 return uno::Reference< io::XOutputStream >(); in getOutputStream()
321 io::IOException, in seek()
337 throw ( io::IOException, in getPosition()
353 throw ( io::IOException, in getLength()
371 throw( io::NotConnectedException, in readBytes()
372 io::BufferSizeExceededException, in readBytes()
373 io::IOException, in readBytes()
389 throw( io::NotConnectedException, in readSomeBytes()
390 io::BufferSizeExceededException, in readSomeBytes()
391 io::IOException, in readSomeBytes()
407 throw( io::NotConnectedException, in skipBytes()
408 io::BufferSizeExceededException, in skipBytes()
409 io::IOException, in skipBytes()
425 throw( io::NotConnectedException, in available()
426 io::IOException, in available()
442 throw( io::NotConnectedException, in closeInput()
443 io::IOException, in closeInput()
467 throw ( io::NotConnectedException, in writeBytes()
468 io::BufferSizeExceededException, in writeBytes()
469 io::IOException, in writeBytes()
485 throw ( io::NotConnectedException, in flush()
486 io::BufferSizeExceededException, in flush()
487 io::IOException, in flush()
503 throw ( io::NotConnectedException, in closeOutput()
504 io::BufferSizeExceededException, in closeOutput()
505 io::IOException, in closeOutput()
530 throw ( io::IOException, in truncate()
548 throw ( io::IOException, in waitForCompletion()