Lines Matching refs:Width
65 if ( nTxtWidth > aCtrlSize.Width() ) in ImplPosControls()
66 aCtrlSize.Width() = nTxtWidth; in ImplPosControls()
93 Size aDlgSize( aTabSize.Width() + IMPL_DIALOG_OFFSET*2, in ImplPosControls()
110 nViewWidth = aTabSize.Width(); in ImplPosControls()
119 nViewWidth = aTabSize.Width(); in ImplPosControls()
125 nViewOffX = aTabOffset.X()+aTabSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
129 aDlgSize.Width() += aViewSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
130 nBtnEx = aViewSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
138 aTabOffset.X() += aViewSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
139 aDlgSize.Width() += aViewSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
140 nBtnEx = aViewSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
160 long nCtrlBarWidth = ((aCtrlSize.Width()+IMPL_DIALOG_OFFSET)*nDownCtrl)-IMPL_DIALOG_OFFSET; in ImplPosControls()
161 if ( nCtrlBarWidth <= (aTabSize.Width()+nBtnEx) ) in ImplPosControls()
162 nX = (aTabSize.Width()+nBtnEx) - nCtrlBarWidth + IMPL_DIALOG_OFFSET; in ImplPosControls()
176 if ( nX+aCtrlSize.Width()-IMPL_DIALOG_OFFSET > (aTabSize.Width()+nBtnEx) ) in ImplPosControls()
184 nX += aCtrlSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
190 nTopX += aChildSize.Width()+2; in ImplPosControls()
208 Size( aDlgSize.Width(), 2 ) ); in ImplPosControls()