Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx119 (*it)->aRequisition = (*it)->xChild->getMinimumSize(); in calculateSize()
121 mnEachWidth = SAL_MAX( mnEachWidth, (*it)->aRequisition.Width ); in calculateSize()
130 awt::Size aChildSize = (*it)->aRequisition; in calculateSize()
179 awt::Size aChildSize( child->aRequisition ); in allocateArea()
H A Dflow.hxx45 css::awt::Size aRequisition; member