fix debug build

This commit is contained in:
Elena.Subbotina
2022-12-05 19:12:31 +03:00
parent ce07772680
commit a214c3a7cd
16 changed files with 1467 additions and 382 deletions

View File

@ -35,6 +35,7 @@
#include "Math/OMath.h"
#include "Logic/Annotations.h"
#include "Logic/Hyperlink.h"
#include "Logic/Paragraph.h"
#include "Logic/Sdt.h"
#include "Logic/Table.h"

View File

@ -32,12 +32,15 @@
#pragma once
#include "Document.h"
#include "Math/oMathPara.h"
#include "Math/OMath.h"
#include "Logic/Annotations.h"
#include "Logic/Hyperlink.h"
#include "Logic/Paragraph.h"
#include "Logic/Sdt.h"
#include "Logic/Table.h"
#include "Math/oMathPara.h"
#include "Math/OMath.h"
#include "External/HyperLink.h"
namespace OOX

View File

@ -29,7 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "Docx.h"
#include "Endnote.h"
namespace OOX

View File

@ -31,6 +31,7 @@
*/
#include "Footnote.h"
#include "Document.h"
namespace OOX
{

View File

@ -32,12 +32,14 @@
#include "FtnEdn.h"
#include "Math/oMathPara.h"
#include "Math/OMath.h"
#include "Logic/Annotations.h"
#include "Logic/Hyperlink.h"
#include "Logic/Paragraph.h"
#include "Logic/Sdt.h"
#include "Logic/Table.h"
#include "Math/oMathPara.h"
#include "Math/OMath.h"
namespace OOX
{

View File

@ -32,9 +32,10 @@
#pragma once
#include "../Base/Nullable.h"
#include "WritingElement.h"
#include "../Common/SimpleTypes_Word.h"
// TO DO: Нехватающие классы:
// <w:customXml>
// <w:del>

View File

@ -34,6 +34,7 @@
#include "Logic/Annotations.h"
#include "Logic/Paragraph.h"
#include "Logic/Hyperlink.h"
#include "Logic/Sdt.h"
#include "Logic/Table.h"
#include "Math/oMathPara.h"

View File

@ -35,6 +35,9 @@
#include "../Base/Nullable.h"
#include "WritingElement.h"
#include "IFileContainer.h"
#include "../Common/SimpleTypes_Word.h"
// TO DO: Нехватающие классы:
// <w:customXml>

View File

@ -31,7 +31,9 @@
*/
#pragma once
#include "../../Base/Nullable.h"
#include "../WritingElement.h"
#include "../../Common/SimpleTypes_Word.h"
namespace OOX
{

View File

@ -29,12 +29,14 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../Math/oMathPara.h"
#include "../Math/OMath.h"
#include "Table.h"
#include "Paragraph.h"
#include "Annotations.h"
#include "Sdt.h"
#include "../Math/oMathPara.h"
#include "../Math/OMath.h"
#include "Hyperlink.h"
namespace ComplexTypes
{

View File

@ -30,6 +30,8 @@
*
*/
#include "oMathPara.h"
#include "../Logic/Run.h"
namespace OOX
{
namespace Logic