Home
last modified time | relevance | path

Searched refs:maListEntries (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par3.cxx274 if (!aFormula.maListEntries.empty()) in Read_F_FormListBox()
276 aFld.SetItems(aFormula.maListEntries); in Read_F_FormListBox()
277 …int nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownIndex : … in Read_F_FormListBox()
278 aFld.SetSelectedItem(aFormula.maListEntries[nIndex]); in Read_F_FormListBox()
317 uno::Sequence< ::rtl::OUString > vListEntries(aFormula.maListEntries.size()); in Read_F_FormListBox()
318 …::std::copy(aFormula.maListEntries.begin(), aFormula.maListEntries.end(), ::comphelper::stl_begin(… in Read_F_FormListBox()
320 …sal_Int32 nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownIn… in Read_F_FormListBox()
2386 maListEntries.reserve(nNoStrings); in FormulaRead()
2391 maListEntries.push_back(sEntry); in FormulaRead()
2571 if (!maListEntries.empty()) in Import()
[all …]
H A Dww8par.hxx602 std::vector<String> maListEntries; member in WW8FormulaControl