Searched refs:mxStream (Results 1 – 5 of 5) sorted by relevance
15 mxStream(xStream), in WPXSvInputStream()19 if (!xStream.is() || !mxStream.is()) in WPXSvInputStream()51 numBytesRead = mxStream->readSomeBytes (maData, numBytes); in read()60 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in tell()73 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in seek()110 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in atEOS()117 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in isOLEStream()123 SvStream *pStream = utl::UcbStreamHelper::CreateStream( mxStream ); in isOLEStream()135 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in getDocumentOLEStream()141 SvStream *pStream = utl::UcbStreamHelper::CreateStream( mxStream ); in getDocumentOLEStream()
40 ::com::sun::star::io::XInputStream > mxStream;
74 Reference< XInputStream > mxStream; member in io_TextInputStream::OTextInputStream303 sal_Int32 nRead = mxStream->readSomeBytes( mSeqSource, nBytesToRead ); in implReadNext()343 nRead = mxStream->readSomeBytes( aOneByteSeq, 1 ); in implReadNext()400 return mxStream->readBytes( aData, nBytesToRead ); in readBytes()406 return mxStream->readSomeBytes( aData, nMaxBytesToRead ); in readSomeBytes()412 mxStream->skipBytes( nBytesToSkip ); in skipBytes()418 return mxStream->available(); in available()424 mxStream->closeInput(); in closeInput()434 mxStream = aStream; in setInputStream()440 return mxStream; in getInputStream()
68 Reference< XOutputStream > mxStream; member in io_TextOutputStream::OTextOutputStream188 mxStream->writeBytes( aByteSeq ); in writeString()211 mxStream->writeBytes( aData ); in writeBytes()218 mxStream->flush(); in flush()225 mxStream->closeOutput(); in closeOutput()232 if (! mxStream.is() ) in checkOutputStream()245 mxStream = aStream; in setOutputStream()251 return mxStream; in getOutputStream()
131 Reference< XInputStream > mxStream; member in io_FileAccess::OActiveDataSink145 mxStream = aStream; in setInputStream()151 return mxStream; in getInputStream()162 Reference< XOutputStream > mxStream; member in io_FileAccess::OActiveDataSource176 mxStream = aStream; in setOutputStream()182 return mxStream; in getOutputStream()193 Reference< XStream > mxStream; member in io_FileAccess::OActiveDataStreamer207 mxStream = aStream; in setStream()213 return mxStream; in getStream()
Completed in 48 milliseconds