The writing code for converting hwp format and fixed bugs

This commit is contained in:
Green
2024-12-23 15:15:24 +03:00
parent 4a110d68c1
commit bb33e70b3e
74 changed files with 1722 additions and 248 deletions

View File

@ -89,7 +89,7 @@ bool CCompoundFile::Read(const CDirectoryEntry& oEntry, CHWPStream& oBuffer)
if (oEntry.GetStreamSize() < m_nMiniStreamCutoffSize)
{
if ( m_arDirectoryEntries.empty())
if (m_arDirectoryEntries.empty())
return false;
arStreamContainerSectors = m_arDirectoryEntries.at(0)->GetSecNums();
@ -509,7 +509,6 @@ void CCompoundFile::ParseDirectorySector(CHWPStream& oBuffer)
{
oBuffer.MoveTo(64 + nIndex);
//TODO:: проверить данный момент
short shEntryNameLen;
STRING sDirectiryEnryName;