Lines Matching refs:INetMIMEMessage

994 INetMIMEMessage::INetMIMEMessage (void)  in INetMIMEMessage()  function in INetMIMEMessage
1004 INetMIMEMessage::INetMIMEMessage (const INetMIMEMessage& rMsg) in INetMIMEMessage() function in INetMIMEMessage
1014 INetMIMEMessage& INetMIMEMessage::operator= ( in operator =()
1015 const INetMIMEMessage& rMsg) in operator =()
1034 INetMIMEMessage::~INetMIMEMessage (void) in ~INetMIMEMessage()
1043 void INetMIMEMessage::CleanupImp (void) in CleanupImp()
1045 INetMIMEMessage *pChild = NULL; in CleanupImp()
1046 while ((pChild = (INetMIMEMessage *)(aChildren.Remove())) != NULL) in CleanupImp()
1053 void INetMIMEMessage::CopyImp (const INetMIMEMessage& rMsg) in CopyImp()
1066 INetMIMEMessage *pChild = in CopyImp()
1067 (INetMIMEMessage *)(rMsg.aChildren.GetObject (i)); in CopyImp()
1081 INetMIMEMessage *INetMIMEMessage::CreateMessage ( in CreateMessage()
1082 const INetMIMEMessage& rMsg) const in CreateMessage()
1084 return (new INetMIMEMessage (rMsg)); in CreateMessage()
1091 sal_uIntPtr INetMIMEMessage::SetHeaderField ( in SetHeaderField()
1240 void INetMIMEMessage::SetMIMEVersion (const UniString& rVersion) in SetMIMEVersion()
1248 void INetMIMEMessage::SetContentDescription (const String& rDescription) in SetContentDescription()
1256 void INetMIMEMessage::SetContentDisposition (const String& rDisposition) in SetContentDisposition()
1264 void INetMIMEMessage::SetContentID (const String& rID) in SetContentID()
1272 void INetMIMEMessage::SetContentType (const String& rType) in SetContentType()
1280 void INetMIMEMessage::SetContentTransferEncoding ( in SetContentTransferEncoding()
1292 void INetMIMEMessage::GetDefaultContentType (String& rContentType) in GetDefaultContentType()
1327 sal_Bool INetMIMEMessage::EnableAttachChild (INetMessageContainerType eType) in EnableAttachChild()
1397 sal_Bool INetMIMEMessage::AttachChild ( in AttachChild()
1398 INetMIMEMessage& rChildMsg, sal_Bool bOwner) in AttachChild()
1414 sal_Bool INetMIMEMessage::DetachChild ( in DetachChild()
1415 sal_uIntPtr nIndex, INetMIMEMessage& rChildMsg) const in DetachChild()
1607 SvStream& INetMIMEMessage::operator<< (SvStream& rStrm) const in operator <<()
1627 SvStream& INetMIMEMessage::operator>> (SvStream& rStrm) in operator >>()