Searched refs:rIo (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stgstrms.cxx | 313 StgStrm::StgStrm( StgIo& r ) : rIo( r ) in StgStrm() 320 nPageSize = rIo.GetPhysPageSize(); in StgStrm() 389 rIo.SetError( SVSTREAM_FILEFORMAT_ERROR ); in Pos2Page() 403 return rIo.Get( nPage, bForce ); in GetPhysPage() 420 rIo.SetError( SVSTREAM_FILEFORMAT_ERROR ); in Copy() 423 rIo.Copy( nTo, nFrom ); in Copy() 429 rIo.SetError( SVSTREAM_FILEFORMAT_ERROR ); in Copy() 493 nSize = rIo.aHdr.GetFATSize() * nPageSize; in StgFATStrm() 515 return rIo.Get( nBytePos / ( nPageSize >> 2 ), bForce ); in GetPhysPage() 524 if( nOff < rIo.aHdr.GetFAT1Size() ) in GetPage() [all …]
|
| H A D | stgdir.cxx | 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() [all …]
|
| H A D | stgio.cxx | 158 EasyFat( StgIo & rIo, StgStrm *pFatStream, sal_Int32 nPSize ); 173 EasyFat::EasyFat( StgIo& rIo, StgStrm* pFatStream, sal_Int32 nPSize ) in EasyFat() argument 181 sal_Int32 nFatPageSize = (1 << rIo.aHdr.GetPageSize()) - 2; in EasyFat() 189 pPage = rIo.Get( nPhysPage, sal_True ); in EasyFat() 241 StgIo &rIo; member in Validator 250 Validator( StgIo &rIo ); 257 rIo( rIoP ) in Validator() 271 sal_Int32 nCount = rIo.aHdr.GetFATSize(); in ValidateMasterFATs() 273 if ( !rIo.pFAT ) in ValidateMasterFATs() 278 …if( ( nErr = aFat.Mark(rIo.pFAT->GetPage( short(i), sal_False ), aFat.GetPageSize(), -3 )) != FAT_… in ValidateMasterFATs() [all …]
|
| H A D | stgelem.cxx | 121 sal_Bool StgHeader::Load( StgIo& rIo ) in Load() argument 124 if ( rIo.GetStrm() ) in Load() 126 SvStream& r = *rIo.GetStrm(); in Load() 128 bResult = ( bResult && rIo.Good() ); in Load() 158 sal_Bool StgHeader::Store( StgIo& rIo ) in Store() argument 162 SvStream& r = *rIo.GetStrm(); in Store() 180 bDirty = !rIo.Good(); in Store()
|
| H A D | stgstrms.hxx | 68 StgIo& rIo; // I/O system member in StgStrm 81 StgIo& GetIo() { return rIo; } in GetIo()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par2.hxx | 116 SwWW8ImplReader& rIo,
|
| H A D | ww8par6.cxx | 1936 SwWW8ImplReader& rIo, in WW8SwFlyPara() argument 1952 const bool bIsTable = rIo.pPlcxMan->HasParaSprm(0x2416); in WW8SwFlyPara() 1981 rIo.maTracer.Log(sw::log::eAutoWidthFrame); in WW8SwFlyPara()
|