Searched refs:strMediaType (Results 1 – 6 of 6) sorted by relevance
42 bool CMediaTypes::IsMediaType(const std::string &strMediaType, const MediaType &mediaType) in IsMediaType() argument44 std::map<std::string, MediaTypeInfo>::const_iterator strMediaTypeIt = findMediaType(strMediaType); in IsMediaType()51 MediaType CMediaTypes::FromString(const std::string &strMediaType) in FromString() argument53 std::map<std::string, MediaTypeInfo>::const_iterator mediaTypeIt = findMediaType(strMediaType); in FromString()80 std::string strMediaType = mediaType; in findMediaType() local81 StringUtils::ToLower(strMediaType); in findMediaType()83 std::map<std::string, MediaTypeInfo>::const_iterator it = m_mediaTypes.find(strMediaType); in findMediaType()89 if (strMediaType.compare(it->second.plural) == 0) in findMediaType()
34 static bool IsMediaType(const std::string &strMediaType, const MediaType &mediaType);35 static MediaType FromString(const std::string &strMediaType);
1721 public static string DataToDataUri(byte[] pbData, string strMediaType) in DataToDataUri() argument1725 if(strMediaType == null) strMediaType = "application/octet-stream"; in DataToDataUri()1728 return ("data:" + strMediaType + ";base64," + Convert.ToBase64String( in DataToDataUri()1731 return ("data:" + strMediaType + ";base64," + Convert.ToBase64String( in DataToDataUri()
1061 static const OUStringLiteral strMediaType( u"MediaType" ); in exportTo() local1080 pattribs[ 1 ].Name = strMediaType; in exportTo()
1068 const OUString strMediaType( "MediaType" ); in exportTo() local1087 pattribs[ 1 ].Name = strMediaType; in exportTo()
1076 const OUString strMediaType = "MediaType" ; in ExportAsPackage() local1084 { strMediaType, Any(strBasicMediaType) } in ExportAsPackage()