Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/core/
H A Dbox.cxx234 int nBoxPrimSize; // of the available box space in allocateArea() local
237 nBoxPrimSize = nExtraSpace; in allocateArea()
243 nBoxPrimSize = xChildCont->getHeightForWidth( newArea.Width ); in allocateArea()
245 nBoxPrimSize = primDim( child->maRequisition ); in allocateArea()
246 nBoxPrimSize += child->mnPadding; in allocateArea()
248 nBoxPrimSize += nExtraSpace; in allocateArea()
256 nChildPrimSize = SAL_MAX( 1, nBoxPrimSize - child->mnPadding); in allocateArea()
260 nChildPrimPoint += (nBoxPrimSize - nChildPrimSize) / 2; in allocateArea()
273 nStartPoint += nBoxPrimSize + mnSpacing + child->mnPadding; in allocateArea()

Completed in 5 milliseconds