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
d9e1d9b2
Commit
d9e1d9b2
authored
Oct 20, 2017
by
Alexey Golubev
Committed by
GitHub
Oct 20, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #198 from ONLYOFFICE/feature/ios-serialize
up
parents
73eb2191
1f58dd17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
cell/native/native.js
cell/native/native.js
+4
-4
common/Native/Wrappers/api.js
common/Native/Wrappers/api.js
+4
-4
No files found.
cell/native/native.js
View file @
d9e1d9b2
...
...
@@ -422,7 +422,7 @@ function asc_menu_WriteAscFill_grad(_type, _fill, _stream){
if
(
_fill
.
Positions
[
i
]
!==
undefined
&&
_fill
.
Positions
[
i
]
!==
null
)
{
_stream
[
"
WriteByte
"
](
1
);
_stream
[
"
Write
Double2
"
](
_fill
.
Positions
[
i
]);
_stream
[
"
Write
Long
"
](
_fill
.
Positions
[
i
]);
}
_stream
[
"
WriteByte
"
](
255
);
...
...
@@ -577,17 +577,17 @@ function asc_menu_WriteAscFill(_type, _fill, _stream){
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_PATT
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_patt
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_patt
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_GRAD
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_grad
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_grad
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_BLIP
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_blip
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_blip
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
default
:
...
...
common/Native/Wrappers/api.js
View file @
d9e1d9b2
...
...
@@ -3828,7 +3828,7 @@ function asc_menu_WriteAscFill_grad(_type, _fill, _stream)
if
(
_fill
.
Positions
[
i
]
!==
undefined
&&
_fill
.
Positions
[
i
]
!==
null
)
{
_stream
[
"
WriteByte
"
](
1
);
_stream
[
"
Write
Double2
"
](
_fill
.
Positions
[
i
]);
_stream
[
"
Write
Long
"
](
_fill
.
Positions
[
i
]);
}
_stream
[
"
WriteByte
"
](
255
);
...
...
@@ -3988,17 +3988,17 @@ function asc_menu_WriteAscFill(_type, _fill, _stream)
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_PATT
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_patt
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_patt
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_GRAD
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_grad
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_grad
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
case
Asc
.
c_oAscFill
.
FILL_TYPE_BLIP
:
{
_fill
.
fill
=
asc_menu_
Read
AscFill_blip
(
1
,
_fill
.
fill
,
_stream
);
_fill
.
fill
=
asc_menu_
Write
AscFill_blip
(
1
,
_fill
.
fill
,
_stream
);
break
;
}
default
:
...
...
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