Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/layout/core/
H A Dbox.cxx221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local
256 nChildPrimSize = SAL_MAX( 1, nBoxPrimSize - child->mnPadding); in allocateArea()
259 nChildPrimSize = primDim( child->maRequisition ); in allocateArea()
260 nChildPrimPoint += (nBoxPrimSize - nChildPrimSize) / 2; in allocateArea()
268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea()
269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()

Completed in 15 milliseconds