Commit 8bfb976f authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

рефакторинг X2t

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62348 954022d7-b5bf-4e40-9824-e11837661b57
parent 2ff0280c
...@@ -425,6 +425,10 @@ ...@@ -425,6 +425,10 @@
RelativePath="..\DesktopEditor\raster\Metafile\Common.h" RelativePath="..\DesktopEditor\raster\Metafile\Common.h"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\IOutputDevice.h"
>
</File>
<File <File
RelativePath="..\DesktopEditor\raster\Metafile\MetaFile.cpp" RelativePath="..\DesktopEditor\raster\Metafile\MetaFile.cpp"
> >
...@@ -433,6 +437,30 @@ ...@@ -433,6 +437,30 @@
RelativePath="..\DesktopEditor\raster\Metafile\MetaFile.h" RelativePath="..\DesktopEditor\raster\Metafile\MetaFile.h"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFile.h"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFileClip.h"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFileObjects.h"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFileRenderer.h"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFileTypes.cpp"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Common\MetaFileTypes.h"
>
</File>
<Filter <Filter
Name="Wmf" Name="Wmf"
> >
...@@ -476,10 +504,26 @@ ...@@ -476,10 +504,26 @@
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfMemory.h" RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfMemory.h"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfObjects.cpp"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfObjects.h"
>
</File>
<File <File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfOutputDevice.h" RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfOutputDevice.h"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfPlayer.cpp"
>
</File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfPlayer.h"
>
</File>
<File <File
RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfRegion.h" RelativePath="..\DesktopEditor\raster\Metafile\Wmf\WmfRegion.h"
> >
...@@ -500,6 +544,10 @@ ...@@ -500,6 +544,10 @@
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfClip.cpp" RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfClip.cpp"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfClip.h"
>
</File>
<File <File
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfFile.h" RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfFile.h"
> >
...@@ -520,6 +568,10 @@ ...@@ -520,6 +568,10 @@
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfPath.cpp" RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfPath.cpp"
> >
</File> </File>
<File
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfPath.h"
>
</File>
<File <File
RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfPlayer.cpp" RelativePath="..\DesktopEditor\raster\Metafile\Emf\EmfPlayer.cpp"
> >
......
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
#include <string> #include <string>
#if !defined(_WIN32) && !defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#else
#include "../../DesktopEditor/common/ASCVariant.h" #include "../../DesktopEditor/common/ASCVariant.h"
#endif #endif
...@@ -39,8 +41,8 @@ public: ...@@ -39,8 +41,8 @@ public:
return m_strTempDirectory; return m_strTempDirectory;
} }
HRESULT LoadFromFile(std::wstring sSrcFileName, std::wstring sDstFileName, ProgressCallback *ffCallBack); HRESULT LoadFromFile(std::wstring sSrcFileName, std::wstring sDstFileName, ProgressCallback *ffCallBack = NULL);
HRESULT SaveToFile(std::wstring sDstFileName, std::wstring sSrcFileName, ProgressCallback *ffCallBack); HRESULT SaveToFile(std::wstring sDstFileName, std::wstring sSrcFileName, ProgressCallback *ffCallBack = NULL);
}; };
......
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