Home
last modified time | relevance | path

Searched refs:aListItemsLB (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/fldui/
H A Dfldfunc.cxx90 aListItemsLB( this, SW_RES( LB_LISTITEMS )), in SwFldFuncPage()
178 aListItemsLB.SetSelectHdl(aListEnableLk); in Reset()
279 aListItemsLB.Show(bDropDown); in IMPL_LINK()
295 aListItemsLB.Clear(); in IMPL_LINK()
468 aListItemsLB.SetUpdateMode(sal_False); in IMPL_LINK()
473 aListItemsLB.InsertEntry(sEntry); in IMPL_LINK()
474 aListItemsLB.SelectEntry(sEntry); in IMPL_LINK()
476 else if(aListItemsLB.GetSelectEntryCount()) in IMPL_LINK()
481 aListItemsLB.RemoveEntry(nSelPos); in IMPL_LINK()
508 aListItemsLB.SetUpdateMode(sal_True); in IMPL_LINK()
[all …]
H A DDropDownFieldDialog.cxx52 aListItemsLB( this, SW_RES( LB_LISTITEMS )), in DropDownFieldDialog()
88 aListItemsLB.InsertEntry(pArray[i]); in DropDownFieldDialog()
89 aListItemsLB.SelectEntry(pDropField->GetSelectedItem()); in DropDownFieldDialog()
95 aListItemsLB.GrabFocus(); in DropDownFieldDialog()
111 String sSelect = aListItemsLB.GetSelectEntry(); in Apply()
H A Dfldfunc.hxx65 ListBox aListItemsLB; member in SwFldFuncPage
/aoo4110/main/sw/source/ui/inc/
H A DDropDownFieldDialog.hxx45 ListBox aListItemsLB; member in sw::DropDownFieldDialog

Completed in 39 milliseconds