Home
last modified time | relevance | path

Searched refs:pMsgStrm (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/inet/
H A Dinetstrm.cxx50 SvStream *pMsgStrm; member in INetMessageEncodeQPStream_Impl
101 SvStream *pMsgStrm; member in INetMessageEncode64Stream_Impl
252 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 …]
H A Dinetmsg.cxx1429 INetMIMEMessageStream *pMsgStrm = NULL; in DetachChild() local
1463 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 …]
/AOO41X/main/tools/inc/tools/
H A Dinetstrm.hxx134 SvStream *pMsgStrm; member in INetMessageIStream