Commit 73f5c565 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

mail merge. начало

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62615 954022d7-b5bf-4e40-9824-e11837661b57
parent 3c30871f
This diff is collapsed.
......@@ -17,6 +17,7 @@ namespace NSDoctRenderer
XLST = 1,
PPTT = 2,
PDF = 3,
HTML = 4,
INVALID = 255
};
......@@ -38,6 +39,10 @@ namespace NSDoctRenderer
CArray<std::wstring> m_arChanges;
int m_nCountChangesItems;
std::wstring m_strMailMergeDatabasePath;
int m_nMailMergeIndexStart;
int m_nMailMergeIndexEnd;
public:
CExecuteParams();
~CExecuteParams();
......
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