Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/misc/
H A Dinettype.cxx654 UniString aTheTypeName = rTypeName; in getExtensionEntry() local
655 aTheTypeName.ToLowerAscii(); in getExtensionEntry()
657 if (m_pRegistration->m_aTypeNameMap.Seek_Entry(&aTheTypeName, &nPos)) in getExtensionEntry()
683 UniString aTheTypeName = rTypeName; in RegisterContentType() local
684 aTheTypeName.ToLowerAscii(); in RegisterContentType()
687 pTypeIDMapEntry->m_aTypeName = aTheTypeName; in RegisterContentType()
693 TypeNameMapEntry * pTypeNameMapEntry = new TypeNameMapEntry(aTheTypeName); in RegisterContentType()
717 UniString aTheTypeName = rTypeName; in GetContentType() local
718 aTheTypeName.ToLowerAscii(); in GetContentType()
720 return m_pRegistration->m_aTypeNameMap.Seek_Entry(&aTheTypeName, &nPos) ? in GetContentType()
[all …]