Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/misc/
H A Dinettype.cxx91 Registration(): m_nNextDynamicID(CONTENT_TYPE_LAST + 1) {} in Registration()
146 MediaTypeEntry const aStaticTypeNameMap[CONTENT_TYPE_LAST + 1]
336 sal_uInt16 const aStaticResourceIDMap[CONTENT_TYPE_LAST + 1]
864 else if (eTypeID > CONTENT_TYPE_LAST) in RegisterContentType()
896 CONTENT_TYPE_LAST + 1); in GetContentType()
911 static sal_Char const * aMap[CONTENT_TYPE_LAST + 1]; in GetContentType()
915 for (sal_Size i = 0; i <= CONTENT_TYPE_LAST; ++i) in GetContentType()
924 UniString aTypeName = eTypeID <= CONTENT_TYPE_LAST ? in GetContentType()
943 if (eTypeID <= CONTENT_TYPE_LAST) in GetPresentation()
961 CONTENT_TYPE_LAST + 1); in GetExtension()
/AOO41X/main/svl/inc/svl/
H A Dinettype.hxx335 CONTENT_TYPE_LAST = CONTENT_TYPE_APP_VND_SUN_XML_IMPRESSPACKED enumerator