Searched refs:nBoxPrimSize (Results 1 – 1 of 1) sorted by relevance
234 int nBoxPrimSize; // of the available box space in allocateArea() local237 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 12 milliseconds