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.cxx122 aIo.OpenFlagRec(); in Read()
123 aIo.CloseFlagRec(); in Read()
124 while( aIo.BytesLeft() && !aIo.HasError() ) in Read()
126 switch( aIo.Peek() ) in Read()
136 aIo.CloseFlagRec(); in Read()
142 aIo.OpenFlagRec(); in Read()
146 aIo.CloseFlagRec(); in Read()
152 aIo.OpenFlagRec(); in Read()
153 aIo.CloseFlagRec(); in Read()
164 aIo.SkipRec(); 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()

Completed in 37 milliseconds