Searched refs:m_nDocSize (Results 1 – 2 of 2) sorted by relevance
115 sal_uIntPtr m_nDocSize; member in INetMessage171 INetMessage (void) : m_nDocSize(0) {} in INetMessage()175 : m_nDocSize (rMsg.m_nDocSize), in INetMessage()184 m_nDocSize = rMsg.m_nDocSize; in operator =()221 sal_uIntPtr GetDocumentSize (void) const { return m_nDocSize; } in GetDocumentSize()222 void SetDocumentSize (sal_uIntPtr nSize) { m_nDocSize = nSize; } in SetDocumentSize()
152 rStrm << static_cast<sal_uInt32>(m_nDocSize); in operator <<()170 m_nDocSize = 0; in operator >>()178 m_nDocSize = nTemp; in operator >>()
Completed in 19 milliseconds