Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/awt/
H A Dvclxsplitter.cxx201 awt::Size childSize = getChild( i )->mxChild->getMinimumSize(); in getMinimumSize() local
204 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()
H A Dvclxscroller.cxx136 awt::Size childSize = Bin::getMinimumSize(); in getMinimumSize() local
140 SAL_MIN( MAX_CHILD_REQ, childSize.Width ) + thumbWidth, in getMinimumSize()
141 SAL_MIN( MAX_CHILD_REQ, childSize.Height ) + thumbHeight ); in getMinimumSize()
H A Dvclxtabcontrol.cxx444 awt::Size childSize( child->mxChild->getMinimumSize() ); in getMinimumSize() local
445 childrenSize.Width = SAL_MAX( childSize.Width, childrenSize.Width ); in getMinimumSize()
446 childrenSize.Height = SAL_MAX( childSize.Height, childrenSize.Height ); in getMinimumSize()

Completed in 25 milliseconds