Searched refs:nLeftMissing (Results 1 – 1 of 1) sorted by relevance
1209 long nLeftMissing = 0; in GetOutputArea() local1217 nLeftMissing = nMissing; in GetOutputArea()1220 nLeftMissing = nMissing / 2; in GetOutputArea()1221 nRightMissing = nMissing - nLeftMissing; in GetOutputArea()1231 ::std::swap( nLeftMissing, nRightMissing ); in GetOutputArea()1250 while ( nLeftMissing > 0 && nLeftX > 0 && ( bOverwrite || IsAvailable( nLeftX-1, nCellY ) ) ) in GetOutputArea()1257 nLeftMissing -= nAdd; in GetOutputArea()1271 …if ( nLeftMissing > 0 && bMarkClipped && nLeftX >= nX1 && nLeftX <= nX2 && !bBreak && !bCellIsValu… in GetOutputArea()1279 rParam.mbLeftClip = ( nLeftMissing > 0 ); in GetOutputArea()
Completed in 51 milliseconds