Searched refs:nBtnWidth (Results 1 – 4 of 4) sorted by relevance
134 long nBtnWidth = 0; in ImplPosCtrls() local148 nBtnWidth += aBtnSize.Width(); in ImplPosCtrls()149 nBtnWidth += pBtnData->mnOffset; in ImplPosCtrls()157 long nOffX = aDlgSize.Width()-nBtnWidth-WIZARDDIALOG_BUTTON_DLGOFFSET_X; in ImplPosCtrls()
1063 const sal_uInt16 nBtnWidth = 90; in getSectionPosSize() local1136 long x = (maWndSize.Width() - nBtnWidth*2)/3; in getSectionPosSize()1139 rSize = Size(nBtnWidth, nBtnHeight); in getSectionPosSize()1144 long x = (maWndSize.Width() - nBtnWidth*2)/3*2 + nBtnWidth; in getSectionPosSize()1147 rSize = Size(nBtnWidth, nBtnHeight); in getSectionPosSize()
2763 long nBtnWidth = 0; in ArrangeButtons() local2778 nBtnWidth = aTodayBtnSize.Width() + aNoneBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()2780 long nX = (aOutSize.Width()-nBtnWidth)/2; in ArrangeButtons()2789 nBtnWidth = aTodayBtnSize.Width(); in ArrangeButtons()2791 …mpTodayBtn->SetPosPixel( Point( (aOutSize.Width()-nBtnWidth)/2, aOutSize.Height()+CALFIELD_BORDER_… in ArrangeButtons()2796 nBtnWidth = aNoneBtnSize.Width(); in ArrangeButtons()2798 …mpNoneBtn->SetPosPixel( Point( (aOutSize.Width()-nBtnWidth)/2, aOutSize.Height()+CALFIELD_BORDER_Y… in ArrangeButtons()
3633 long nBtnWidth = aBtnSize.Width()-SMALLBUTTON_HSIZE; in ImplDrawItem() local3678 nImageOffX += (nBtnWidth-aImageSize.Width())/2; in ImplDrawItem()3726 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()
Completed in 62 milliseconds