Searched refs:aChildSize (Results 1 – 4 of 4) sorted by relevance
134 awt::Size aChildSize = (*it)->aRequisition; in calculateSize() local136 aChildSize.Width = mnEachWidth; in calculateSize()138 if ( nMaxWidth && nRowWidth > 0 && nRowWidth + aChildSize.Width > nMaxWidth ) in calculateSize()144 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in calculateSize()145 nRowWidth += aChildSize.Width; in calculateSize()186 awt::Size aChildSize( child->aRequisition ); in allocateArea() local188 aChildSize.Width = mnEachWidth; in allocateArea()190 if ( nX > 0 && nX + aChildSize.Width > rArea.Width ) in allocateArea()196 nRowHeight = SAL_MAX( nRowHeight, aChildSize.Height ); in allocateArea()199 … 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()
Completed in 26 milliseconds