Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/uiview/
H A Dviewport.cxx383 long nDesHeight = rRect.GetHeight(); in CalcPt() local
385 nYScroll = Min(nYScroll, nCurHeight - nDesHeight); // wird es knapp, dann nicht zuviel scrollen in CalcPt()
386 if(nDesHeight > nCurHeight) // die Hoehe reicht nicht aus, dann interessiert nYScroll nicht mehr in CalcPt()