Searched refs:nRSize (Results 1 – 2 of 2) sorted by relevance
1224 sal_uInt32 nRSize; in GetPlaceableBound() local1234 *pStm >> nRSize >> nFunction; in GetPlaceableBound()1236 if( pStm->GetError() || ( nRSize < 3 ) || ( nRSize==3 && nFunction==0 ) || pStm->IsEof() ) in GetPlaceableBound()1415 nPos += nRSize * 2; in GetPlaceableBound()
2670 SCSIZE nCSize, nRSize; in FillCacheFromExternalRef() local2671 pMat->GetDimensions(nCSize, nRSize); in FillCacheFromExternalRef()2674 for (SCSIZE nR = 0; nR < nRSize; ++nR) in FillCacheFromExternalRef()
Completed in 32 milliseconds