Lines Matching refs:Width

216     long nWidth = m_pOptionsBtn->GetSizePixel().Width();  in GetMinOutputSizePixel()
264 aBtnPos.X() = rRect.Right() - TOP_OFFSET - aBtnSize.Width(); in SetButtonPos()
266 aBtnPos.X() -= ( TOP_OFFSET + aBtnSize.Width() ); in SetButtonPos()
736 if ( nWidth > aBtnSize.Width() ) in ExtMgrDialog()
742 (3 * m_aHelpBtn.GetSizePixel().Width()) + in ExtMgrDialog()
743 m_aUpdateBtn.GetSizePixel().Width() + in ExtMgrDialog()
1134 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1137 aPos.X() -= ( RSC_SP_CTRL_X + aUpdBtnSize.Width() ); in Resize()
1140 aPos.X() -= ( RSC_SP_CTRL_GROUP_Y + aBtnSize.Width() ); in Resize()
1143 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()
1152 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1182 aFTSize.Width() = ( aRect2.Left() - aRect1.Right() ) - 2*RSC_SP_DLG_INNERBORDER_LEFT; in Resize()
1186 Size aSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT, in Resize()
1286 if ( nWidth > aBtnSize.Width() ) in UpdateRequiredDialog()
1294 if ( nWidth > aBtnSize.Width() ) in UpdateRequiredDialog()
1300 (5 * m_aHelpBtn.GetSizePixel().Width()) + in UpdateRequiredDialog()
1570 … aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - m_aCloseBtn.GetSizePixel().Width(); in Resize()
1573 aPos.X() -= ( RSC_SP_CTRL_X + m_aUpdateBtn.GetSizePixel().Width() ); in Resize()
1576 Size aDivSize( aTotalSize.Width(), LINE_SIZE ); in Resize()
1582 …Size aFTSize = m_aUpdateNeeded.CalcMinimumSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT … in Resize()
1586 Size aSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT, in Resize()
1593 aPos.X() = aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_RIGHT - aBtnSize.Width(); in Resize()
1622 aFTSize.Width() = aPos.X() - 2*RSC_SP_DLG_INNERBORDER_LEFT; in Resize()
1777 Size aTextSize( aTotalSize.Width() - RSC_SP_DLG_INNERBORDER_LEFT - RSC_SP_DLG_INNERBORDER_RIGHT, in Resize()
1784 Point aBtnPos( (aTotalSize.Width() - m_aCloseBtn.GetSizePixel().Width())/2, in Resize()