Lines Matching refs:aNumFormatLB
77 aNumFormatLB (this, SW_RES(LB_DOKNUMFORMAT)), in SwFldDokPage()
89 aNumFormatLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, NumFormatHdl)); in SwFldDokPage()
95 aNumFormatLB.SetShowLanguageControl(sal_True); in SwFldDokPage()
161 aNumFormatLB.SetAutomaticLanguage(pCurField->IsAutomaticLanguage()); in Reset()
169 aNumFormatLB.SetLanguage(pFormat->GetLanguage()); in Reset()
417 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK()
419 if (aNumFormatLB.GetFormatType() == (NUMBERFORMAT_DATE|NUMBERFORMAT_TIME)) in IMPL_LINK()
423 aNumFormatLB.SetFormatType(0); in IMPL_LINK()
424 aNumFormatLB.SetFormatType(nFmtType); in IMPL_LINK()
426 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK()
430 aNumFormatLB.SetFormatType(nFmtType); in IMPL_LINK()
432 aNumFormatLB.SetOneArea(bOneArea); in IMPL_LINK()
436 aNumFormatLB.Show(bNumFmt); in IMPL_LINK()
452 aNumFormatLB.SetSizePixel(aSz); in IMPL_LINK()
461 if (aNumFormatLB.GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
462 aNumFormatLB.SelectEntryPos(0); in IMPL_LINK()
646 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
685 InsertFld( nTypeId, nSubType, aEmptyStr, aVal, nFormat, ' ', aNumFormatLB.IsAutomaticLanguage() ); in FillItemSet()