Searched refs:pSbStrm (Results 1 – 2 of 2) sorted by relevance
3146 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC() local3147 if ( !pSbStrm ) in RTLFUNC()3153 SvStream* pSvStrm = pSbStrm->GetStrm(); in RTLFUNC()3154 if ( pSbStrm->IsText() ) in RTLFUNC()3186 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC() local3187 if ( !pSbStrm ) in RTLFUNC()3194 nRet = (sal_Int16)(pSbStrm->GetMode()); in RTLFUNC()3213 SbiStream* pSbStrm = pIO->GetStream( nChannel ); in RTLFUNC() local3214 if ( !pSbStrm ) in RTLFUNC()3219 SvStream* pSvStrm = pSbStrm->GetStrm(); 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()