Searched refs:nYw (Results 1 – 2 of 2) sorted by relevance
1820 SCCOL nXw, SCROW nYw) in UpdateRangeNamesInFormulas() argument1850 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas()1871 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()2090 SCROW nYw = 0; in CopyFromClip() local2105 if ( nThisEndY > nYw ) in CopyFromClip()2106 nYw = nThisEndY; in CopyFromClip()2113 … nYw = sal::static_int_cast<SCROW>( nYw + nDestAddY ); // ClipArea, plus ExtendMerge value in CopyFromClip()2164 sal_Bool bDoDouble = ( nYw < 64 && nAllRow2 - nAllRow1 > 64); in CopyFromClip()2188 SCROW nR2 = nR1 + nYw; in CopyFromClip()2264 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in CopyFromClip()[all …]
1904 SCCOL nXw, SCROW nYw);
Completed in 54 milliseconds