Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dbtndlg.cxx56 mnButtonSize = 0; in DECLARE_LIST()
151 return mnButtonSize; in ImplGetButtonSize()
185 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Width()); in ImplGetButtonSize()
187 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Height()); in ImplGetButtonSize()
189 return mnButtonSize; in ImplGetButtonSize()
210 aDlgSize.Width() = mnButtonSize+(IMPL_DIALOG_OFFSET*2); in ImplPosControls()
214 nX = aDlgSize.Width()-mnButtonSize-IMPL_DIALOG_OFFSET; in ImplPosControls()
216 nX = (aDlgSize.Width()-mnButtonSize)/2; in ImplPosControls()
224 aDlgSize.Height() = mnButtonSize+(IMPL_DIALOG_OFFSET*2); in ImplPosControls()
226 nY = aDlgSize.Height()-mnButtonSize-IMPL_DIALOG_OFFSET; in ImplPosControls()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbtndlg.hxx57 long mnButtonSize; member in ButtonDialog

Completed in 13 milliseconds