Searched refs:pSbStrm (Results 1 – 2 of 2) sorted by relevance
3147 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 …]
1198 SbiStream* pSbStrm = pIO->GetStream( nFileNo ); in PutGet() local1200 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() local2677 if ( !pSbStrm || !(pSbStrm->GetMode() & (SBSTRM_BINARY | SBSTRM_INPUT)) ) in RTLFUNC()2684 SbError err = pSbStrm->Read( aByteBuffer, nByteCount, true ); in RTLFUNC()
Completed in 43 milliseconds