Home
last modified time | relevance | path

Searched refs:bRandom (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1207 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 38 milliseconds