Searched refs:mnButtonSize (Results 1 – 2 of 2) sorted by relevance
56 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()209 if ( mnButtonSize+(IMPL_DIALOG_OFFSET*2) > aDlgSize.Width() ) in ImplPosControls()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()223 if ( mnButtonSize+(IMPL_DIALOG_OFFSET*2) > aDlgSize.Height() ) in ImplPosControls()[all …]
57 long mnButtonSize; member in ButtonDialog