Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A Dsdwindow.cxx70 maWinPos(0, 0), // vorsichtshalber; die Werte sollten aber in Window()
388 return maWinPos; in GetWinViewPos()
419 maWinPos = rPnt; in SetWinViewPos()
499 maWinPos.X() += (aSize.Width() - nW) / 2; in SetZoomIntegral()
500 maWinPos.Y() += (aSize.Height() - nH) / 2; in SetZoomIntegral()
501 if ( maWinPos.X() < 0 ) maWinPos.X() = 0; in SetZoomIntegral()
502 if ( maWinPos.Y() < 0 ) maWinPos.Y() = 0; in SetZoomIntegral()
629 maWinPos = maViewOrigin + aPos; in SetZoomRect()
632 maWinPos.X() += (rZoomRect.GetWidth() - aWinSize.Width()) / 2; in SetZoomRect()
634 maWinPos.Y() += (rZoomRect.GetHeight() - aWinSize.Height()) / 2; in SetZoomRect()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A DWindow.hxx166 Point maWinPos; member in sd::Window