Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx573 sal_Int32 nMaximumHeight (0); in LayoutButtons() local
578 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 22 milliseconds