Commit a75ec8a7 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

get_DocumentName -> asc_getDocumentName

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66378 954022d7-b5bf-4e40-9824-e11837661b57
parent 2f21622c
......@@ -887,7 +887,7 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
};
asc_docs_api.prototype.get_DocumentName = function()
asc_docs_api.prototype.asc_getDocumentName = function()
{
return this.documentTitle;
};
......
......@@ -37,7 +37,7 @@ asc_docs_api.prototype['SetInterfaceDrawImagePlaceSlide'] = asc_docs_api.prototy
asc_docs_api.prototype['SetInterfaceDrawImagePlaceTextArt'] = asc_docs_api.prototype.SetInterfaceDrawImagePlaceTextArt;
asc_docs_api.prototype['SetInterfaceDrawImagePlace'] = asc_docs_api.prototype.SetInterfaceDrawImagePlace;
asc_docs_api.prototype['OpenDocument2'] = asc_docs_api.prototype.OpenDocument2;
asc_docs_api.prototype['get_DocumentName'] = asc_docs_api.prototype.get_DocumentName;
asc_docs_api.prototype['asc_getDocumentName'] = asc_docs_api.prototype.asc_getDocumentName;
asc_docs_api.prototype['asc_registerCallback'] = asc_docs_api.prototype.asc_registerCallback;
asc_docs_api.prototype['asc_unregisterCallback'] = asc_docs_api.prototype.asc_unregisterCallback;
asc_docs_api.prototype['asc_fireCallback'] = asc_docs_api.prototype.asc_fireCallback;
......
......@@ -864,7 +864,7 @@ asc_docs_api.prototype.OpenDocument2 = function(url, gObject)
if (window.USER_AGENT_SAFARI_MACOS)
setInterval(SafariIntervalFocus, 10);
};
asc_docs_api.prototype.get_DocumentName = function()
asc_docs_api.prototype.asc_getDocumentName = function()
{
return this.documentTitle;
};
......
......@@ -114,7 +114,7 @@ asc_docs_api.prototype['SetInterfaceDrawImagePlaceShape'] = asc_docs_api.prototy
asc_docs_api.prototype['InitViewer'] = asc_docs_api.prototype.InitViewer;
asc_docs_api.prototype['OpenDocument'] = asc_docs_api.prototype.OpenDocument;
asc_docs_api.prototype['OpenDocument2'] = asc_docs_api.prototype.OpenDocument2;
asc_docs_api.prototype['get_DocumentName'] = asc_docs_api.prototype.get_DocumentName;
asc_docs_api.prototype['asc_getDocumentName'] = asc_docs_api.prototype.asc_getDocumentName;
asc_docs_api.prototype['asc_registerCallback'] = asc_docs_api.prototype.asc_registerCallback;
asc_docs_api.prototype['asc_unregisterCallback'] = asc_docs_api.prototype.asc_unregisterCallback;
asc_docs_api.prototype['asc_fireCallback'] = asc_docs_api.prototype.asc_fireCallback;
......
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