Lines Matching refs:aWindowBox

413         const awt::Rectangle aWindowBox = mxViewWindow->getPosSize();  in getTransformation()  local
415 aWindowBox.Width-1, 0, (mbIsInModifyNotification ? 1 : 0), in getTransformation()
416 0, aWindowBox.Height-1, 0); in getTransformation()
1024 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
1026 if (aWindowBox.Height > 0) in Resize()
1029 double(aWindowBox.Width) / double(aWindowBox.Height)); in Resize()
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()
1041 aViewWindowBox.Width = aWindowBox.Width; in Resize()
1042 aViewWindowBox.Height = sal_Int32(aWindowBox.Width / mnPageAspectRatio + 0.5); in Resize()
1044 aViewWindowBox.Y = (aWindowBox.Height - aViewWindowBox.Height) / 2; in Resize()
1092 const awt::Rectangle aWindowBox (mxWindow->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()
1107 aWindowBox.Height), in CreateBackgroundPolygons()
1113 aWindowBox.Width - aViewWindowBox.X - aViewWindowBox.Width, in CreateBackgroundPolygons()
1114 aWindowBox.Height), in CreateBackgroundPolygons()
1124 aWindowBox.Width, in CreateBackgroundPolygons()
1131 aWindowBox.Width, in CreateBackgroundPolygons()
1132 aWindowBox.Height - aViewWindowBox.Y - aViewWindowBox.Height), in CreateBackgroundPolygons()