Home
last modified time | relevance | path

Searched refs:s_sElementTranslations (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx122 OElementNameMap::MapString2Element OElementNameMap::s_sElementTranslations; member in xmloff::OElementNameMap
136 if ( s_sElementTranslations.empty() ) in getElementType()
139 s_sElementTranslations[::rtl::OUString::createFromAscii(getElementName(eType))] = eType; in getElementType()
141 ConstMapString2ElementIterator aPos = s_sElementTranslations.find(_rName); in getElementType()
142 if (s_sElementTranslations.end() != aPos) in getElementType()
H A Delementimport.hxx64 static MapString2Element s_sElementTranslations; member in xmloff::OElementNameMap

Completed in 97 milliseconds