Searched refs:nMaximumHeight (Results 1 – 1 of 1) sorted by relevance
573 sal_Int32 nMaximumHeight (0); in LayoutButtons() local578 if (aSize.Height() > nMaximumHeight) in LayoutButtons()579 nMaximumHeight = aSize.Height(); in LayoutButtons()588 if (aSize.Height() > nMaximumHeight) in LayoutButtons()589 nMaximumHeight = aSize.Height(); in LayoutButtons()592 nMaximumHeight += 2*nBorder; in LayoutButtons()
Completed in 17 milliseconds