mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Удален старый вариант WMF. Немного изменена структура файлов.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62375 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
b241feffac
commit
64ae206b4d
@ -1,13 +1,12 @@
|
||||
//#define _CRTDBG_LEAK_CHECK_DF
|
||||
//#define _CRTDBG_LEAK_CHECK_DF
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "../../fontengine/ApplicationFonts.h"
|
||||
#include "MetaFile.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <vector>
|
||||
|
||||
using namespace MetaFile;
|
||||
|
||||
std::vector<std::wstring> GetAllFilesInFolder(std::wstring wsFolder, std::wstring wsExt)
|
||||
@ -63,6 +62,7 @@ void ConvertFolder(CMetaFile &oMetaFile, std::wstring wsFolderPath)
|
||||
}
|
||||
}
|
||||
|
||||
#include "../../common/String.h"
|
||||
void Test()
|
||||
{
|
||||
CApplicationFonts oFonts;
|
||||
@ -70,7 +70,7 @@ void Test()
|
||||
|
||||
CMetaFile oMetaFile(&oFonts);
|
||||
//ConvertFile(oMetaFile, L"D://Test Files//fulltest.wmf");
|
||||
ConvertFolder(oMetaFile, L"D://Test Files//Bugs//");
|
||||
ConvertFolder(oMetaFile, L"D://Test Files//Bugs//Bugs//");
|
||||
}
|
||||
|
||||
void main()
|
||||
|
||||
Reference in New Issue
Block a user