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.cxx277 …int nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownIndex : 0; in Read_F_FormListBox()
320 …sal_Int32 nIndex = aFormula.fDropdownIndex < aFormula.maListEntries.size() ? aFormula.fDropdownInd… in Read_F_FormListBox()
2287 fDropdownIndex = (nHeaderByte & 0x7C) >> 2; in FormulaRead()
2580 if (fDropdownIndex < nLen) in Import()
2582 aTmp <<= aListSource[fDropdownIndex]; in Import()
H A Dww8par.hxx578 : OCX_Control(rN), rRdr(rR), fUnknown(0), fDropdownIndex(0), in WW8FormulaControl()
584 sal_uInt8 fDropdownIndex:6; member in WW8FormulaControl

Completed in 93 milliseconds