Searched refs:pSvStrm (Results 1 – 1 of 1) sorted by relevance
3153 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local3158 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() local3230 nPos = pSvStrm->Tell(); in RTLFUNC()3232 nPos = ( pSvStrm->Tell()+1 ) / 128; in RTLFUNC()3234 nPos = pSvStrm->Tell(); in RTLFUNC()3257 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local3258 sal_uIntPtr nOldPos = pSvStrm->Tell(); in RTLFUNC()[all …]
Completed in 67 milliseconds