Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/uiview/
H A Dviewport.cxx194 SwTwips lTmp = aDocSz.Width() + lGreenOffset; in DocSzChgd() local
196 if ( aNewVisArea.Right() >= lTmp ) in DocSzChgd()
198 lTmp = aNewVisArea.Right() - lTmp; in DocSzChgd()
199 aNewVisArea.Right() -= lTmp; in DocSzChgd()
200 aNewVisArea.Left() -= lTmp; in DocSzChgd()
204 lTmp = aDocSz.Height() + lGreenOffset; in DocSzChgd()
205 if ( aNewVisArea.Bottom() >= lTmp ) in DocSzChgd()
207 lTmp = aNewVisArea.Bottom() - lTmp; in DocSzChgd()
208 aNewVisArea.Bottom() -= lTmp; in DocSzChgd()
209 aNewVisArea.Top() -= lTmp; in DocSzChgd()