mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Add Mdxmbrprop bin structs
This commit is contained in:
@ -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 \
|
||||
Reference in New Issue
Block a user