Searched refs:pSbStrm (Results 1 – 2 of 2) sorted by relevance
3132 if ( !pSbStrm ) in RTLFUNC()3139 if ( pSbStrm->IsText() ) in RTLFUNC()3172 if ( !pSbStrm ) in RTLFUNC()3199 if ( !pSbStrm ) in RTLFUNC()3206 if( pSbStrm->IsRandom()) in RTLFUNC()3213 nPos = pSbStrm->GetLine(); in RTLFUNC()3216 else if ( pSbStrm->IsSeq() ) in RTLFUNC()3237 if ( !pSbStrm ) in RTLFUNC()3267 if ( !pSbStrm ) in RTLFUNC()3277 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 42 milliseconds