Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddocument.cxx1820 SCCOL nXw, SCROW nYw) in UpdateRangeNamesInFormulas() argument
1850 SCROW nR2 = nR1 + nYw; in UpdateRangeNamesInFormulas()
1871 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in UpdateRangeNamesInFormulas()
2088 SCROW nYw = 0; in CopyFromClip() local
2103 if ( nThisEndY > nYw ) in CopyFromClip()
2104 nYw = nThisEndY; in CopyFromClip()
2111nYw = sal::static_int_cast<SCROW>( nYw + nDestAddY ); // ClipArea, plus ExtendMerge value in CopyFromClip()
2162 sal_Bool bDoDouble = ( nYw < 64 && nAllRow2 - nAllRow1 > 64); in CopyFromClip()
2186 SCROW nR2 = nR1 + nYw; in CopyFromClip()
2262 nR2 = Min((SCROW)(nR1 + nYw), nRow2); in CopyFromClip()
[all …]
/aoo4110/main/sc/inc/
H A Ddocument.hxx1904 SCCOL nXw, SCROW nYw);

Completed in 123 milliseconds