Lines Matching refs:aViewWindowBox

376         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()
1042 aViewWindowBox.Height = sal_Int32(aWindowBox.Width / mnPageAspectRatio + 0.5); in Resize()
1043 aViewWindowBox.X = 0; in Resize()
1044 aViewWindowBox.Y = (aWindowBox.Height - aViewWindowBox.Height) / 2; in Resize()
1047 aViewWindowBox.X, in Resize()
1048 aViewWindowBox.Y, in Resize()
1049 aViewWindowBox.Width, in Resize()
1050 aViewWindowBox.Height, in Resize()
1093 const awt::Rectangle aViewWindowBox (mxViewWindow->getPosSize()); in CreateBackgroundPolygons() local
1094 if (aWindowBox.Height == aViewWindowBox.Height && aWindowBox.Width == aViewWindowBox.Width) in CreateBackgroundPolygons()
1099 else if (aWindowBox.Height == aViewWindowBox.Height) in CreateBackgroundPolygons()
1106 aViewWindowBox.X, in CreateBackgroundPolygons()
1111 aViewWindowBox.X + aViewWindowBox.Width, in CreateBackgroundPolygons()
1113 aWindowBox.Width - aViewWindowBox.X - aViewWindowBox.Width, in CreateBackgroundPolygons()
1125 aViewWindowBox.Y), in CreateBackgroundPolygons()
1130 aViewWindowBox.Y + aViewWindowBox.Height, in CreateBackgroundPolygons()
1132 aWindowBox.Height - aViewWindowBox.Y - aViewWindowBox.Height), in CreateBackgroundPolygons()