Searched refs:eIndex (Results 1 – 6 of 6) sorted by relevance
35 const char *GetEnglishFieldName(eField eIndex) throw() in GetEnglishFieldName() argument140 size_t nIndex = static_cast<size_t>(eIndex); in GetEnglishFieldName()142 eIndex = eNONE; in GetEnglishFieldName()143 ASSERT(eIndex != eNONE, "Unknown WinWord Field, let cmc know"); in GetEnglishFieldName()144 return aFieldNames[eIndex]; in GetEnglishFieldName()
149 const char *GetEnglishFieldName(eField eIndex) throw();
1503 String FieldString(ww::eField eIndex);
2475 String FieldString(ww::eField eIndex) in FieldString() argument2478 if (const char *pField = ww::GetEnglishFieldName(eIndex)) in FieldString()
1160 int eIndex = str.indexOf('>', sIndex + 8 ); in hack() local1162 if (eIndex > -1) { in hack()1164 buffer.append(str.substring(eIndex + 1, str.length())); in hack()1173 eIndex = str.indexOf('>'); in hack()1174 if (eIndex>-1) { in hack()1175 buffer.append(str.substring(eIndex+1)); in hack()
1117 eIndex, /// as index of the selected entry enumerator1130 return eIndex; in lcl_getCurrentExchangeType()1174 case eIndex: in translateExternalValueToControlValue()1314 case eIndex: in translateControlValueToExternalValue()
Completed in 72 milliseconds