Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/control/
H A Dtoolbarmenu.cxx659 long nMinMenuItemHeight = nFontHeight+2; in implCalcSize() local
677 nMinMenuItemHeight = std::max( nMinMenuItemHeight, aImgSz.Height() + 6 ); in implCalcSize()
705 pEntry->maSize.Height() = nMinMenuItemHeight; in implCalcSize()
/aoo4110/main/vcl/source/window/
H A Dmenu.cxx2391 long nMinMenuItemHeight = nFontHeight; in ImplCalcSize() local
2395 if( nMax > nMinMenuItemHeight ) in ImplCalcSize()
2396 nMinMenuItemHeight = nMax; in ImplCalcSize()
2401 nMinMenuItemHeight = 16; in ImplCalcSize()
2410 if ( aImgSz.Height() > nMinMenuItemHeight ) in ImplCalcSize()
2411 nMinMenuItemHeight = aImgSz.Height(); in ImplCalcSize()
2479 pData->aSz.Height() = Max( Max( nTextHeight, pData->aSz.Height() ), nMinMenuItemHeight ); in ImplCalcSize()
2499 pData->aSz.Height() = Max( Max( nFontHeight, pData->aSz.Height() ), nMinMenuItemHeight ); in ImplCalcSize()

Completed in 57 milliseconds