Home
last modified time | relevance | path

Searched refs:aElementSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/window/
H A Darrange.cxx315 aRet.Width() += aElementSize.Width(); in getOptimalSize()
576 aRet.Width() += aElementSize.Width(); in getOptimalSize()
577 if( aElementSize.Height() > aRet.Height() ) in getOptimalSize()
578 aRet.Height() = aElementSize.Height(); in getOptimalSize()
606 aSize.Width() = aElementSize.Width(); in resize()
696 Size aElementSize; in getOptimalSize() local
704 if( aElementSize.Width() ) in getOptimalSize()
705 aElementSize.Width() = nWidth; in getOptimalSize()
720 if( aElementSize.Width() ) in getOptimalSize()
722 aElementSize.Width() += 2*nOuterBorder; in getOptimalSize()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx1029 const awt::Size aElementSize ((*iElement)->GetBoundingSize(rxCanvas)); in LayoutPart() local
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()
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()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx666 awt::Size aElementSize = xReportElement->getSize(); in exportSectionAutoStyle() local
668 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()

Completed in 36 milliseconds