Home
last modified time | relevance | path

Searched refs:nBtnWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx134 long nBtnWidth = 0; in ImplPosCtrls() local
148 nBtnWidth += aBtnSize.Width(); in ImplPosCtrls()
149 nBtnWidth += pBtnData->mnOffset; in ImplPosCtrls()
157 long nOffX = aDlgSize.Width()-nBtnWidth-WIZARDDIALOG_BUTTON_DLGOFFSET_X; in ImplPosCtrls()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1063 const sal_uInt16 nBtnWidth = 90; in getSectionPosSize() local
1136 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()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx2763 long nBtnWidth = 0; in ArrangeButtons() local
2778 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()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3633 long nBtnWidth = aBtnSize.Width()-SMALLBUTTON_HSIZE; in ImplDrawItem() local
3678 nImageOffX += (nBtnWidth-aImageSize.Width())/2; in ImplDrawItem()
3726 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()

Completed in 65 milliseconds