Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx273 if (!aFormula.maListEntries.empty()) in Read_F_FormListBox()
275 aFld.SetItems(aFormula.maListEntries); in Read_F_FormListBox()
276 …int nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownIndex : 0; in Read_F_FormListBox()
277 aFld.SetSelectedItem(aFormula.maListEntries[nIndex]); in Read_F_FormListBox()
316 uno::Sequence< ::rtl::OUString > vListEntries(aFormula.maListEntries.size()); in Read_F_FormListBox()
317 …::std::copy(aFormula.maListEntries.begin(), aFormula.maListEntries.end(), ::comphelper::stl_begin(… in Read_F_FormListBox()
319 …sal_Int32 nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownInd… in Read_F_FormListBox()
2385 maListEntries.reserve(nNoStrings); in FormulaRead()
2390 maListEntries.push_back(sEntry); in FormulaRead()
2570 if (!maListEntries.empty()) in Import()
[all …]
H A Dww8par.hxx601 std::vector<String> maListEntries; member in WW8FormulaControl