Lines Matching refs:X1
556 maBoundingBox.X2 - maBoundingBox.X1, in GetSize()
935 maBoundingBox.X1 = nX; in Layout()
953 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()
1019 double nX (rBoundingBox.X1); 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()
1781 sal_Int32 nTextWidth (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1)); in CreateBoundingSize()
1789 ::std::max(aSize.Width, sal_Int32(0.5 + aTextBBox.X2 - aTextBBox.X1)), in CreateBoundingSize()
1876 sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1), in CreateBoundingSize()
2017 const double nTextWidth = aBox.X2 - aBox.X1; in Paint()