Searched refs:aChildSize (Results 1 – 4 of 4) sorted by relevance
130 awt::Size aChildSize = (*it)->aRequisition; in calculateSize() local132 aChildSize.Width = mnEachWidth; in calculateSize()134 if ( nMaxWidth && nRowWidth > 0 && nRowWidth + aChildSize.Width > nMaxWidth ) in calculateSize()140 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in calculateSize()141 nRowWidth += aChildSize.Width; in calculateSize()179 awt::Size aChildSize( child->aRequisition ); in allocateArea() local181 aChildSize.Width = mnEachWidth; in allocateArea()183 if ( nX > 0 && nX + aChildSize.Width > rArea.Width ) in allocateArea()189 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in allocateArea()192 … awt::Rectangle( rArea.X + nX, rArea.Y + nY, aChildSize.Width, aChildSize.Height ) ); in allocateArea()[all …]
106 awt::Size aChildSize = child->maRequisition = child->mxChild->getMinimumSize(); in calculateSize() local110 if ( nFlowMinWidth == 0 || nFlowMinWidth > aChildSize.Width ) in calculateSize()111 nFlowMinWidth = aChildSize.Width; in calculateSize()116 int size = primDim( aChildSize ) + child->mnPadding * 2; in calculateSize()122 nSecSize = SAL_MAX( nSecSize, secDim( aChildSize ) ); in calculateSize()
188 Size aChildSize = pChild2->GetSizePixel(); in ImplPosControls() local189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()190 nTopX += aChildSize.Width()+2; in ImplPosControls()
706 Size aChildSize; in GetExtraData_Impl() local707 if ( GetPosSizeFromString( aStr, aChildPos, aChildSize ) ) in GetExtraData_Impl()710 *pSize = aChildSize; in GetExtraData_Impl()