Searched refs:GetDocumentLB (Results 1 – 3 of 3) sorted by relevance
373 if (pSourceMsg->GetDocumentLB()) in GetMsgLine()376 pMsgStrm = new SvStream (pSourceMsg->GetDocumentLB()); in GetMsgLine()413 PTR_CAST (SvOpenLockBytes, pTargetMsg->GetDocumentLB()); in ~INetMessageOStream()558 PTR_CAST(SvOpenLockBytes, pTargetMsg->GetDocumentLB()); in PutMsgLine()648 if (pMsg->GetDocumentLB() == NULL) return 0; in GetMsgLine()649 if (pMsgStrm == NULL) pMsgStrm = new SvStream (pMsg->GetDocumentLB()); in GetMsgLine()869 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()997 if (pMsg->GetDocumentLB() == NULL) return 0; in GetMsgLine()998 if (pMsgStrm == NULL) pMsgStrm = new SvStream (pMsg->GetDocumentLB()); in GetMsgLine()1199 SvOpenLockBytes * pLB = PTR_CAST(SvOpenLockBytes, pMsg->GetDocumentLB()); in PutMsgLine()[all …]
1420 if (GetDocumentLB() == NULL) return sal_False; in DetachChild()1421 SvStream *pDocStrm = new SvStream (GetDocumentLB()); in DetachChild()
227 SvLockBytes* GetDocumentLB (void) const { return m_xDocLB; } in GetDocumentLB() function in INetMessage
Completed in 22 milliseconds