Searched refs:nYw (Results 1 – 2 of 2) sorted by relevance
1817 SCCOL nXw, SCROW nYw) in UpdateRangeNamesInFormulas() argument1847 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas()1868 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()2087 SCROW nYw = 0; in CopyFromClip() local2102 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()[all …]
1901 SCCOL nXw, SCROW nYw);