Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1060 const sal_uInt16 nMenuHeight = 60; in getSectionPosSize() local
1071 …uInt16 nListBoxHeight = static_cast< sal_uInt16 >( maWndSize.Height() - nTopMargin - nMenuHeight - in getSectionPosSize()
1074 …const sal_uInt16 nSingleBtnAreaY = nTopMargin + nMenuHeight + nListBoxHeight + nMenuListMargin - 1; in getSectionPosSize()
1086 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize()
1092 rPos = Point(nListBoxMargin, nTopMargin + nMenuHeight + nMenuListMargin); in getSectionPosSize()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx2038 long nMenuHeight = mpMenuBarWindow->GetSizePixel().Height(); in Resize() local
2041 if ( nMenuHeight ) in Resize()
2042 mnOrgMenuHeight = nMenuHeight; in Resize()
2043 nMenuHeight = 0; in Resize()
2047 if ( !nMenuHeight ) in Resize()
2048 nMenuHeight = mnOrgMenuHeight; in Resize()
2054 nMenuHeight, in Resize()

Completed in 36 milliseconds