Searched refs:pMsgStrm (Results 1 – 3 of 3) sorted by relevance
50 SvStream *pMsgStrm; member in INetMessageEncodeQPStream_Impl101 SvStream *pMsgStrm; member in INetMessageEncode64Stream_Impl252 pMsgStrm (NULL), in INetMessageIStream()267 delete pMsgStrm; in ~INetMessageIStream()375 if (pMsgStrm == NULL) in GetMsgLine()376 pMsgStrm = new SvStream (pSourceMsg->GetDocumentLB()); in GetMsgLine()378 sal_uIntPtr nRead = pMsgStrm->Read (pWBuf, (pWEnd - pWBuf)); in GetMsgLine()615 pMsgStrm (NULL), in INetMessageEncodeQPStream_Impl()635 delete pMsgStrm; in ~INetMessageEncodeQPStream_Impl()649 if (pMsgStrm == NULL) pMsgStrm = new SvStream (pMsg->GetDocumentLB()); in GetMsgLine()[all …]
1429 INetMIMEMessageStream *pMsgStrm = NULL; in DetachChild() local1463 if (pMsgStrm == NULL) in DetachChild()1466 pMsgStrm = new INetMIMEMessageStream; in DetachChild()1467 pMsgStrm->SetTargetMessage (&rChildMsg); in DetachChild()1471 int status = pMsgStrm->Write ( in DetachChild()1477 delete pMsgStrm; in DetachChild()1531 if (pMsgStrm) in DetachChild()1549 pMsgStrm = new INetMIMEMessageStream; in DetachChild()1550 pMsgStrm->SetTargetMessage (&rChildMsg); in DetachChild()1561 int status = pMsgStrm->Write ( in DetachChild()[all …]
134 SvStream *pMsgStrm; member in INetMessageIStream