Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/layout/core/
H A Dbox.cxx92 int nFlowMinWidth = 0; // in case the box only has flow children in calculateSize() local
110 if ( nFlowMinWidth == 0 || nFlowMinWidth > aChildSize.Width ) in calculateSize()
111 nFlowMinWidth = aChildSize.Width; in calculateSize()
137 nWidth = nSecSize ? nSecSize : nFlowMinWidth; in calculateSize()

Completed in 6 milliseconds