Searched refs:aElementSize (Results 1 – 3 of 3) sorted by relevance
298 Size aElementSize( it->getOptimalSize( i_eType ) ); in getOptimalSize() local304 if( aRet.Width() < aElementSize.Width() ) in getOptimalSize()305 aRet.Width() = aElementSize.Width(); in getOptimalSize()306 aRet.Height() += aElementSize.Height(); in getOptimalSize()313 if( aRet.Height() < aElementSize.Height() ) in getOptimalSize()314 aRet.Height() = aElementSize.Height(); in getOptimalSize()315 aRet.Width() += aElementSize.Width(); in getOptimalSize()575 Size aElementSize( m_aElement.getOptimalSize( i_eType ) ); in getOptimalSize() local576 aRet.Width() += aElementSize.Width(); in getOptimalSize()577 if( aElementSize.Height() > aRet.Height() ) in getOptimalSize()[all …]
1029 const awt::Size aElementSize ((*iElement)->GetBoundingSize(rxCanvas)); in LayoutPart() local1035 … (*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()1040 nX += aElementSize.Width + nGap; 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()1052 nY += aElementSize.Height + nGap; in LayoutPart()
666 awt::Size aElementSize = xReportElement->getSize(); in exportSectionAutoStyle() local668 aElementSize.Width = static_cast<sal_Int32>(xFixedLine->getWidth()*0.5); in exportSectionAutoStyle()674 aElementSize.Width , // -1 why? in exportSectionAutoStyle()675 aElementSize.Height, // -1 why? in exportSectionAutoStyle()