Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx101 long lDelta = lPos - rSh.VisArea().Pos().*pPt; in lcl_GetPos() local
105 long nTmp = pView->GetVisArea().Right()+lDelta; in lcl_GetPos()
107 lDelta -= nTmp - lSize; in lcl_GetPos()
108 nTmp = pView->GetVisArea().Bottom()+lDelta; in lcl_GetPos()
110 lDelta -= nTmp - lSize; in lcl_GetPos()
112 rPos.*pPt += lDelta; in lcl_GetPos()
829 long lDelta = aRect.Right() - lWidth; in CalcVisArea() local
830 aRect.Left() -= lDelta; in CalcVisArea()
831 aRect.Right() -= lDelta; in CalcVisArea()
839 long lDelta = aRect.Bottom() - lHeight; in CalcVisArea() local
[all …]