Lines Matching refs:aTabSize
92 Size aTabSize = pTabControl->GetSizePixel(); in ImplPosControls() local
93 Size aDlgSize( aTabSize.Width() + IMPL_DIALOG_OFFSET*2, in ImplPosControls()
94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls()
110 nViewWidth = aTabSize.Width(); in ImplPosControls()
118 nViewOffY = aTabOffset.Y()+aTabSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()
119 nViewWidth = aTabSize.Width(); in ImplPosControls()
125 nViewOffX = aTabOffset.X()+aTabSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()
127 nViewHeight = aTabSize.Height(); in ImplPosControls()
136 nViewHeight = aTabSize.Height(); 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()