Home
last modified time | relevance | path

Searched refs:aIo (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx104 SwLayCacheIoImpl aIo( rStream, sal_False ); in Read() local
105 if( aIo.GetMajorVersion() > SW_LAYCACHE_IO_VERSION_MAJOR ) in Read()
112 bUseFlyCache = aIo.GetMinorVersion() >= 1; in Read()
117 aIo.OpenRec( SW_LAYCACHE_IO_REC_PAGES ); in Read()
118 aIo.OpenFlagRec(); in Read()
119 aIo.CloseFlagRec(); in Read()
120 while( aIo.BytesLeft() && !aIo.HasError() ) in Read()
122 switch( aIo.Peek() ) in Read()
125 aIo.OpenRec( SW_LAYCACHE_IO_REC_PARA ); in Read()
126 cFlags = aIo.OpenFlagRec(); in Read()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx376 StgIo aIo; in ValidateFATs() local
377 if( aIo.Open( pFileStrm->GetFileName(), in ValidateFATs()
379 aIo.Load() ) in ValidateFATs()
381 pV = new Validator( aIo ); in ValidateFATs()
H A Dstg.cxx351 StgIo aIo; in IsStorageFile() local
352 if( aIo.Open( rFileName, STREAM_STD_READ ) ) in IsStorageFile()
353 return aIo.Load(); in IsStorageFile()