Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A Dsdwindow.cxx72 maViewSize(1000, 1000), // werden in Window()
168 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Width()); in CalcMinZoom()
170 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Height()); in CalcMinZoom()
404 return maViewSize; in GetViewSize()
442 maViewSize = rSize; in SetViewSize()
673 if ( maWinPos.X() > maViewSize.Width() - aWinSize.Width() ) in UpdateMapOrigin()
675 maWinPos.X() = maViewSize.Width() - aWinSize.Width(); in UpdateMapOrigin()
678 if ( maWinPos.Y() > maViewSize.Height() - aWinSize.Height() ) in UpdateMapOrigin()
680 maWinPos.Y() = maViewSize.Height() - aWinSize.Height(); in UpdateMapOrigin()
683 if ( aWinSize.Width() > maViewSize.Width() || maWinPos.X() < 0 ) in UpdateMapOrigin()
[all …]
H A Dgrviewsh.cxx114 Point aPos (0, maViewSize.Height() - aSize.Height()); in ArrangeGUIElements()
134 const long int nMax = maViewSize.Width() in IMPL_LINK()
H A Dviewshel.cxx921 maViewSize = aSize; in Resize()
992 long nRight = maViewPos.X() + maViewSize.Width(); in ArrangeGUIElements()
993 long nBottom = maViewPos.Y() + maViewSize.Height(); in ArrangeGUIElements()
1075 Size(maViewSize.Width()-maScrBarWH.Width(), in ArrangeGUIElements()
1076 maViewSize.Height()-maScrBarWH.Height())); in ArrangeGUIElements()
H A Ddrviews5.cxx122 xSlideshow->resize(maViewSize); in Resize()
139 aHPos.Y() += maViewSize.Height(); in ArrangeGUIElements()
H A Dpresvish.cxx181 xSlideshow->resize(maViewSize); in Resize()
H A Ddrviews1.cxx680 const long int nMax = maViewSize.Width() - maScrBarWH.Width() in IMPL_LINK()
/AOO41X/main/sd/source/ui/inc/
H A DWindow.hxx168 Size maViewSize; member in sd::Window
H A DViewShell.hxx507 Size maViewSize; member in sd::ViewShell
/AOO41X/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx556 mpSlideSorter->ArrangeGUIElements(maViewPos, maViewSize); in ArrangeGUIElements()