Lines Matching refs:nYw
1817 SCCOL nXw, SCROW nYw) in UpdateRangeNamesInFormulas() argument
1847 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas()
1868 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()
2087 SCROW nYw = 0; in CopyFromClip() local
2102 if ( nThisEndY > nYw ) in CopyFromClip()
2103 nYw = nThisEndY; in CopyFromClip()
2110 … nYw = sal::static_int_cast<SCROW>( nYw + nDestAddY ); // ClipArea, plus ExtendMerge value in CopyFromClip()
2161 sal_Bool bDoDouble = ( nYw < 64 && nAllRow2 - nAllRow1 > 64); in CopyFromClip()
2185 SCROW nR2 = nR1 + nYw; in CopyFromClip()
2253 …is->GetPatternCount( vTables[j], nCol1+i, nR1, nR2 ) ) * ( ( nRow2 - nRow1 + 1 ) / ( nYw + 1 ) ) ); in CopyFromClip()
2261 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in CopyFromClip()
2273 UpdateRangeNamesInFormulas(aClipRangeNames, *pDestRanges, rMark, nXw, nYw); in CopyFromClip()