Commit 643cf683 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

codepage

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62088 954022d7-b5bf-4e40-9824-e11837661b57
parent 8eef7910
#ifndef DEFAULTTHEMEWRITER_H #ifndef DEFAULT_THEME_WRITER
#define DEFAULTTHEMEWRITER_H #define DEFAULT_THEME_WRITER
#include "../../XlsxSerializerCom/Common/Common.h" #include "../../XlsxSerializerCom/Common/Common.h"
...@@ -62,10 +62,10 @@ s_Common += ...@@ -62,10 +62,10 @@ s_Common +=
<a:latin typeface=\"Cambria\"/> \ <a:latin typeface=\"Cambria\"/> \
<a:ea typeface=\"\"/> \ <a:ea typeface=\"\"/> \
<a:cs typeface=\"\"/> \ <a:cs typeface=\"\"/> \
<a:font script=\"Jpan\" typeface=\"?? ????\"/> \ <a:font script=\"Jpan\" typeface=\"MS ゴシック\"/> \
<a:font script=\"Hang\" typeface=\"?? ??\"/> \ <a:font script=\"Hang\" typeface=\"맑은 고딕\"/> \
<a:font script=\"Hans\" typeface=\"??\"/> \ <a:font script=\"Hans\" typeface=\"宋体\"/> \
<a:font script=\"Hant\" typeface=\"????\"/> \ <a:font script=\"Hant\" typeface=\"新細明體\"/> \
<a:font script=\"Arab\" typeface=\"Times New Roman\"/> \ <a:font script=\"Arab\" typeface=\"Times New Roman\"/> \
<a:font script=\"Hebr\" typeface=\"Times New Roman\"/> \ <a:font script=\"Hebr\" typeface=\"Times New Roman\"/> \
<a:font script=\"Thai\" typeface=\"Angsana New\"/> \ <a:font script=\"Thai\" typeface=\"Angsana New\"/> \
...@@ -96,10 +96,10 @@ s_Common += ...@@ -96,10 +96,10 @@ s_Common +=
<a:latin typeface=\"Calibri\"/> \ <a:latin typeface=\"Calibri\"/> \
<a:ea typeface=\"\"/> \ <a:ea typeface=\"\"/> \
<a:cs typeface=\"\"/> \ <a:cs typeface=\"\"/> \
<a:font script=\"Jpan\" typeface=\"?? ??\"/> \ <a:font script=\"Jpan\" typeface=\"MS 明朝\"/> \
<a:font script=\"Hang\" typeface=\"?? ??\"/> \ <a:font script=\"Hang\" typeface=\"맑은 고딕\"/> \
<a:font script=\"Hans\" typeface=\"??\"/> \ <a:font script=\"Hans\" typeface=\"宋体\"/> \
<a:font script=\"Hant\" typeface=\"????\"/> \ <a:font script=\"Hant\" typeface=\"新細明體\"/> \
<a:font script=\"Arab\" typeface=\"Arial\"/> \ <a:font script=\"Arab\" typeface=\"Arial\"/> \
<a:font script=\"Hebr\" typeface=\"Arial\"/> \ <a:font script=\"Hebr\" typeface=\"Arial\"/> \
<a:font script=\"Thai\" typeface=\"Cordia New\"/> \ <a:font script=\"Thai\" typeface=\"Cordia New\"/> \
...@@ -299,6 +299,7 @@ s_Common += ...@@ -299,6 +299,7 @@ s_Common +=
<a:extraClrSchemeLst/> \ <a:extraClrSchemeLst/> \
</a:theme>"); </a:theme>");
OOX::CPath fileName = sThemeFilePath; OOX::CPath fileName = sThemeFilePath;
CFile oFile; CFile oFile;
...@@ -308,5 +309,4 @@ s_Common += ...@@ -308,5 +309,4 @@ s_Common +=
} }
}; };
} }
#endif // #ifndef DEFAULT_THEME_WRITER
#endif // DEFAULTTHEMEWRITER_H
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