Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx3102 void ScViewData::AddPixelsWhile( long & rScrY, long nEndPixels, SCROW & rPosY, in AddPixelsWhile() argument
3106 while (rScrY <= nEndPixels && nRow <= nEndRow) in AddPixelsWhile()
3119 if (nAdd + rScrY > nEndPixels) in AddPixelsWhile()
3121 sal_Int64 nDiff = rScrY + nAdd - nEndPixels; in AddPixelsWhile()
3125 if (nAdd + rScrY <= nEndPixels) in AddPixelsWhile()
3142 void ScViewData::AddPixelsWhileBackward( long & rScrY, long nEndPixels, in AddPixelsWhileBackward() argument
3147 while (rScrY <= nEndPixels && nRow >= nStartRow) in AddPixelsWhileBackward()
3160 if (nAdd + rScrY > nEndPixels) in AddPixelsWhileBackward()
3162 sal_Int64 nDiff = nAdd + rScrY - nEndPixels; in AddPixelsWhileBackward()
3166 if (nAdd + rScrY <= nEndPixels) in AddPixelsWhileBackward()
/aoo41x/main/sc/source/ui/inc/
H A Dviewdata.hxx487 static void AddPixelsWhile( long & rScrY, long nEndPixels,
496 static void AddPixelsWhileBackward( long & rScrY, long nEndPixels,

Completed in 41 milliseconds