Lines Matching refs:pLangBox
979 SvxLanguageBox* pLangBox = NULL; in Reset_Impl() local
992 pLangBox = m_pWestFontLanguageLB; in Reset_Impl()
1004 pLangBox = m_pEastFontLanguageLB; in Reset_Impl()
1016 pLangBox = m_pCTLFontLanguageLB; in Reset_Impl()
1148 pLangBox->SetNoSelection(); in Reset_Impl()
1155 pLangBox->Hide(); in Reset_Impl()
1161 pLangBox->Disable(); in Reset_Impl()
1171 pLangBox->SelectLanguage( eLangType ); in Reset_Impl()
1184 pLangBox->SaveValue(); in Reset_Impl()
1196 SvxLanguageBox* pLangBox = NULL; in FillItemSet_Impl() local
1206 pLangBox = m_pWestFontLanguageLB; in FillItemSet_Impl()
1214 pLangBox = m_pEastFontLanguageLB; in FillItemSet_Impl()
1222 pLangBox = m_pCTLFontLanguageLB; in FillItemSet_Impl()
1436 sal_uInt16 nLangPos = pLangBox->GetSelectEntryPos(); in FillItemSet_Impl()
1437 LanguageType eLangType = (LanguageType)(sal_uLong)pLangBox->GetEntryData( nLangPos ); in FillItemSet_Impl()
1448 bChanged = ( pLangBox->GetSavedValue() == LISTBOX_ENTRY_NOTFOUND ); in FillItemSet_Impl()