Add Mdxmbrprop bin structs

This commit is contained in:
Viktor Andreev
2024-07-11 19:22:48 +06:00
parent a452a20049
commit f1d932c084
8 changed files with 407 additions and 2 deletions

View File

@ -705,6 +705,8 @@ SOURCES += \
../../../XlsbFormat/Biff12_records/EndEsmdx.cpp \
../../../XlsbFormat/Biff12_records/BeginMdx.cpp \
../../../XlsbFormat/Biff12_records/EndMdx.cpp \
../../../XlsbFormat/Biff12_records/BeginMdxMbrProp.h \
../../../XlsbFormat/Biff12_records/EndMdxMbrProp.h \
### Biff12_structures
../../../XlsbFormat/Biff12_structures/LPByteBuf.cpp \
../../../XlsbFormat/Biff12_structures/IsoPasswordData.cpp \
@ -1083,6 +1085,7 @@ SOURCES += \
../../../XlsbFormat/Biff12_unions/ESMDB.cpp \
../../../XlsbFormat/Biff12_unions/ESMDX.cpp \
../../../XlsbFormat/Biff12_unions/MDX.cpp \
../../../XlsbFormat/Biff12_unions/MDXMBRPROP.cpp \
}
HEADERS += \
../../../XlsbFormat/Biff12_unions/COMMENTS.h \
@ -1762,6 +1765,8 @@ HEADERS += \
../../../XlsbFormat/Biff12_records/EndEsmdx.h \
../../../XlsbFormat/Biff12_records/BeginMdx.h \
../../../XlsbFormat/Biff12_records/EndMdx.h \
../../../XlsbFormat/Biff12_records/BeginMdxMbrProp.h \
../../../XlsbFormat/Biff12_records/EndMdxMbrProp.h \
### Biff12_structures
../../../XlsbFormat/Biff12_structures/ACProductVersion.h \
../../../XlsbFormat/Biff12_structures/Blxf.h \
@ -2139,4 +2144,5 @@ HEADERS += \
../../../XlsbFormat/Biff12_unions/ESSTR.h \
../../../XlsbFormat/Biff12_unions/ESMDB.h \
../../../XlsbFormat/Biff12_unions/ESMDX.h \
../../../XlsbFormat/Biff12_unions/MDX.h \
../../../XlsbFormat/Biff12_unions/MDX.h \
../../../XlsbFormat/Biff12_unions/MDXMBRPROP.cpp \