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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52016 954022d7-b5bf-4e40-9824-e11837661b57
parent 3a718e12
...@@ -5012,18 +5012,10 @@ CPresentation.prototype = ...@@ -5012,18 +5012,10 @@ CPresentation.prototype =
Document_Get_AllFontNames : function() Document_Get_AllFontNames : function()
{ {
var AllFonts = new Object(); var AllFonts = new Object();
for(var i =0 ; i < this.Slides.length; ++i)
/*this.HdrFtr.Document_Get_AllFontNames( AllFonts );
this.Numbering.Document_Get_AllFontNames( AllFonts );
this.Styles.Document_Get_AllFontNames( AllFonts );
var Count = this.Content.length;
for ( var Index = 0; Index < Count; Index++ )
{ {
var Element = this.Content[Index]; this.Slides[i].getAllFonts(AllFonts)
Element.Document_Get_AllFontNames( AllFonts );
} }
*/
return AllFonts; return AllFonts;
}, },
......
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