Searched refs:childSize (Results 1 – 3 of 3) sorted by relevance
201 awt::Size childSize = getChild( i )->mxChild->getMinimumSize(); in getMinimumSize() local204 size.Width += childSize.Width; in getMinimumSize()205 size.Height = SAL_MAX( size.Height, childSize.Height ); in getMinimumSize()209 size.Width = SAL_MAX( size.Width, childSize.Width ); in getMinimumSize()210 size.Height += childSize.Height; in getMinimumSize()
136 awt::Size childSize = Bin::getMinimumSize(); in getMinimumSize() local140 SAL_MIN( MAX_CHILD_REQ, childSize.Width ) + thumbWidth, in getMinimumSize()141 SAL_MIN( MAX_CHILD_REQ, childSize.Height ) + thumbHeight ); in getMinimumSize()
444 awt::Size childSize( child->mxChild->getMinimumSize() ); in getMinimumSize() local445 childrenSize.Width = SAL_MAX( childSize.Width, childrenSize.Width ); in getMinimumSize()446 childrenSize.Height = SAL_MAX( childSize.Height, childrenSize.Height ); in getMinimumSize()
Completed in 21 milliseconds