Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx276 …int nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownIndex : 0; in Read_F_FormListBox()
319 …sal_Int32 nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownInd… in Read_F_FormListBox()
2286 fDropdownIndex = (nHeaderByte & 0x7C) >> 2; in FormulaRead()
2579 if (fDropdownIndex < nLen) in Import()
2581 aTmp <<= aListSource[fDropdownIndex]; in Import()
H A Dww8par.hxx577 : OCX_Control(rN), rRdr(rR), fUnknown(0), fDropdownIndex(0), in WW8FormulaControl()
583 sal_uInt8 fDropdownIndex:6; member in WW8FormulaControl