Commit adbd0a8b authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1055) from svn rev: HEAD

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49150 954022d7-b5bf-4e40-9824-e11837661b57
parent 27d767f2
...@@ -210,6 +210,7 @@ prop:_coSpellCheckInit ...@@ -210,6 +210,7 @@ prop:_coSpellCheckInit
prop:asc_getSpellCheckLanguages prop:asc_getSpellCheckLanguages
prop:autoSaveInit prop:autoSaveInit
prop:put_FramePr prop:put_FramePr
prop:asc_addDropCap
prop:get_TextProps prop:get_TextProps
prop:GetJSONLogicDocument prop:GetJSONLogicDocument
prop:get_ContentCount prop:get_ContentCount
...@@ -605,6 +606,11 @@ prop:get_Y ...@@ -605,6 +606,11 @@ prop:get_Y
prop:put_Y prop:put_Y
prop:get_YAlign prop:get_YAlign
prop:put_YAlign prop:put_YAlign
prop:get_Borders
prop:put_Borders
prop:get_FontFamily
prop:put_FontFamily
prop:put_FromDropCapMenu
--- ---
var:CParagraphProp var:CParagraphProp
prop:get_ContextualSpacing prop:get_ContextualSpacing
...@@ -649,6 +655,7 @@ prop:get_DefaultTab ...@@ -649,6 +655,7 @@ prop:get_DefaultTab
prop:put_DefaultTab prop:put_DefaultTab
prop:get_FramePr prop:get_FramePr
prop:put_FramePr prop:put_FramePr
prop:get_CanAddDropCap
--- ---
var:CParagraphPropEx var:CParagraphPropEx
prop:get_ContextualSpacing prop:get_ContextualSpacing
...@@ -1265,6 +1272,7 @@ asc_docs_api.prototype['_coSpellCheckInit'] = asc_docs_api.prototype._coSpellChe ...@@ -1265,6 +1272,7 @@ asc_docs_api.prototype['_coSpellCheckInit'] = asc_docs_api.prototype._coSpellChe
asc_docs_api.prototype['asc_getSpellCheckLanguages'] = asc_docs_api.prototype.asc_getSpellCheckLanguages; asc_docs_api.prototype['asc_getSpellCheckLanguages'] = asc_docs_api.prototype.asc_getSpellCheckLanguages;
asc_docs_api.prototype['autoSaveInit'] = asc_docs_api.prototype.autoSaveInit; asc_docs_api.prototype['autoSaveInit'] = asc_docs_api.prototype.autoSaveInit;
asc_docs_api.prototype['put_FramePr'] = asc_docs_api.prototype.put_FramePr; asc_docs_api.prototype['put_FramePr'] = asc_docs_api.prototype.put_FramePr;
asc_docs_api.prototype['asc_addDropCap'] = asc_docs_api.prototype.asc_addDropCap;
asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps; asc_docs_api.prototype['get_TextProps'] = asc_docs_api.prototype.get_TextProps;
asc_docs_api.prototype['GetJSONLogicDocument'] = asc_docs_api.prototype.GetJSONLogicDocument; asc_docs_api.prototype['GetJSONLogicDocument'] = asc_docs_api.prototype.GetJSONLogicDocument;
asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount; asc_docs_api.prototype['get_ContentCount'] = asc_docs_api.prototype.get_ContentCount;
...@@ -1653,6 +1661,11 @@ CParagraphFrame.prototype['get_Y'] = CParagraphFrame.prototype.get_Y; ...@@ -1653,6 +1661,11 @@ CParagraphFrame.prototype['get_Y'] = CParagraphFrame.prototype.get_Y;
CParagraphFrame.prototype['put_Y'] = CParagraphFrame.prototype.put_Y; CParagraphFrame.prototype['put_Y'] = CParagraphFrame.prototype.put_Y;
CParagraphFrame.prototype['get_YAlign'] = CParagraphFrame.prototype.get_YAlign; CParagraphFrame.prototype['get_YAlign'] = CParagraphFrame.prototype.get_YAlign;
CParagraphFrame.prototype['put_YAlign'] = CParagraphFrame.prototype.put_YAlign; CParagraphFrame.prototype['put_YAlign'] = CParagraphFrame.prototype.put_YAlign;
CParagraphFrame.prototype['get_Borders'] = CParagraphFrame.prototype.get_Borders;
CParagraphFrame.prototype['put_Borders'] = CParagraphFrame.prototype.put_Borders;
CParagraphFrame.prototype['get_FontFamily'] = CParagraphFrame.prototype.get_FontFamily;
CParagraphFrame.prototype['put_FontFamily'] = CParagraphFrame.prototype.put_FontFamily;
CParagraphFrame.prototype['put_FromDropCapMenu'] = CParagraphFrame.prototype.put_FromDropCapMenu;
window['CParagraphProp'] = CParagraphProp; window['CParagraphProp'] = CParagraphProp;
CParagraphProp.prototype['get_ContextualSpacing'] = CParagraphProp.prototype.get_ContextualSpacing; CParagraphProp.prototype['get_ContextualSpacing'] = CParagraphProp.prototype.get_ContextualSpacing;
CParagraphProp.prototype['put_ContextualSpacing'] = CParagraphProp.prototype.put_ContextualSpacing; CParagraphProp.prototype['put_ContextualSpacing'] = CParagraphProp.prototype.put_ContextualSpacing;
...@@ -1696,6 +1709,7 @@ CParagraphProp.prototype['get_DefaultTab'] = CParagraphProp.prototype.get_Defaul ...@@ -1696,6 +1709,7 @@ CParagraphProp.prototype['get_DefaultTab'] = CParagraphProp.prototype.get_Defaul
CParagraphProp.prototype['put_DefaultTab'] = CParagraphProp.prototype.put_DefaultTab; CParagraphProp.prototype['put_DefaultTab'] = CParagraphProp.prototype.put_DefaultTab;
CParagraphProp.prototype['get_FramePr'] = CParagraphProp.prototype.get_FramePr; CParagraphProp.prototype['get_FramePr'] = CParagraphProp.prototype.get_FramePr;
CParagraphProp.prototype['put_FramePr'] = CParagraphProp.prototype.put_FramePr; CParagraphProp.prototype['put_FramePr'] = CParagraphProp.prototype.put_FramePr;
CParagraphProp.prototype['get_CanAddDropCap'] = CParagraphProp.prototype.get_CanAddDropCap;
window['CParagraphPropEx'] = CParagraphPropEx; window['CParagraphPropEx'] = CParagraphPropEx;
CParagraphPropEx.prototype['get_ContextualSpacing'] = CParagraphPropEx.prototype.get_ContextualSpacing; CParagraphPropEx.prototype['get_ContextualSpacing'] = CParagraphPropEx.prototype.get_ContextualSpacing;
CParagraphPropEx.prototype['get_Ind'] = CParagraphPropEx.prototype.get_Ind; CParagraphPropEx.prototype['get_Ind'] = CParagraphPropEx.prototype.get_Ind;
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
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