Lines Matching refs:pMsg

645     INetMessage *pMsg = GetSourceMessage ();  in GetMsgLine()  local
646 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
648 if (pMsg->GetDocumentLB() == NULL) return 0; in GetMsgLine()
649 if (pMsgStrm == NULL) pMsgStrm = new SvStream (pMsg->GetDocumentLB()); in GetMsgLine()
866 INetMessage *pMsg = GetTargetMessage(); in PutMsgLine() local
867 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
869 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()
928 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
933 pMsg->SetDocumentSize (nDocSiz + nWrite); in PutMsgLine()
994 INetMessage *pMsg = GetSourceMessage (); in GetMsgLine() local
995 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
997 if (pMsg->GetDocumentLB() == NULL) return 0; in GetMsgLine()
998 if (pMsgStrm == NULL) pMsgStrm = new SvStream (pMsg->GetDocumentLB()); in GetMsgLine()
1196 INetMessage *pMsg = GetTargetMessage (); in PutMsgLine() local
1197 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
1199 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()
1214 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
1219 pMsg->SetDocumentSize (nDocSiz + nWrite); in PutMsgLine()
1232 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
1237 pMsg->SetDocumentSize (nDocSiz + nWrite); in PutMsgLine()
1362 INetMIMEMessage *pMsg = GetSourceMessage(); in GetMsgLine() local
1363 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in GetMsgLine()
1371 if (pMsg->GetParent()) in GetMsgLine()
1373 String aPCT (pMsg->GetParent()->GetContentType()); in GetMsgLine()
1375 pMsg->SetMIMEVersion ( in GetMsgLine()
1378 pMsg->SetMIMEVersion (String()); in GetMsgLine()
1382 pMsg->SetMIMEVersion (String(CONSTASCII_STRINGPARAM("1.0"))); in GetMsgLine()
1386 String aContentType (pMsg->GetContentType()); in GetMsgLine()
1391 pMsg->GetDefaultContentType (aDefaultType); in GetMsgLine()
1397 pMsg->SetContentType (String()); in GetMsgLine()
1402 String aEncoding (pMsg->GetContentTransferEncoding()); in GetMsgLine()
1421 pMsg->GetDefaultContentType (aContentType); in GetMsgLine()
1430 pMsg->SetContentTransferEncoding ( in GetMsgLine()
1436 pMsg->SetContentTransferEncoding ( in GetMsgLine()
1442 pMsg->SetContentTransferEncoding (String()); in GetMsgLine()
1461 if (pMsg->IsContainer()) in GetMsgLine()
1468 INetMIMEMessage *pChild = pMsg->GetChild (nChildIndex); in GetMsgLine()
1478 if (pMsg->IsMultipart()) in GetMsgLine()
1482 aDelim += pMsg->GetMultipartBoundary(); in GetMsgLine()
1496 if (pMsg->IsMultipart()) in GetMsgLine()
1500 aDelim += pMsg->GetMultipartBoundary(); in GetMsgLine()
1530 if (pMsg->GetDocumentLB() == NULL) in GetMsgLine()
1563 pEncodeStrm->SetSourceMessage (pMsg); in GetMsgLine()
1596 INetMIMEMessage *pMsg = GetTargetMessage(); in PutMsgLine() local
1597 if (pMsg == NULL) return INETSTREAM_STATUS_ERROR; in PutMsgLine()
1608 pMsg->SetHeaderParsed(); in PutMsgLine()
1610 if (pMsg->IsContainer()) in PutMsgLine()
1614 if (pMsg->IsMessage()) in PutMsgLine()
1619 pMsg->SetChildCount( pMsg->GetChildCount() + 1); in PutMsgLine()
1623 pMsg->AttachChild( *pNewMessage, sal_True ); in PutMsgLine()
1647 if (pMsg->GetMultipartBoundary().Len() == 0) in PutMsgLine()
1651 pMsg->GetContentType(), RTL_TEXTENCODING_ASCII_US); in PutMsgLine()
1662 pMsg->SetMultipartBoundary (aBoundary); in PutMsgLine()
1665 ByteString aPlainDelim (pMsg->GetMultipartBoundary()); in PutMsgLine()
1729 pMsg->SetChildCount(pMsg->GetChildCount() + 1); in PutMsgLine()
1736 pMsg->AttachChild( *pNewMessage, sal_True ); in PutMsgLine()
1774 if (pMsg->GetContentType().Len() == 0) in PutMsgLine()
1777 pMsg->GetDefaultContentType (aDefaultCT); in PutMsgLine()
1778 pMsg->SetContentType (aDefaultCT); in PutMsgLine()
1783 String aEncoding (pMsg->GetContentTransferEncoding()); in PutMsgLine()
1808 pDecodeStrm->SetTargetMessage (pMsg); in PutMsgLine()