Home
last modified time | relevance | path

Searched refs:eIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dfields.cxx34 const char *GetEnglishFieldName(eField eIndex) throw() in GetEnglishFieldName() argument
139 size_t nIndex = static_cast<size_t>(eIndex); in GetEnglishFieldName()
141 eIndex = eNONE; in GetEnglishFieldName()
142 ASSERT(eIndex != eNONE, "Unknown WinWord Field, let cmc know"); in GetEnglishFieldName()
143 return aFieldNames[eIndex]; in GetEnglishFieldName()
H A Dfields.hxx148 const char *GetEnglishFieldName(eField eIndex) throw();
H A Dwrtww8.hxx1502 String FieldString(ww::eField eIndex);
H A Dww8atr.cxx2474 String FieldString(ww::eField eIndex) in FieldString() argument
2477 if (const char *pField = ww::GetEnglishFieldName(eIndex)) in FieldString()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java1160 int eIndex = str.indexOf('>', sIndex + 8 ); in hack() local
1162 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()
/trunk/main/forms/source/component/
H A DListBox.cxx1117 eIndex, /// as index of the selected entry enumerator
1130 return eIndex; in lcl_getCurrentExchangeType()
1174 case eIndex: in translateExternalValueToControlValue()
1314 case eIndex: in translateControlValueToExternalValue()