Lines Matching refs:io

44 	uno::Reference< io::XStream > m_xStreamHolder;
50 m_xStreamHolder = static_cast< io::XStream* >( pStream ); in OTransactionHelper()
55 …virtual void SAL_CALL commit( ) throw (io::IOException, lang::WrappedTargetException, uno::Runtim…
56 …virtual void SAL_CALL revert( ) throw (io::IOException, lang::WrappedTargetException, uno::Runtim…
60 void SAL_CALL OTransactionHelper::commit( ) throw (io::IOException, lang::WrappedTargetException, … in commit()
66 void SAL_CALL OTransactionHelper::revert( ) throw (io::IOException, lang::WrappedTargetException, … in revert()
81 uno::Reference< io::XStream > m_xOrigStream;
82 uno::Reference< io::XTruncate > m_xOrigTruncate;
83 uno::Reference< io::XSeekable > m_xOrigSeekable;
84 uno::Reference< io::XInputStream > m_xOrigInStream;
85 uno::Reference< io::XOutputStream > m_xOrigOutStream;
88 uno::Reference< io::XStream > m_xTempStream;
89 uno::Reference< io::XTruncate > m_xTempTruncate;
90 uno::Reference< io::XSeekable > m_xTempSeekable;
91 uno::Reference< io::XInputStream > m_xTempInStream;
92 uno::Reference< io::XOutputStream > m_xTempOutStream;
104 const uno::Reference< io::XStream >& xOrigStream, in TTFileStreamData_Impl()
105 const uno::Reference< io::XTruncate >& xOrigTruncate, in TTFileStreamData_Impl()
106 const uno::Reference< io::XSeekable >& xOrigSeekable, in TTFileStreamData_Impl()
107 const uno::Reference< io::XInputStream >& xOrigInStream, in TTFileStreamData_Impl()
108 const uno::Reference< io::XOutputStream >& xOrigOutStream, in TTFileStreamData_Impl()
109 const uno::Reference< io::XStream >& xTempStream, in TTFileStreamData_Impl()
110 const uno::Reference< io::XTruncate >& xTempTruncate, in TTFileStreamData_Impl()
111 const uno::Reference< io::XSeekable >& xTempSeekable, in TTFileStreamData_Impl()
112 const uno::Reference< io::XInputStream >& xTempInStream, in TTFileStreamData_Impl()
113 const uno::Reference< io::XOutputStream >& xTempOutStream ) in TTFileStreamData_Impl()
136 m_xTempStream = uno::Reference< io::XStream >(); in NoTransaction()
137 m_xTempTruncate = uno::Reference< io::XTruncate >(); in NoTransaction()
138 m_xTempSeekable = uno::Reference< io::XSeekable >(); in NoTransaction()
139 m_xTempInStream = uno::Reference< io::XInputStream >(); in NoTransaction()
140 m_xTempOutStream = uno::Reference< io::XOutputStream >(); in NoTransaction()
149 m_xTempStream = uno::Reference< io::XStream >(); in FreeOriginal()
152 m_xTempTruncate = uno::Reference< io::XTruncate >(); in FreeOriginal()
155 m_xTempSeekable = uno::Reference< io::XSeekable >(); in FreeOriginal()
158 m_xTempInStream = uno::Reference< io::XInputStream >(); in FreeOriginal()
161 m_xTempOutStream = uno::Reference< io::XOutputStream >(); in FreeOriginal()
247 uno::Reference< io::XStream > xOrigStream = xFileAccess->openFileReadWrite( aURL ); in CommonInit_Impl()
248 uno::Reference< io::XTruncate > xOrigTruncate( xOrigStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl()
249 uno::Reference< io::XSeekable > xOrigSeekable( xOrigStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl()
250 uno::Reference< io::XInputStream > xOrigInStream = xOrigStream->getInputStream(); in CommonInit_Impl()
251 uno::Reference< io::XOutputStream > xOrigOutStream = xOrigStream->getOutputStream(); in CommonInit_Impl()
256 uno::Reference< io::XStream > xTempStream( xFactory->createInstance( in CommonInit_Impl()
259 uno::Reference< io::XTruncate > xTempTruncate( xTempStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl()
260 uno::Reference< io::XSeekable > xTempSeekable( xTempStream, uno::UNO_QUERY_THROW ); in CommonInit_Impl()
261 uno::Reference< io::XInputStream > xTempInStream = xTempStream->getInputStream(); in CommonInit_Impl()
262 uno::Reference< io::XOutputStream > xTempOutStream = xTempStream->getOutputStream(); in CommonInit_Impl()
277 throw io::NotConnectedException(); in Commit_Impl()
293 …uno::Reference< io::XAsyncOutputMonitor > asyncOutputMonitor( m_pStreamData->m_xOrigOutStream, uno… in Commit_Impl()
327 throw io::NotConnectedException(); in Commit_Impl()
336 throw io::NotConnectedException(); in Revert_Impl()
341 throw io::NotConnectedException(); in Revert_Impl()
346 uno::Reference< io::XInputStream > SAL_CALL OTruncatedTransactedFileStream::getInputStream( ) in getInputStream()
353 return static_cast< io::XInputStream* >( this ); in getInputStream()
358 uno::Reference< io::XOutputStream > SAL_CALL OTruncatedTransactedFileStream::getOutputStream( ) in getOutputStream()
365 return static_cast< io::XOutputStream* >( this ); in getOutputStream()
373 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in readBytes()
378 throw io::NotConnectedException(); in readBytes()
401 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in readSomeBytes()
406 throw io::NotConnectedException(); in readSomeBytes()
428 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in skipBytes()
433 throw io::NotConnectedException(); in skipBytes()
456 throw (io::NotConnectedException, io::IOException, uno::RuntimeException) in available()
461 throw io::NotConnectedException(); in available()
484 throw (io::NotConnectedException, io::IOException, uno::RuntimeException) in closeInput()
489 throw io::NotConnectedException(); in closeInput()
501 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in writeBytes()
506 throw io::NotConnectedException(); in writeBytes()
529 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in flush()
563 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, uno::RuntimeEx… in closeOutput()
568 throw io::NotConnectedException(); in closeOutput()
580 throw (io::IOException, uno::RuntimeException) in truncate()
585 throw io::NotConnectedException(); in truncate()
610 throw (lang::IllegalArgumentException, io::IOException, uno::RuntimeException) in seek()
615 throw io::NotConnectedException(); in seek()
638 throw (io::IOException, uno::RuntimeException) in getPosition()
643 throw io::NotConnectedException(); in getPosition()
666 throw (io::IOException, uno::RuntimeException) in getLength()
671 throw io::NotConnectedException(); in getLength()
771 throw io::NotConnectedException(); in getPropertyValue()