Lines Matching refs:nTxtW
91 long nTxtW = m_aMoreInfoBtn.GetCtrlTextWidth( m_aMoreInfoBtn.GetText() ); in InitSize() local
93 if ( nTxtW >= nCtrlW ) in InitSize()
95 long nDelta = nTxtW - nCtrlW; in InitSize()
114 nTxtW = m_aWarningOnBox.GetCtrlTextWidth( m_aWarningOnBox.GetText() ) + IMPL_EXTRA_BUTTON_WIDTH; in InitSize()
116 if ( nTxtW >= nCtrlW ) in InitSize()
156 nTxtW = m_aKeepCurrentBtn.GetCtrlTextWidth( m_aKeepCurrentBtn.GetText() ); in InitSize()
158 if ( nTemp > nTxtW ) in InitSize()
159 nTxtW = nTemp; in InitSize()
160 nTxtW += IMPL_EXTRA_BUTTON_WIDTH; in InitSize()
163 aPos.X() = ( aNewSize.Width() - (2*nTxtW) - a3Size.Width() ) / 2; in InitSize()
168 aNewSize.Width() = nTxtW; in InitSize()
170 aPos.X() += nTxtW + a3Size.Width(); in InitSize()