XlsFormat ...

This commit is contained in:
ElenaSubbotina
2017-06-27 16:33:25 +03:00
parent f632855006
commit d405cd4e83
27 changed files with 194 additions and 74 deletions

View File

@ -772,6 +772,8 @@ SOURCES += \
../XlsFormat/Logic/Biff_structures/AFDOperXNum.cpp \
../XlsFormat/Logic/Biff_unions/IMDATAOBJECT.cpp \
../XlsFormat/Logic/Biff_records/IMDATA.cpp \
../XlsFormat/Logic/Biff_structures/PBT.cpp \
../XlsFormat/Logic/Biff_structures/FontInfo.cpp \
../XlsFormat/Logic/Biff_structures/CFDatabar.cpp \
../XlsFormat/Logic/Biff_structures/CFGradient.cpp
}
@ -1392,6 +1394,8 @@ HEADERS += \
../XlsFormat/Logic/Biff_structures/DConnStringSequence.h \
../XlsFormat/Logic/Biff_structures/TxtWf.h \
../XlsFormat/Logic/Biff_structures/Xnum.h \
../XlsFormat/Logic/Biff_structures/PBT.h \
../XlsFormat/Logic/Biff_structures/FontInfo.h \
../XlsFormat/Logic/Biff_structures/ODRAW/IMsoArray.h \
../XlsFormat/Logic/Biff_structures/ODRAW/MSOCR.h \
../XlsFormat/Logic/Biff_structures/ODRAW/MSO_enums.h \

View File

@ -765,3 +765,5 @@
#include "../XlsFormat/Logic/Biff_structures/DConnStringSequence.cpp"
#include "../XlsFormat/Logic/Biff_structures/TxtWf.cpp"
#include "../XlsFormat/Logic/Biff_structures/Xnum.cpp"
#include "../XlsFormat/Logic/Biff_structures/PBT.cpp"
#include "../XlsFormat/Logic/Biff_structures/FontInfo.cpp"