Searched refs:pSvStrm (Results 1 – 1 of 1) sorted by relevance
3138 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local3143 bIsEof = pSvStrm->IsEof(); in RTLFUNC()3145 pSvStrm->SeekRel( -1 ); in RTLFUNC()3148 bIsEof = pSvStrm->IsEof(); // fuer binaerdateien! in RTLFUNC()3204 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local3215 nPos = pSvStrm->Tell(); in RTLFUNC()3217 nPos = ( pSvStrm->Tell()+1 ) / 128; in RTLFUNC()3219 nPos = pSvStrm->Tell(); in RTLFUNC()3242 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local3243 sal_uIntPtr nOldPos = pSvStrm->Tell(); in RTLFUNC()[all …]
Completed in 28 milliseconds