Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dmethods.cxx3147 if ( !pSbStrm ) in RTLFUNC()
3154 if ( pSbStrm->IsText() ) in RTLFUNC()
3187 if ( !pSbStrm ) in RTLFUNC()
3214 if ( !pSbStrm ) in RTLFUNC()
3221 if( pSbStrm->IsRandom()) in RTLFUNC()
3228 nPos = pSbStrm->GetLine(); in RTLFUNC()
3231 else if ( pSbStrm->IsSeq() ) in RTLFUNC()
3252 if ( !pSbStrm ) in RTLFUNC()
3282 if ( !pSbStrm ) in RTLFUNC()
3292 if( pSbStrm->IsRandom() ) in RTLFUNC()
[all …]
H A Dmethods1.cxx1198 SbiStream* pSbStrm = pIO->GetStream( nFileNo ); in PutGet() local
1200 if ( !pSbStrm || !(pSbStrm->GetMode() & (SBSTRM_BINARY | SBSTRM_RANDOM)) ) in PutGet()
1206 SvStream* pStrm = pSbStrm->GetStrm(); in PutGet()
1207 sal_Bool bRandom = pSbStrm->IsRandom(); in PutGet()
1208 short nBlockLen = bRandom ? pSbStrm->GetBlockLen() : 0; in PutGet()
1213 pSbStrm->ExpandFile(); in PutGet()
2676 SbiStream* pSbStrm = pIosys->GetStream( nFileNumber ); in RTLFUNC() local
2677 if ( !pSbStrm || !(pSbStrm->GetMode() & (SBSTRM_BINARY | SBSTRM_INPUT)) ) in RTLFUNC()
2684 SbError err = pSbStrm->Read( aByteBuffer, nByteCount, true ); in RTLFUNC()

Completed in 39 milliseconds