Home
last modified time | relevance | path

Searched refs:nRSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1224 sal_uInt32 nRSize; in GetPlaceableBound() local
1234 *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()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2670 SCSIZE nCSize, nRSize; in FillCacheFromExternalRef() local
2671 pMat->GetDimensions(nCSize, nRSize); in FillCacheFromExternalRef()
2674 for (SCSIZE nR = 0; nR < nRSize; ++nR) in FillCacheFromExternalRef()

Completed in 40 milliseconds