Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/editeng/
H A Dimpedit.cxx921 aNewVisArea.Top() -= ndY; in Scroll()
922 aNewVisArea.Bottom() -= ndY; in Scroll()
926 aNewVisArea.Top() += ndX; in Scroll()
927 aNewVisArea.Bottom() += ndX; in Scroll()
936 aNewVisArea.Move( 0, -aNewVisArea.Top() ); in Scroll()
941 aNewVisArea.Left() -= ndX; in Scroll()
942 aNewVisArea.Right() -= ndX; in Scroll()
946 aNewVisArea.Left() -= ndY; in Scroll()
947 aNewVisArea.Right() -= ndY; in Scroll()
955 aNewVisArea.Move( -aNewVisArea.Left(), 0 ); in Scroll()
[all …]
/aoo4110/main/sw/source/ui/uiview/
H A Dviewport.cxx194 Rectangle aNewVisArea( aVisArea ); in DocSzChgd() local
199 if ( aNewVisArea.Right() >= lTmp ) in DocSzChgd()
201 lTmp = aNewVisArea.Right() - lTmp; in DocSzChgd()
202 aNewVisArea.Right() -= lTmp; in DocSzChgd()
203 aNewVisArea.Left() -= lTmp; in DocSzChgd()
208 if ( aNewVisArea.Bottom() >= lTmp ) in DocSzChgd()
210 lTmp = aNewVisArea.Bottom() - lTmp; in DocSzChgd()
211 aNewVisArea.Bottom() -= lTmp; in DocSzChgd()
212 aNewVisArea.Top() -= lTmp; in DocSzChgd()
217 SetVisArea( aNewVisArea, sal_False ); in DocSzChgd()
[all …]

Completed in 39 milliseconds