Home
last modified time | relevance | path

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

/aoo42x/main/svl/source/misc/
H A Dinettype.cxx86 SvStringsSort m_aTypeNameMap; // map TypeName to TypeID, Extension member in unnamed_svl_inettype::Registration
636 {for (sal_uInt16 i = 0; i < m_aTypeNameMap.Count(); ++i) in ~Registration()
637 delete static_cast< TypeNameMapEntry * >(m_aTypeNameMap.GetObject(i)); in ~Registration()
639 m_aTypeNameMap.Remove(sal_uInt16(0), m_aTypeNameMap.Count()); in ~Registration()
657 if (m_pRegistration->m_aTypeNameMap.Seek_Entry(&aTheTypeName, &nPos)) in getExtensionEntry()
659 m_aTypeNameMap. in getExtensionEntry()
697 m_pRegistration->m_aTypeNameMap.Insert(pTypeNameMapEntry); in RegisterContentType()
720 return m_pRegistration->m_aTypeNameMap.Seek_Entry(&aTheTypeName, &nPos) ? in GetContentType()
722 m_aTypeNameMap. in GetContentType()
764 return m_pRegistration->m_aTypeNameMap.Seek_Entry(&aTheTypeName, &nPos) ? in GetExtension()
[all …]

Completed in 15 milliseconds