Searched refs:m_pCheckLangLB (Results 1 – 2 of 2) sorted by relevance
309 m_pCheckLangLB ( NULL ), in SetDefaultLanguageDialog()323 m_pCheckLangLB = new SvxCheckListBox( this, IDEResId( LB_ADD_LANGUAGE ) ); in SetDefaultLanguageDialog()338 delete m_pCheckLangLB; in ~SetDefaultLanguageDialog()358 m_pCheckLangLB->InsertEntry( in FillLanguageBox()386 : dynamic_cast< Window* >( m_pCheckLangLB ); in CalcInfoSize()400 sal_Int32 nSize = bNotLocalized ? 1 : m_pCheckLangLB->GetCheckedEntryCount(); in GetLocales()410 sal_uInt16 i, nCount = static_cast< sal_uInt16 >( m_pCheckLangLB->GetEntryCount() ); in GetLocales()414 if ( m_pCheckLangLB->IsChecked(i) ) in GetLocales()416 LanguageType eType = LanguageType( (sal_uLong)m_pCheckLangLB->GetEntryData(i) ); in GetLocales()
99 SvxCheckListBox* m_pCheckLangLB; member in SetDefaultLanguageDialog
Completed in 14 milliseconds