Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx231 int nBoxPrimSize; // of the available box space in allocateArea() local
234 nBoxPrimSize = nExtraSpace; in allocateArea()
240 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
242 nBoxPrimSize = primDim( child->maRequisition ); in allocateArea()
243 nBoxPrimSize += child->mnPadding; in allocateArea()
245 nBoxPrimSize += nExtraSpace; in allocateArea()
253 nChildPrimSize = SAL_MAX( 1, nBoxPrimSize - child->mnPadding); in allocateArea()
257 nChildPrimPoint += (nBoxPrimSize - nChildPrimSize) / 2; in allocateArea()
270 nStartPoint += nBoxPrimSize + mnSpacing + child->mnPadding; in allocateArea()