Home
last modified time | relevance | path

Searched refs:aNumFormatLB (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dfldvar.cxx66 aNumFormatLB (this, SW_RES(LB_VARNUMFORMAT)), in SwFldVarPage()
95 aNumFormatLB.SetShowLanguageControl(sal_True); in SwFldVarPage()
143 aNumFormatLB.SetAutomaticLanguage( pCurField->IsAutomaticLanguage() ); in Reset()
151 aNumFormatLB.SetLanguage( pFormat->GetLanguage() ); in Reset()
163 aNumFormatLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset()
196 nOldFormat = aNumFormatLB.GetFormat(); in Reset()
266 aNumFormatLB.SetUpdateMode(sal_False); in IMPL_LINK()
295 aNumFormatLB.SelectEntryPos( 0 ); in IMPL_LINK()
328 aNumFormatLB.Clear(); in IMPL_LINK()
329 sal_uInt16 nPos = aNumFormatLB.InsertEntry( SW_RESSTR( FMT_SETVAR_TEXT ), 0 ); in IMPL_LINK()
[all …]
H A Dflddok.cxx77 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()
[all …]
H A Dflddb.cxx79 aNumFormatLB(this, SW_RES(LB_DBNUMFORMAT)), in SwFldDBPage()
86 aOldNumSelectHdl = aNumFormatLB.GetSelectHdl(); in SwFldDBPage()
88 aNumFormatLB.SetSelectHdl(LINK(this, SwFldDBPage, NumSelectHdl)); in SwFldDBPage()
254 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
352 aNumFormatLB.Show(); in IMPL_LINK()
361 aNumFormatLB.SetDefFormat(GetCurField()->GetFormat()); in IMPL_LINK()
388 aNumFormatLB.Hide(); in IMPL_LINK()
411 aNumFormatLB.Enable(bDBFormat); in IMPL_LINK()
516 aNumFormatLB.Enable(bNumFormat); in IMPL_LINK()
H A Dflddok.hxx55 NumFormatListBox aNumFormatLB; member in SwFldDokPage
H A Dflddb.hxx59 NumFormatListBox aNumFormatLB; member in SwFldDBPage
H A Dfldvar.hxx78 NumFormatListBox aNumFormatLB; member in SwFldVarPage