Home
last modified time | relevance | path

Searched refs:m_nDocSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx115 sal_uIntPtr m_nDocSize; member in INetMessage
171 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()
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx152 rStrm << static_cast<sal_uInt32>(m_nDocSize); in operator <<()
170 m_nDocSize = 0; in operator >>()
178 m_nDocSize = nTemp; in operator >>()

Completed in 20 milliseconds