Searched refs:nBtnHeight (Results 1 – 4 of 4) sorted by relevance
103 long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height(); in ImplCalcSize() local104 if ( nBtnHeight > nMaxHeight ) in ImplCalcSize()105 nMaxHeight = nBtnHeight; in ImplCalcSize()145 long nBtnHeight = aBtnSize.Height(); in ImplPosCtrls() local146 if ( nBtnHeight > nMaxHeight ) in ImplPosCtrls()147 nMaxHeight = nBtnHeight; in ImplPosCtrls()274 long nBtnHeight = pBtnData->mpButton->GetSizePixel().Height(); in ImplPosTabPage() local275 if ( nBtnHeight > nMaxHeight ) in ImplPosTabPage()276 nMaxHeight = nBtnHeight; in ImplPosTabPage()
1065 const sal_uInt16 nBtnHeight = nLabelHeight*2; in getSectionPosSize() local1137 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()
2762 long nBtnHeight = 0; in ArrangeButtons() local2779 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()
3634 long nBtnHeight = aBtnSize.Height()-SMALLBUTTON_VSIZE; in ImplDrawItem() local3674 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()3679 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()3738 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()
Completed in 77 milliseconds