Home
last modified time | relevance | path

Searched refs:aChildSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx134 awt::Size aChildSize = (*it)->aRequisition; in calculateSize() local
136 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() local
188 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 …]
H A Dbox.cxx106 awt::Size aChildSize = child->maRequisition = child->mxChild->getMinimumSize(); in calculateSize() local
110 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()
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx188 Size aChildSize = pChild2->GetSizePixel(); in ImplPosControls() local
189 pChild2->SetPosPixel( Point( nTopX, (nOffY-aChildSize.Height())/2 ) ); in ImplPosControls()
190 nTopX += aChildSize.Width()+2; in ImplPosControls()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx706 Size aChildSize; in GetExtraData_Impl() local
707 if ( GetPosSizeFromString( aStr, aChildPos, aChildSize ) ) in GetExtraData_Impl()
710 *pSize = aChildSize; in GetExtraData_Impl()

Completed in 34 milliseconds