Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/runtime/
H A Dmethods.cxx3153 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local
3157 (*pSvStrm) >> cBla; // koennen wir noch ein Zeichen lesen in RTLFUNC()
3158 bIsEof = pSvStrm->IsEof(); in RTLFUNC()
3160 pSvStrm->SeekRel( -1 ); in RTLFUNC()
3163 bIsEof = pSvStrm->IsEof(); // fuer binaerdateien! in RTLFUNC()
3219 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local
3224 nPos = nBlockLen ? (pSvStrm->Tell() / nBlockLen) : 0; in RTLFUNC()
3230 nPos = pSvStrm->Tell(); in RTLFUNC()
3232 nPos = ( pSvStrm->Tell()+1 ) / 128; in RTLFUNC()
3234 nPos = pSvStrm->Tell(); in RTLFUNC()
[all …]