Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx3153 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC() local
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
3230 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() local
3258 sal_uIntPtr nOldPos = pSvStrm->Tell(); in RTLFUNC()
[all …]

Completed in 72 milliseconds