Searched refs:m_nBlockLen (Results 1 – 3 of 3) sorted by relevance
37 ,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 …]
52 sal_Int32 m_nBlockLen; member in utl::OStreamSection
53 sal_Int32 m_nBlockLen; member in comphelper::OStreamSection
Completed in 13 milliseconds