Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddocument.cxx1817 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()
2110nYw = 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 …]
/trunk/main/sc/inc/
H A Ddocument.hxx1901 SCCOL nXw, SCROW nYw);