Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/misc/
H A Dinettype.cxx97 static inline TypeIDMapEntry * getEntry(INetContentType eTypeID);
110 static UniString GetContentType(INetContentType eTypeID);
112 static UniString GetPresentation(INetContentType eTypeID);
129 inline TypeIDMapEntry * Registration::getEntry(INetContentType eTypeID) in getEntry() argument
134 m_aTypeIDMap.Get(eTypeID)) : in getEntry()
681 INetContentType eTypeID in RegisterContentType() local
691 m_pRegistration->m_aTypeIDMap.Insert(eTypeID, pTypeIDMapEntry); in RegisterContentType()
696 pTypeNameMapEntry->m_eTypeID = eTypeID; in RegisterContentType()
703 pExtensionMapEntry->m_eTypeID = eTypeID; in RegisterContentType()
707 return eTypeID; in RegisterContentType()
[all …]
/AOO41X/main/svl/inc/svl/
H A Dinettype.hxx354 static UniString GetContentType(INetContentType eTypeID);
356 static UniString GetPresentation(INetContentType eTypeID,
/AOO41X/main/svtools/source/contnr/
H A Dtemplwin.cxx245 INetContentType eTypeID = in fill() local
247 if ( eTypeID != CONTENT_TYPE_APP_OCTSTREAM ) { in fill()
248 aStr = INetContentTypes::GetPresentation( eTypeID, m_aLocale ); in fill()