Lines Matching refs:X2
556 maBoundingBox.X2 - maBoundingBox.X1, in GetSize()
937 maBoundingBox.X2 = nX + aTotalSize.Width + nTotalHorizontalGap; in Layout()
949 aBoundingBox.X2 += ((*iPart)->size()-1) * nGapWidth; in Layout()
953 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); 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()