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.cxx35 const char *GetEnglishFieldName(eField eIndex) throw() in GetEnglishFieldName() argument
140 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()
H A Dfields.hxx149 const char *GetEnglishFieldName(eField eIndex) throw();
H A Dwrtww8.hxx1503 String FieldString(ww::eField eIndex);
H A Dww8atr.cxx2475 String FieldString(ww::eField eIndex) in FieldString() argument
2478 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()

Completed in 56 milliseconds