Lines Matching refs:aCtrlSize
49 Size aCtrlSize( IMPL_MINSIZE_BUTTON_WIDTH, IMPL_MINSIZE_BUTTON_HEIGHT ); in ImplPosControls() local
65 if ( nTxtWidth > aCtrlSize.Width() ) in ImplPosControls()
66 aCtrlSize.Width() = nTxtWidth; in ImplPosControls()
69 if ( nTxtHeight > aCtrlSize.Height() ) in ImplPosControls()
70 aCtrlSize.Height() = nTxtHeight; in ImplPosControls()
160 long nCtrlBarWidth = ((aCtrlSize.Width()+IMPL_DIALOG_OFFSET)*nDownCtrl)-IMPL_DIALOG_OFFSET; in ImplPosControls()
176 if ( nX+aCtrlSize.Width()-IMPL_DIALOG_OFFSET > (aTabSize.Width()+nBtnEx) ) in ImplPosControls()
178 nY += aCtrlSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
183 pChild2->SetPosSizePixel( Point( nX, nY ), aCtrlSize ); in ImplPosControls()
184 nX += aCtrlSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
197 aDlgSize.Height() += nLines * (aCtrlSize.Height()+IMPL_DIALOG_OFFSET); in ImplPosControls()