Fix bugs in HWPX/HWPML conversion

This commit is contained in:
Green
2025-09-27 17:56:13 +03:00
parent 49fc001aa3
commit 2cd69351c7
11 changed files with 279 additions and 115 deletions

View File

@ -17,8 +17,10 @@ ENoteNumbering GetNoteNumbering(int nValue)
CNoteShape::CNoteShape()
{}
CNoteShape::CNoteShape(CXMLReader& oReader)
{}
CNoteShape::CNoteShape(CXMLReader& oReader, EHanType eType)
{
//TODO:: реализовать
}
CNoteShape* CNoteShape::Parse(int nLevel, int nSize, CHWPStream& oBuffer, int nOff, int nVersion)
{