Home
last modified time | relevance | path

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

/aoo41x/main/toolkit/source/layout/core/
H A Dbox.cxx221 int nChildPrimPoint, nChildSecPoint, nChildPrimSize, nChildSecSize; in allocateArea() local
254 nChildSecSize = nBoxSecSize; in allocateArea()
262 nChildSecPoint += (nBoxSecSize - nChildSecSize) / 2; in allocateArea()
268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea()
269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()

Completed in 17 milliseconds