Home
last modified time | relevance | path

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

/AOO41X/main/sdext/source/presenter/
H A DPresenterSlideShowView.cxx376 awt::Rectangle aViewWindowBox (mxViewWindow->getPosSize()); in clear() local
378 awt::Rectangle(0,0, aViewWindowBox.Width,aViewWindowBox.Height), in clear()
596 awt::Rectangle aViewWindowBox (mxViewWindow->getPosSize()); in windowPaint() local
597 if (aViewWindowBox.Width <= 0 || aViewWindowBox.Height <= 0) in windowPaint()
1025 awt::Rectangle aViewWindowBox; in Resize() local
1033 aViewWindowBox.Width = sal_Int32(aWindowBox.Height * mnPageAspectRatio + 0.5); in Resize()
1034 aViewWindowBox.Height = aWindowBox.Height; in Resize()
1035 aViewWindowBox.X = (aWindowBox.Width - aViewWindowBox.Width) / 2; in Resize()
1036 aViewWindowBox.Y = 0; in Resize()
1041 aViewWindowBox.Width = aWindowBox.Width; in Resize()
[all …]