Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx65 maWinPos(0, 0), // vorsichtshalber; die Werte sollten aber in Window()
338 return maWinPos; in GetWinViewPos()
358 maWinPos = rPnt; in SetWinViewPos()
428 maWinPos.X() += (aSize.Width() - nW) / 2; in SetZoomIntegral()
429 maWinPos.Y() += (aSize.Height() - nH) / 2; in SetZoomIntegral()
430 if ( maWinPos.X() < 0 ) maWinPos.X() = 0; in SetZoomIntegral()
431 if ( maWinPos.Y() < 0 ) maWinPos.Y() = 0; in SetZoomIntegral()
558 maWinPos = maViewOrigin + aPos; in SetZoomRect()
561 maWinPos.X() += (rZoomRect.GetWidth() - aWinSize.Width()) / 2; in SetZoomRect()
563 maWinPos.Y() += (rZoomRect.GetHeight() - aWinSize.Height()) / 2; in SetZoomRect()
[all …]
/trunk/main/sd/source/ui/inc/
H A DWindow.hxx166 Point maWinPos; member in sd::Window