Home
last modified time | relevance | path

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

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

Completed in 28 milliseconds