Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx198 UniString GetHeaderValue (sal_uIntPtr nIndex) const in GetHeaderValue() function in INetMessage
537 return GetHeaderValue (m_nIndex[INETMSG_MIME_VERSION]); in GetMIMEVersion()
543 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_DESCRIPTION]); in GetContentDescription()
549 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_DISPOSITION]); in GetContentDisposition()
555 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_ID]); in GetContentID()
561 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_TYPE]); in GetContentType()
567 return GetHeaderValue (m_nIndex[INETMSG_MIME_CONTENT_TRANSFER_ENCODING]); in GetContentTransferEncoding()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx209 UniString *pValue = new UniString (rMsg.GetHeaderValue(i)); in INetMessageHeaderIterator()