mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -30,8 +30,6 @@
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
#ifndef OOX_LOGIC_HYPERLINK_INCLUDE_H_
|
||||
#define OOX_LOGIC_HYPERLINK_INCLUDE_H_
|
||||
|
||||
#include "../../Base/Nullable.h"
|
||||
|
||||
@ -126,4 +124,3 @@ namespace OOX
|
||||
} // namespace Logic
|
||||
} // namespace OOX
|
||||
|
||||
#endif // OOX_LOGIC_HYPERLINK_INCLUDE_H_
|
||||
|
||||
@ -52,7 +52,9 @@ SOURCES += \
|
||||
../../../DocxFormat/Logic/VmlOfficeDrawing.cpp \
|
||||
../../../DocxFormat/Logic/VmlWord.cpp \
|
||||
../../../DocxFormat/Logic/Shape.cpp \
|
||||
../../../DocxFormat/Media/Media.cpp \
|
||||
../../../DocxFormat/External/ExternalHyperLink.cpp \
|
||||
../../../DocxFormat/External/External.cpp \
|
||||
../../../DocxFormat/Media/Media.cpp \
|
||||
../../../DocxFormat/Media/VbaProject.cpp \
|
||||
../../../DocxFormat/Media/JsaProject.cpp \
|
||||
../../../DocxFormat/Media/ActiveX.cpp \
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
#include "../../../DocxFormat/Diagram/DiagramLayout.cpp"
|
||||
#include "../../../DocxFormat/Diagram/DiagramQuickStyle.cpp"
|
||||
#include "../../../DocxFormat/External/External.cpp"
|
||||
#include "../../../DocxFormat/External/HyperLink.cpp"
|
||||
#include "../../../DocxFormat/External/ExternalHyperLink.cpp"
|
||||
#include "../../../Binary/MathEquation/MathEquation.cpp"
|
||||
#include "../../../DocxFormat/Logic/DocParts.cpp"
|
||||
#include "../../../DocxFormat/WritingElement.cpp"
|
||||
|
||||
@ -43,6 +43,7 @@
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\SettingWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\StylesWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\webSettingsWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinEquationWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinWriters.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\ChartSerializer.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\DocxSerializer.cpp" />
|
||||
|
||||
@ -192,6 +192,9 @@
|
||||
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\ChartSerializer.cpp">
|
||||
<Filter>Document</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinWriter\BinEquationWriter.cpp">
|
||||
<Filter>Document\Writer</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\Binary\Document\DocWrapper\ChartWriter.h">
|
||||
|
||||
@ -433,7 +433,7 @@
|
||||
<ClCompile Include="..\..\..\DocxFormat\Drawing\DrawingExt.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\Endnote.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\External.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\HyperLink.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\ExternalHyperLink.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\File.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\FileFactory.cpp" />
|
||||
<ClCompile Include="..\..\..\DocxFormat\FileType.cpp" />
|
||||
|
||||
@ -935,12 +935,12 @@
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\External.cpp">
|
||||
<Filter>External</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\HyperLink.cpp">
|
||||
<Filter>External</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsxFormat\Worksheets\XlsxHyperlinks.cpp">
|
||||
<Filter>XlsxFormat\Worksheets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\DocxFormat\External\ExternalHyperLink.cpp">
|
||||
<Filter>External</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ClassDiagram.cd" />
|
||||
|
||||
Reference in New Issue
Block a user