Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
0eb7b074
Commit
0eb7b074
authored
May 11, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 32384, 32385
parent
06d3d30e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
common/Native/Wrappers/api.js
common/Native/Wrappers/api.js
+1
-1
slide/api.js
slide/api.js
+2
-2
word/api.js
word/api.js
+6
-7
No files found.
common/Native/Wrappers/api.js
View file @
0eb7b074
...
@@ -2510,7 +2510,7 @@ function asc_menu_WriteCellBorders(_type, _borders, _stream)
...
@@ -2510,7 +2510,7 @@ function asc_menu_WriteCellBorders(_type, _borders, _stream)
function
asc_menu_ReadCellBackground
(
_params
,
_cursor
)
function
asc_menu_ReadCellBackground
(
_params
,
_cursor
)
{
{
var
_background
=
new
CBackground
();
var
_background
=
new
Asc
.
CBackground
();
var
_continue
=
true
;
var
_continue
=
true
;
while
(
_continue
)
while
(
_continue
)
{
{
...
...
slide/api.js
View file @
0eb7b074
...
@@ -5869,7 +5869,7 @@ asc_CCommentData.prototype['asc_putSolved'] = asc_CCommentData.prototype.asc_put
...
@@ -5869,7 +5869,7 @@ asc_CCommentData.prototype['asc_putSolved'] = asc_CCommentData.prototype.asc_put
asc_CCommentData
.
prototype
[
'
asc_getReply
'
]
=
asc_CCommentData
.
prototype
.
asc_getReply
;
asc_CCommentData
.
prototype
[
'
asc_getReply
'
]
=
asc_CCommentData
.
prototype
.
asc_getReply
;
asc_CCommentData
.
prototype
[
'
asc_addReply
'
]
=
asc_CCommentData
.
prototype
.
asc_addReply
;
asc_CCommentData
.
prototype
[
'
asc_addReply
'
]
=
asc_CCommentData
.
prototype
.
asc_addReply
;
asc_CCommentData
.
prototype
[
'
asc_getRepliesCount
'
]
=
asc_CCommentData
.
prototype
.
asc_getRepliesCount
;
asc_CCommentData
.
prototype
[
'
asc_getRepliesCount
'
]
=
asc_CCommentData
.
prototype
.
asc_getRepliesCount
;
window
[
'
Asc
'
][
'
CHyperlinkProperty
'
]
=
CHyperlinkProperty
;
window
[
'
Asc
'
][
'
CHyperlinkProperty
'
]
=
window
[
'
Asc
'
].
CHyperlinkProperty
=
CHyperlinkProperty
;
CHyperlinkProperty
.
prototype
[
'
get_Value
'
]
=
CHyperlinkProperty
.
prototype
.
get_Value
;
CHyperlinkProperty
.
prototype
[
'
get_Value
'
]
=
CHyperlinkProperty
.
prototype
.
get_Value
;
CHyperlinkProperty
.
prototype
[
'
put_Value
'
]
=
CHyperlinkProperty
.
prototype
.
put_Value
;
CHyperlinkProperty
.
prototype
[
'
put_Value
'
]
=
CHyperlinkProperty
.
prototype
.
put_Value
;
CHyperlinkProperty
.
prototype
[
'
get_ToolTip
'
]
=
CHyperlinkProperty
.
prototype
.
get_ToolTip
;
CHyperlinkProperty
.
prototype
[
'
get_ToolTip
'
]
=
CHyperlinkProperty
.
prototype
.
get_ToolTip
;
...
@@ -5981,7 +5981,7 @@ CSearchResult.prototype['get_Navigator'] = CSearchResult.prototype.get_Navigator
...
@@ -5981,7 +5981,7 @@ CSearchResult.prototype['get_Navigator'] = CSearchResult.prototype.get_Navigator
CSearchResult
.
prototype
[
'
put_Navigator
'
]
=
CSearchResult
.
prototype
.
put_Navigator
;
CSearchResult
.
prototype
[
'
put_Navigator
'
]
=
CSearchResult
.
prototype
.
put_Navigator
;
CSearchResult
.
prototype
[
'
put_Text
'
]
=
CSearchResult
.
prototype
.
put_Text
;
CSearchResult
.
prototype
[
'
put_Text
'
]
=
CSearchResult
.
prototype
.
put_Text
;
window
[
'
Asc
'
][
'
CTablePropLook
'
]
=
CTablePropLook
;
window
[
'
Asc
'
][
'
CTablePropLook
'
]
=
window
[
'
Asc
'
].
CTablePropLook
=
CTablePropLook
;
CTablePropLook
.
prototype
[
'
get_FirstCol
'
]
=
CTablePropLook
.
prototype
.
get_FirstCol
;
CTablePropLook
.
prototype
[
'
get_FirstCol
'
]
=
CTablePropLook
.
prototype
.
get_FirstCol
;
CTablePropLook
.
prototype
[
'
put_FirstCol
'
]
=
CTablePropLook
.
prototype
.
put_FirstCol
;
CTablePropLook
.
prototype
[
'
put_FirstCol
'
]
=
CTablePropLook
.
prototype
.
put_FirstCol
;
CTablePropLook
.
prototype
[
'
get_FirstRow
'
]
=
CTablePropLook
.
prototype
.
get_FirstRow
;
CTablePropLook
.
prototype
[
'
get_FirstRow
'
]
=
CTablePropLook
.
prototype
.
get_FirstRow
;
...
...
word/api.js
View file @
0eb7b074
...
@@ -7759,7 +7759,7 @@ CHeader.prototype['get_pageNumber'] = CHeader.prototype.get_pageNumber;
...
@@ -7759,7 +7759,7 @@ CHeader.prototype['get_pageNumber'] = CHeader.prototype.get_pageNumber;
CHeader
.
prototype
[
'
get_X
'
]
=
CHeader
.
prototype
.
get_X
;
CHeader
.
prototype
[
'
get_X
'
]
=
CHeader
.
prototype
.
get_X
;
CHeader
.
prototype
[
'
get_Y
'
]
=
CHeader
.
prototype
.
get_Y
;
CHeader
.
prototype
[
'
get_Y
'
]
=
CHeader
.
prototype
.
get_Y
;
CHeader
.
prototype
[
'
get_Level
'
]
=
CHeader
.
prototype
.
get_Level
;
CHeader
.
prototype
[
'
get_Level
'
]
=
CHeader
.
prototype
.
get_Level
;
window
[
'
Asc
'
][
'
CBackground
'
]
=
CBackground
;
window
[
'
Asc
'
][
'
CBackground
'
]
=
window
[
'
Asc
'
].
CBackground
=
CBackground
;
CBackground
.
prototype
[
'
get_Color
'
]
=
CBackground
.
prototype
.
get_Color
;
CBackground
.
prototype
[
'
get_Color
'
]
=
CBackground
.
prototype
.
get_Color
;
CBackground
.
prototype
[
'
put_Color
'
]
=
CBackground
.
prototype
.
put_Color
;
CBackground
.
prototype
[
'
put_Color
'
]
=
CBackground
.
prototype
.
put_Color
;
CBackground
.
prototype
[
'
get_Value
'
]
=
CBackground
.
prototype
.
get_Value
;
CBackground
.
prototype
[
'
get_Value
'
]
=
CBackground
.
prototype
.
get_Value
;
...
@@ -7782,7 +7782,7 @@ CTablePositionV.prototype['get_Align'] = CTablePositionV.prototype.get_Align;
...
@@ -7782,7 +7782,7 @@ CTablePositionV.prototype['get_Align'] = CTablePositionV.prototype.get_Align;
CTablePositionV
.
prototype
[
'
put_Align
'
]
=
CTablePositionV
.
prototype
.
put_Align
;
CTablePositionV
.
prototype
[
'
put_Align
'
]
=
CTablePositionV
.
prototype
.
put_Align
;
CTablePositionV
.
prototype
[
'
get_Value
'
]
=
CTablePositionV
.
prototype
.
get_Value
;
CTablePositionV
.
prototype
[
'
get_Value
'
]
=
CTablePositionV
.
prototype
.
get_Value
;
CTablePositionV
.
prototype
[
'
put_Value
'
]
=
CTablePositionV
.
prototype
.
put_Value
;
CTablePositionV
.
prototype
[
'
put_Value
'
]
=
CTablePositionV
.
prototype
.
put_Value
;
window
[
'
Asc
'
][
'
CTablePropLook
'
]
=
CTablePropLook
;
window
[
'
Asc
'
][
'
CTablePropLook
'
]
=
window
[
'
Asc
'
].
CTablePropLook
=
CTablePropLook
;
CTablePropLook
.
prototype
[
'
get_FirstCol
'
]
=
CTablePropLook
.
prototype
.
get_FirstCol
;
CTablePropLook
.
prototype
[
'
get_FirstCol
'
]
=
CTablePropLook
.
prototype
.
get_FirstCol
;
CTablePropLook
.
prototype
[
'
put_FirstCol
'
]
=
CTablePropLook
.
prototype
.
put_FirstCol
;
CTablePropLook
.
prototype
[
'
put_FirstCol
'
]
=
CTablePropLook
.
prototype
.
put_FirstCol
;
CTablePropLook
.
prototype
[
'
get_FirstRow
'
]
=
CTablePropLook
.
prototype
.
get_FirstRow
;
CTablePropLook
.
prototype
[
'
get_FirstRow
'
]
=
CTablePropLook
.
prototype
.
get_FirstRow
;
...
@@ -7795,7 +7795,7 @@ CTablePropLook.prototype['get_BandHor'] = CTablePropLook.prototype.get_BandHor;
...
@@ -7795,7 +7795,7 @@ CTablePropLook.prototype['get_BandHor'] = CTablePropLook.prototype.get_BandHor;
CTablePropLook
.
prototype
[
'
put_BandHor
'
]
=
CTablePropLook
.
prototype
.
put_BandHor
;
CTablePropLook
.
prototype
[
'
put_BandHor
'
]
=
CTablePropLook
.
prototype
.
put_BandHor
;
CTablePropLook
.
prototype
[
'
get_BandVer
'
]
=
CTablePropLook
.
prototype
.
get_BandVer
;
CTablePropLook
.
prototype
[
'
get_BandVer
'
]
=
CTablePropLook
.
prototype
.
get_BandVer
;
CTablePropLook
.
prototype
[
'
put_BandVer
'
]
=
CTablePropLook
.
prototype
.
put_BandVer
;
CTablePropLook
.
prototype
[
'
put_BandVer
'
]
=
CTablePropLook
.
prototype
.
put_BandVer
;
window
[
'
Asc
'
][
'
CTableProp
'
]
=
CTableProp
;
window
[
'
Asc
'
][
'
CTableProp
'
]
=
window
[
'
Asc
'
].
CTableProp
=
CTableProp
;
CTableProp
.
prototype
[
'
get_Width
'
]
=
CTableProp
.
prototype
.
get_Width
;
CTableProp
.
prototype
[
'
get_Width
'
]
=
CTableProp
.
prototype
.
get_Width
;
CTableProp
.
prototype
[
'
put_Width
'
]
=
CTableProp
.
prototype
.
put_Width
;
CTableProp
.
prototype
[
'
put_Width
'
]
=
CTableProp
.
prototype
.
put_Width
;
CTableProp
.
prototype
[
'
get_Spacing
'
]
=
CTableProp
.
prototype
.
get_Spacing
;
CTableProp
.
prototype
[
'
get_Spacing
'
]
=
CTableProp
.
prototype
.
get_Spacing
;
...
@@ -7852,8 +7852,7 @@ CTableProp.prototype['get_CellsNoWrap'] = CTableProp.prototype.get_CellsN
...
@@ -7852,8 +7852,7 @@ CTableProp.prototype['get_CellsNoWrap'] = CTableProp.prototype.get_CellsN
CTableProp
.
prototype
[
'
put_CellsNoWrap
'
]
=
CTableProp
.
prototype
.
put_CellsNoWrap
;
CTableProp
.
prototype
[
'
put_CellsNoWrap
'
]
=
CTableProp
.
prototype
.
put_CellsNoWrap
;
CTableProp
.
prototype
[
'
get_CellsWidth
'
]
=
CTableProp
.
prototype
.
get_CellsWidth
;
CTableProp
.
prototype
[
'
get_CellsWidth
'
]
=
CTableProp
.
prototype
.
get_CellsWidth
;
CTableProp
.
prototype
[
'
put_CellsWidth
'
]
=
CTableProp
.
prototype
.
put_CellsWidth
;
CTableProp
.
prototype
[
'
put_CellsWidth
'
]
=
CTableProp
.
prototype
.
put_CellsWidth
;
window
[
'
Asc
'
][
'
CBorders
'
]
=
window
[
'
Asc
'
].
CBorders
=
CBorders
;
window
[
'
Asc
'
][
'
CBorders
'
]
=
CBorders
;
CBorders
.
prototype
[
'
get_Left
'
]
=
CBorders
.
prototype
.
get_Left
;
CBorders
.
prototype
[
'
get_Left
'
]
=
CBorders
.
prototype
.
get_Left
;
CBorders
.
prototype
[
'
put_Left
'
]
=
CBorders
.
prototype
.
put_Left
;
CBorders
.
prototype
[
'
put_Left
'
]
=
CBorders
.
prototype
.
put_Left
;
CBorders
.
prototype
[
'
get_Top
'
]
=
CBorders
.
prototype
.
get_Top
;
CBorders
.
prototype
[
'
get_Top
'
]
=
CBorders
.
prototype
.
get_Top
;
...
@@ -7866,7 +7865,7 @@ CBorders.prototype['get_InsideH'] = CBorders.prototype.get_InsideH;
...
@@ -7866,7 +7865,7 @@ CBorders.prototype['get_InsideH'] = CBorders.prototype.get_InsideH;
CBorders
.
prototype
[
'
put_InsideH
'
]
=
CBorders
.
prototype
.
put_InsideH
;
CBorders
.
prototype
[
'
put_InsideH
'
]
=
CBorders
.
prototype
.
put_InsideH
;
CBorders
.
prototype
[
'
get_InsideV
'
]
=
CBorders
.
prototype
.
get_InsideV
;
CBorders
.
prototype
[
'
get_InsideV
'
]
=
CBorders
.
prototype
.
get_InsideV
;
CBorders
.
prototype
[
'
put_InsideV
'
]
=
CBorders
.
prototype
.
put_InsideV
;
CBorders
.
prototype
[
'
put_InsideV
'
]
=
CBorders
.
prototype
.
put_InsideV
;
window
[
'
Asc
'
][
'
CMargins
'
]
=
CMargins
;
window
[
'
Asc
'
][
'
CMargins
'
]
=
window
[
'
Asc
'
].
CMargins
=
CMargins
;
CMargins
.
prototype
[
'
get_Left
'
]
=
CMargins
.
prototype
.
get_Left
;
CMargins
.
prototype
[
'
get_Left
'
]
=
CMargins
.
prototype
.
get_Left
;
CMargins
.
prototype
[
'
put_Left
'
]
=
CMargins
.
prototype
.
put_Left
;
CMargins
.
prototype
[
'
put_Left
'
]
=
CMargins
.
prototype
.
put_Left
;
CMargins
.
prototype
[
'
get_Right
'
]
=
CMargins
.
prototype
.
get_Right
;
CMargins
.
prototype
[
'
get_Right
'
]
=
CMargins
.
prototype
.
get_Right
;
...
@@ -7882,7 +7881,7 @@ CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X;
...
@@ -7882,7 +7881,7 @@ CContextMenuData.prototype['get_X'] = CContextMenuData.prototype.get_X;
CContextMenuData
.
prototype
[
'
get_Y
'
]
=
CContextMenuData
.
prototype
.
get_Y
;
CContextMenuData
.
prototype
[
'
get_Y
'
]
=
CContextMenuData
.
prototype
.
get_Y
;
CContextMenuData
.
prototype
[
'
get_PageNum
'
]
=
CContextMenuData
.
prototype
.
get_PageNum
;
CContextMenuData
.
prototype
[
'
get_PageNum
'
]
=
CContextMenuData
.
prototype
.
get_PageNum
;
CContextMenuData
.
prototype
[
'
is_Header
'
]
=
CContextMenuData
.
prototype
.
is_Header
;
CContextMenuData
.
prototype
[
'
is_Header
'
]
=
CContextMenuData
.
prototype
.
is_Header
;
window
[
'
Asc
'
][
'
CHyperlinkProperty
'
]
=
CHyperlinkProperty
;
window
[
'
Asc
'
][
'
CHyperlinkProperty
'
]
=
window
[
'
Asc
'
].
CHyperlinkProperty
=
CHyperlinkProperty
;
CHyperlinkProperty
.
prototype
[
'
get_Value
'
]
=
CHyperlinkProperty
.
prototype
.
get_Value
;
CHyperlinkProperty
.
prototype
[
'
get_Value
'
]
=
CHyperlinkProperty
.
prototype
.
get_Value
;
CHyperlinkProperty
.
prototype
[
'
put_Value
'
]
=
CHyperlinkProperty
.
prototype
.
put_Value
;
CHyperlinkProperty
.
prototype
[
'
put_Value
'
]
=
CHyperlinkProperty
.
prototype
.
put_Value
;
CHyperlinkProperty
.
prototype
[
'
get_ToolTip
'
]
=
CHyperlinkProperty
.
prototype
.
get_ToolTip
;
CHyperlinkProperty
.
prototype
[
'
get_ToolTip
'
]
=
CHyperlinkProperty
.
prototype
.
get_ToolTip
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment