Skip to content

Commit

Permalink
refactoring xlsb project
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaSubbotina committed Nov 9, 2021
1 parent ebf2680 commit 0602d89
Show file tree
Hide file tree
Showing 14 changed files with 3,095 additions and 2,906 deletions.
572 changes: 2 additions & 570 deletions Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro

Large diffs are not rendered by default.

597 changes: 597 additions & 0 deletions Common/DocxFormat/DocxFormatLib/XlsbFormatLib.pro

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Common/DocxFormat/DocxFormatLib/docxformatlib_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/
#include "common_formatlib.cpp"
#include "xlsxformatlib_logic.cpp"
#include "xlsbformatlib_logic.cpp"

#include "../Source/DocxFormat/Logic/AlternateContent.cpp"
#include "../Source/DocxFormat/Logic/Annotations.cpp"
Expand Down
4 changes: 2 additions & 2 deletions Common/DocxFormat/DocxFormatLib/xlsbformatlib_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@
#include "../Source/XlsbFormat/Biff12_unions/FNGROUP_bu.cpp"
#include "../Source/XlsbFormat/Biff12_unions/EXTERNALS.cpp"
#include "../Source/XlsbFormat/Biff12_unions/SUP.cpp"
#include "../Source/XlsbFormat/Biff12_unions/SUPSAME.cpp"
#include "../Source/XlsbFormat/Biff12_unions/SUPSAME_bu.cpp"
#include "../Source/XlsbFormat/Biff12_unions/SUPADDIN_bu.cpp"
#include "../Source/XlsbFormat/Biff12_unions/COLINFOS.cpp"
#include "../Source/XlsbFormat/Biff12_unions/HLINKS.cpp"
#include "../Source/XlsbFormat/Biff12_unions/MERGECELLS.cpp"
#include "../Source/XlsbFormat/Biff12_unions/CELLTABLE.cpp"
#include "../Source/XlsbFormat/Biff12_unions/ACCELLTABLE.cpp"
#include "../Source/XlsbFormat/Biff12_unions/CELL.cpp"
#include "../Source/XlsbFormat/Biff12_unions/CELL_bu.cpp"
#include "../Source/XlsbFormat/Biff12_unions/DATACELL.cpp"
#include "../Source/XlsbFormat/Biff12_unions/FMLACELL.cpp"
#include "../Source/XlsbFormat/Biff12_unions/SHRFMLACELL.cpp"
Expand Down
563 changes: 4 additions & 559 deletions Common/DocxFormat/Projects/DocxFormatLib.vcxproj

Large diffs are not rendered by default.

1,715 changes: 16 additions & 1,699 deletions Common/DocxFormat/Projects/DocxFormatLib.vcxproj.filters

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions Common/DocxFormat/Projects/XlsbFormatLib.vcxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 0602d89

Please sign in to comment.