Lines Matching refs:rBoundingBox
93 const awt::Rectangle& rBoundingBox,
1005 const geometry::RealRectangle2D& rBoundingBox, in LayoutPart() argument
1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()
1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart()
1019 double nX (rBoundingBox.X1); in LayoutPart()
1020 double nY (rBoundingBox.Y1); in LayoutPart()
1034 nY = rBoundingBox.Y1; in LayoutPart()
1035 … (*iElement)->SetSize(geometry::RealSize2D(aElementSize.Width, rBoundingBox.Y2 - rBoundingBox.Y1)); in LayoutPart()
1038 nY = rBoundingBox.Y1 + (rBoundingBox.Y2-rBoundingBox.Y1 - aElementSize.Height) / 2; in LayoutPart()
1046 nX = rBoundingBox.X1; in LayoutPart()
1047 …(*iElement)->SetSize(geometry::RealSize2D(rBoundingBox.X2 - rBoundingBox.X1, aElementSize.Height)); in LayoutPart()
1050 nX = rBoundingBox.X1 + (rBoundingBox.X2-rBoundingBox.X1 - aElementSize.Width) / 2; in LayoutPart()
1992 const awt::Rectangle& rBoundingBox, in Paint() argument
2018 const double nY = rBoundingBox.Y + rBoundingBox.Height - aBox.Y2; in Paint()
2019 const double nX = rBoundingBox.X + (rBoundingBox.Width - nTextWidth)/2; in Paint()