Home
last modified time | relevance | path

Searched refs:nBtnHeight (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3634 long nBtnHeight = aBtnSize.Height()-SMALLBUTTON_VSIZE; in ImplDrawItem() local
3674 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3679 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3738 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx103 long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height(); in ImplCalcSize() local
104 if ( nBtnHeight > nMaxHeight ) in ImplCalcSize()
105 nMaxHeight = nBtnHeight; in ImplCalcSize()
145 long nBtnHeight = aBtnSize.Height(); in ImplPosCtrls() local
146 if ( nBtnHeight > nMaxHeight ) in ImplPosCtrls()
147 nMaxHeight = nBtnHeight; in ImplPosCtrls()
274 long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height(); in ImplPosTabPage() local
275 if ( nBtnHeight > nMaxHeight ) in ImplPosTabPage()
276 nMaxHeight = nBtnHeight; in ImplPosTabPage()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx2762 long nBtnHeight = 0; in ArrangeButtons() local
2779 nBtnHeight = aTodayBtnSize.Height(); in ArrangeButtons()
2790 nBtnHeight = aTodayBtnSize.Height(); in ArrangeButtons()
2797 nBtnHeight = aNoneBtnSize.Height(); in ArrangeButtons()
2801 if ( nBtnHeight ) in ArrangeButtons()
2811 aOutSize.Height() += nBtnHeight + (CALFIELD_BORDER_Y*2) + CALFIELD_BORDER_YTOP; in ArrangeButtons()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1065 const sal_uInt16 nBtnHeight = nLabelHeight*2; in getSectionPosSize() local
1137 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize()
1139 rSize = Size(nBtnWidth, nBtnHeight); in getSectionPosSize()
1145 long y = maWndSize.Height() - nBottomMargin - nBtnHeight; in getSectionPosSize()
1147 rSize = Size(nBtnWidth, nBtnHeight); in getSectionPosSize()

Completed in 72 milliseconds