Lines Matching refs:aFormatLB
78 aFormatLB (this, SW_RES(LB_DOKINFFORMAT)), in SwFldDokInfPage()
95 aFormatLB.SetShowLanguageControl(sal_True); in SwFldDokInfPage()
138 aFormatLB.SetAutomaticLanguage(pCurField->IsAutomaticLanguage()); in Reset()
144 aFormatLB.SetLanguage(pFormat->GetLanguage()); in Reset()
226 aFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset()
279 aFormatLB.Clear(); in IMPL_LINK()
280 aFormatLB.Enable(sal_False); in IMPL_LINK()
322 if (aFormatLB.IsEnabled()) in IMPL_LINK()
323 nOldType = aFormatLB.GetFormatType(); in IMPL_LINK()
342 aFormatLB.Clear(); in IMPL_LINK()
348 aFormatLB.SetFormatType(nNewType); in IMPL_LINK()
349 aFormatLB.SetOneArea(bOneArea); in IMPL_LINK()
374 LanguageType eLang = aFormatLB.GetCurLanguage(); in IMPL_LINK()
381 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
386 aFormatLB.SetDefFormat(nFormat); in IMPL_LINK()
390 aFormatLB.Enable(bEnable); in IMPL_LINK()
393 if (bEnable && aFormatLB.GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
395 aFormatLB.SelectEntryPos(0); in IMPL_LINK()
485 nPos = aFormatLB.GetSelectEntryPos(); in FillItemSet()
487 nFormat = aFormatLB.GetFormat(); in FillItemSet()
494 ' ', aFormatLB.IsAutomaticLanguage()); in FillItemSet()