Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/window/
H A Dbtndlg.cxx157 maCtrlSize = Size( IMPL_MINSIZE_BUTTON_WIDTH, IMPL_MINSIZE_BUTTON_HEIGHT ); in ImplGetButtonSize()
165 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()
219 nY = aDlgSize.Height()-maCtrlSize.Height()-IMPL_DIALOG_OFFSET; in ImplPosControls()
232 aDlgSize.Width() += IMPL_DIALOG_OFFSET+maCtrlSize.Width(); in ImplPosControls()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dbtndlg.hxx56 Size maCtrlSize; member in ButtonDialog