Home
last modified time | relevance | path

Searched refs:mnCachedPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx49 , mnCachedPos( 0 ) in OTempFileService()
193 mnCachedPos = mpStream->Tell(); in readBytes()
317 mnCachedPos = mpStream->Tell(); in closeOutput()
351 mpStream->Seek( sal::static_int_cast<sal_Size>(mnCachedPos) ); in checkConnected()
355 mnCachedPos = 0; in checkConnected()
H A DXTempFile.hxx63 sal_Int64 mnCachedPos; member in OTempFileService