Home
last modified time | relevance | path

Searched refs:m_nBlockLen (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/unotools/inc/unotools/
H A Dstreamsection.hxx52 sal_Int32 m_nBlockLen; member in utl::OStreamSection
/trunk/main/comphelper/source/streaming/
H A Dstreamsection.cxx37 ,m_nBlockLen(-1) in OStreamSection()
42 m_nBlockLen = _rxInput->readLong(); in OStreamSection()
52 ,m_nBlockLen(-1) in OStreamSection()
60 m_nBlockLen = _nPresumedLength + sizeof(m_nBlockLen); in OStreamSection()
63 m_nBlockLen = 0; in OStreamSection()
64 m_xOutStream->writeLong(m_nBlockLen); in OStreamSection()
77 m_xInStream->skipBytes(m_nBlockLen); in ~OStreamSection()
83 if (m_nBlockLen && (m_nBlockLen == nRealBlockLength)) in ~OStreamSection()
88 m_nBlockLen = nRealBlockLength; in ~OStreamSection()
90 m_xOutStream->writeLong(m_nBlockLen); in ~OStreamSection()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dstreamsection.hxx53 sal_Int32 m_nBlockLen; member in comphelper::OStreamSection

Completed in 13 milliseconds