Commit 02ece25a authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 435a27f6
......@@ -353,6 +353,22 @@ SOURCES += \
../XlsFormat/Logic/Biff_records/XFCRC.cpp \
../XlsFormat/Logic/Biff_records/XFExt.cpp \
../XlsFormat/Logic/Biff_records/YMult.cpp \
../XlsFormat/Logic/Biff_records/SxBool.cpp\
../XlsFormat/Logic/Biff_records/SXDB.cpp\
../XlsFormat/Logic/Biff_records/SXDBB.cpp \
../XlsFormat/Logic/Biff_records/SXDBEx.cpp \
../XlsFormat/Logic/Biff_records/SXDtr.cpp \
../XlsFormat/Logic/Biff_records/SxErr.cpp \
../XlsFormat/Logic/Biff_records/SXFDB.cpp \
../XlsFormat/Logic/Biff_records/SXFDBType.cpp \
../XlsFormat/Logic/Biff_records/SxFmla.cpp \
../XlsFormat/Logic/Biff_records/SXFormula.cpp \
../XlsFormat/Logic/Biff_records/SXInt.cpp \
../XlsFormat/Logic/Biff_records/SxName.cpp \
../XlsFormat/Logic/Biff_records/SxNil.cpp \
../XlsFormat/Logic/Biff_records/SXNum.cpp \
../XlsFormat/Logic/Biff_records/SXPair.cpp \
../XlsFormat/Logic/Biff_records/SXRng.cpp \
../XlsFormat/Logic/Biff_structures/AddinUdf.cpp \
../XlsFormat/Logic/Biff_structures/AF12Criteria.cpp \
../XlsFormat/Logic/Biff_structures/AFDOper.cpp \
......@@ -750,6 +766,13 @@ SOURCES += \
../XlsFormat/Logic/Biff_unions/UNKNOWNFRT.cpp \
../XlsFormat/Logic/Biff_unions/WINDOW.cpp \
../XlsFormat/Logic/Biff_unions/XFS.cpp \
../XlsFormat/Logic/Biff_unions/DBB.cpp \
../XlsFormat/Logic/Biff_unions/FDB.cpp \
../XlsFormat/Logic/Biff_unions/PIVOTCACHE.cpp \
../XlsFormat/Logic/Biff_unions/SXFMLA_bu.cpp \
../XlsFormat/Logic/Biff_unions/SXFORMULA_bu.cpp \
../XlsFormat/Logic/Biff_unions/SXOPER.cpp
../XlsFormat/Logic/Biff_unions/SXRANGE.cpp \
../XlsFormat/Logic/SummaryInformationStream/Structures/Property_Structures.cpp \
../XlsFormat/Logic/SummaryInformationStream/Structures/PropertyFactory.cpp \
../XlsFormat/Logic/SummaryInformationStream/Structures/PropertySet.cpp \
......
......@@ -340,6 +340,22 @@
#include "../XlsFormat/Logic/Biff_records/XFExt.cpp"
#include "../XlsFormat/Logic/Biff_records/YMult.cpp"
#include "../XlsFormat/Logic/Biff_records/FrtWrapper.cpp"
#include "../XlsFormat/Logic/Biff_records/SxBool.cpp"
#include "../XlsFormat/Logic/Biff_records/SXDB.cpp"
#include "../XlsFormat/Logic/Biff_records/SXDBB.cpp"
#include "../XlsFormat/Logic/Biff_records/SXDBEx.cpp"
#include "../XlsFormat/Logic/Biff_records/SXDtr.cpp"
#include "../XlsFormat/Logic/Biff_records/SxErr.cpp"
#include "../XlsFormat/Logic/Biff_records/SXFDB.cpp"
#include "../XlsFormat/Logic/Biff_records/SXFDBType.cpp"
#include "../XlsFormat/Logic/Biff_records/SxFmla.cpp"
#include "../XlsFormat/Logic/Biff_records/SXFormula.cpp"
#include "../XlsFormat/Logic/Biff_records/SXInt.cpp"
#include "../XlsFormat/Logic/Biff_records/SxName.cpp"
#include "../XlsFormat/Logic/Biff_records/SxNil.cpp"
#include "../XlsFormat/Logic/Biff_records/SXNum.cpp"
#include "../XlsFormat/Logic/Biff_records/SXPair.cpp"
#include "../XlsFormat/Logic/Biff_records/SXRng.cpp"
#include "../XlsFormat/Logic/Biff_structures/AddinUdf.cpp"
#include "../XlsFormat/Logic/Biff_structures/AF12Criteria.cpp"
......@@ -728,6 +744,13 @@
#include "../XlsFormat/Logic/Biff_unions/UNKNOWNFRT.cpp"
#include "../XlsFormat/Logic/Biff_unions/WINDOW.cpp"
#include "../XlsFormat/Logic/Biff_unions/XFS.cpp"
#include "../XlsFormat/Logic/Biff_unions/DBB.cpp"
#include "../XlsFormat/Logic/Biff_unions/FDB.cpp"
#include "../XlsFormat/Logic/Biff_unions/PIVOTCACHE.cpp"
#include "../XlsFormat/Logic/Biff_unions/SXFMLA_bu.cpp"
#include "../XlsFormat/Logic/Biff_unions/SXFORMULA_bu.cpp"
#include "../XlsFormat/Logic/Biff_unions/SXOPER.cpp"
#include "../XlsFormat/Logic/Biff_unions/SXRANGE.cpp"
#include "../XlsFormat/Logic/SummaryInformationStream/Structures/Property_Structures.cpp"
#include "../XlsFormat/Logic/SummaryInformationStream/Structures/PropertyFactory.cpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment