Commit 3c6771a9 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander Trofimov

(1.0.0.236) исправлено падение при конвертации вордартов doc->docx

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64087 954022d7-b5bf-4e40-9824-e11837661b57
parent 5b70b8bd
...@@ -13,6 +13,21 @@ namespace DocFileFormat ...@@ -13,6 +13,21 @@ namespace DocFileFormat
this->Path = _T( "m@7,l@8,m@5,21600l@6,21600e" ); this->Path = _T( "m@7,l@8,m@5,21600l@6,21600e" );
this->Textpath = _T(" on=\"t\" style=\"v-text-kern:t\" fitpath=\"t\""); this->Textpath = _T(" on=\"t\" style=\"v-text-kern:t\" fitpath=\"t\"");
Formulas.push_back(_T("sum #0 0 10800"));
Formulas.push_back(_T("prod #0 2 1"));
Formulas.push_back(_T("sum 21600 0 @1"));
Formulas.push_back(_T("sum 0 0 @2"));
Formulas.push_back(_T("sum 21600 0 @3"));
Formulas.push_back(_T("if @0 @3 0"));
Formulas.push_back(_T("if @0 21600 @1"));
Formulas.push_back(_T("if @0 0 @2"));
Formulas.push_back(_T("if @0 @4 21600"));
Formulas.push_back(_T("mid @5 @6"));
Formulas.push_back(_T("mid @8 @5"));
Formulas.push_back(_T("mid @7 @8"));
Formulas.push_back(_T("mid @6 @7"));
Formulas.push_back(_T("sum @6 0 @5"));
AdjustmentValues = _T("10800"); AdjustmentValues = _T("10800");
} }
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//1 //1
//235 //236
#define INTVER 1,0,1,235 #define INTVER 1,0,1,236
#define STRVER "1,0,1,235\0" #define STRVER "1,0,1,236\0"
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