Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/uiview/
H A Dviewport.cxx104 long lDelta = lPos - rSh.VisArea().Pos().*pPt; in lcl_GetPos() local
110 lDelta -= nTmp - lSize; in lcl_GetPos()
111 nTmp = pView->GetVisArea().Bottom()+lDelta; in lcl_GetPos()
113 lDelta -= nTmp - lSize; in lcl_GetPos()
115 rPos.*pPt += lDelta; in lcl_GetPos()
832 long lDelta = aRect.Right() - lWidth; in CalcVisArea() local
833 aRect.Left() -= lDelta; in CalcVisArea()
834 aRect.Right() -= lDelta; in CalcVisArea()
842 long lDelta = aRect.Bottom() - lHeight; in CalcVisArea() local
843 aRect.Top() -= lDelta; in CalcVisArea()
[all …]

Completed in 12 milliseconds