Commit 89a29385 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Read_FromBinary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58228 954022d7-b5bf-4e40-9824-e11837661b57
parent 5e0cb0da
This diff is collapsed.
......@@ -4631,6 +4631,19 @@ CDocumentShd.prototype =
else
return this.Color;
},
Get_Color3 : function(Theme, ColorMap)
{
if ( undefined !== this.Unifill )
{
this.Unifill.check(Theme, ColorMap);
return this.Unifill.getRGBAColor();
}
else
{
return {R: 255, G: 255, B: 255, A: 255};
}
},
Init_Default : function()
{
......@@ -7265,7 +7278,7 @@ CTextPr.prototype =
if ( Flags & 33554432 )
{
this.FontRef = new FontRef();
this.FontRef.ReadFromBinary(Reader);
this.FontRef.Read_FromBinary(Reader);
}
},
......
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