Lines Matching refs:rIo

193 sal_Bool StgDirEntry::StoreStream( StgIo& rIo )  in StoreStream()  argument
202 OpenStream( rIo ); in StoreStream()
217 sal_Bool StgDirEntry::StoreStreams( StgIo& rIo ) in StoreStreams() argument
219 if( !StoreStream( rIo ) ) in StoreStreams()
222 if( !((StgDirEntry*) pLeft)->StoreStreams( rIo ) ) in StoreStreams()
225 if( !((StgDirEntry*) pRight)->StoreStreams( rIo ) ) in StoreStreams()
228 if( !pDown->StoreStreams( rIo ) ) in StoreStreams()
263 void StgDirEntry::OpenStream( StgIo& rIo, sal_Bool bForceBig ) in OpenStream() argument
265 sal_Int32 nThreshold = (sal_uInt16) rIo.aHdr.GetThreshold(); in OpenStream()
268 pStgStrm = new StgSmallStrm( rIo, *this ); in OpenStream()
270 pStgStrm = new StgDataStrm( rIo, *this ); in OpenStream()
333 StgIo& rIo = pStgStrm->GetIo(); in SetSize() local
334 sal_Int32 nThreshold = rIo.aHdr.GetThreshold(); in SetSize()
342 pStgStrm = new StgDataStrm( rIo, STG_EOF, 0 ); in SetSize()
348 pStgStrm = new StgSmallStrm( rIo, STG_EOF, 0 ); in SetSize()
714 StgIo& rIo = pStgStrm->GetIo(); in Tmp2Strm() local
715 sal_uLong nThreshold = (sal_uLong) rIo.aHdr.GetThreshold(); in Tmp2Strm()
717 pNewStrm = new StgSmallStrm( rIo, STG_EOF, 0 ); in Tmp2Strm()
719 pNewStrm = new StgDataStrm( rIo, STG_EOF, 0 ); in Tmp2Strm()
831 rIo.Revert( pEntry ); in StgDirStrm()
872 rIo.SetError( SVSTREAM_GENERALERROR ); in SetupEntry()
891 rIo.SetError( SVSTREAM_GENERALERROR ); in SetupEntry()
906 rIo.SetError( SVSTREAM_CANNOT_MAKE ); in SetupEntry()
937 if( !pRoot->StoreStreams( rIo ) ) in Store()
987 rIo.aHdr.SetTOCStart( nStart ); in Store()
1014 rIo.SetError( SVSTREAM_GENERALERROR ); in Find()
1035 rIo.SetError( SVSTREAM_GENERALERROR ); in Create()
1043 rIo.SetError( SVSTREAM_CANNOT_MAKE ); in Create()
1064 rIo.SetError( SVSTREAM_CANNOT_MAKE ); in Create()
1089 rIo.SetError( SVSTREAM_FILE_NOT_FOUND ); in Rename()
1109 rIo.SetError( SVSTREAM_FILE_NOT_FOUND ); in Move()