Searched refs:bRandom (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | methods1.cxx | 1207 sal_Bool bRandom = pSbStrm->IsRandom(); in PutGet() local 1208 short nBlockLen = bRandom ? pSbStrm->GetBlockLen() : 0; in PutGet() 1219 sal_uIntPtr nFilePos = bRandom ? (sal_uIntPtr)(nBlockLen*nRecordNo) : (sal_uIntPtr)nRecordNo; in PutGet() 1238 bRet = lcl_WriteReadSbxArray(*pArr,pStrm,!bRandom,nDims,pDims,bPut); in PutGet() 1246 bRet = lcl_WriteSbxVariable(*pVar, pStrm, !bRandom, nBlockLen, sal_False); in PutGet() 1248 bRet = lcl_ReadSbxVariable(*pVar, pStrm, !bRandom, nBlockLen, sal_False); in PutGet()
|
Completed in 25 milliseconds