Searched refs:m_aInfoFT (Results 1 – 2 of 2) sorted by relevance
107 m_aInfoFT ( this, IDEResId( FT_INFO ) ), in ManageLanguageDialog()150 String sInfoStr = m_aInfoFT.GetText(); in CalcInfoSize()151 long nInfoWidth = m_aInfoFT.GetSizePixel().Width(); in CalcInfoSize()152 long nLongWord = getLongestWordWidth( sInfoStr, m_aInfoFT ); in CalcInfoSize()153 long nTxtWidth = m_aInfoFT.GetCtrlTextWidth( sInfoStr ) + nLongWord; in CalcInfoSize()158 Size aSize = m_aInfoFT.GetSizePixel(); in CalcInfoSize()162 m_aInfoFT.SetSizePixel( aSize ); in CalcInfoSize()168 Point aNewPos = m_aInfoFT.GetPosPixel(); in CalcInfoSize()170 m_aInfoFT.SetPosPixel( aNewPos ); in CalcInfoSize()310 m_aInfoFT ( this, IDEResId( FT_DEF_INFO ) ), in SetDefaultLanguageDialog()[all …]
67 FixedText m_aInfoFT; member in ManageLanguageDialog100 FixedText m_aInfoFT; member in SetDefaultLanguageDialog