Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:iIndex

188       int iIndex = GetDefaultSelectedItem();
189 if (iIndex >= 0)
190 csValue = GetOptionLabel(iIndex);
195 SetItemSelection(iIndex, true);
359 int iIndex = FindOptionValue(csValue);
360 if (iIndex < 0) {
370 SetItemSelection(iIndex, true);
378 int iIndex = FindOptionValue(value);
379 if (iIndex < 0)
382 if (bDefault && iIndex == GetDefaultSelectedItem())
390 SetItemSelection(iIndex, true);
474 int iIndex = GetSelectedIndex(0);
475 if (iIndex >= 0)
476 csValue = GetOptionLabel(iIndex);
687 int iIndex = GetSelectedIndex(0);
688 if (iIndex >= 0)
689 csValue = GetOptionLabel(iIndex);
885 int iIndex = GetSelectedIndex(0);
886 if (iIndex >= 0)
887 csValue = GetOptionLabel(iIndex);