Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dbtndlg.cxx165 if ( nTxtWidth > maCtrlSize.Width() ) in ImplGetButtonSize()
166 maCtrlSize.Width() = nTxtWidth; in ImplGetButtonSize()
169 if ( nTxtHeight > maCtrlSize.Height() ) in ImplGetButtonSize()
170 maCtrlSize.Height() = nTxtHeight; in ImplGetButtonSize()
185 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Width()); in ImplGetButtonSize()
187 mnButtonSize = nSepSize + (nButtonCount*maCtrlSize.Height()); in ImplGetButtonSize()
218 aDlgSize.Height() += IMPL_DIALOG_OFFSET+maCtrlSize.Height(); in ImplPosControls()
232 aDlgSize.Width() += IMPL_DIALOG_OFFSET+maCtrlSize.Width(); in ImplPosControls()
233 nX = aDlgSize.Width()-maCtrlSize.Width()-IMPL_DIALOG_OFFSET; in ImplPosControls()
247 nX += maCtrlSize.Width()+IMPL_SEP_BUTTON_X; in ImplPosControls()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbtndlg.hxx56 Size maCtrlSize; member in ButtonDialog

Completed in 19 milliseconds