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
c952d48f
Commit
c952d48f
authored
7 years ago
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for bug 20175.
cMinusOperator cross
parent
50820e20
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cell/model/FormulaObjects/parserFormula.js
cell/model/FormulaObjects/parserFormula.js
+4
-0
No files found.
cell/model/FormulaObjects/parserFormula.js
View file @
c952d48f
...
@@ -2625,9 +2625,13 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
...
@@ -2625,9 +2625,13 @@ parserHelp.setDigitSeparator(AscCommon.g_oDefaultCultureInfo.NumberDecimalSepara
var
arg0
=
arg
[
0
],
arg1
=
arg
[
1
];
var
arg0
=
arg
[
0
],
arg1
=
arg
[
1
];
if
(
arg0
instanceof
cArea
)
{
if
(
arg0
instanceof
cArea
)
{
arg0
=
arg0
.
cross
(
arguments
[
1
].
bbox
);
arg0
=
arg0
.
cross
(
arguments
[
1
].
bbox
);
}
else
if
(
arg0
instanceof
cArea3D
)
{
arg0
=
arg0
.
cross
(
arguments
[
1
].
bbox
,
arguments
[
3
]);
}
}
if
(
arg1
instanceof
cArea
)
{
if
(
arg1
instanceof
cArea
)
{
arg1
=
arg1
.
cross
(
arguments
[
1
].
bbox
);
arg1
=
arg1
.
cross
(
arguments
[
1
].
bbox
);
}
else
if
(
arg1
instanceof
cArea3D
)
{
arg1
=
arg1
.
cross
(
arguments
[
1
].
bbox
,
arguments
[
3
]);
}
}
arg0
=
arg0
.
tocNumber
();
arg0
=
arg0
.
tocNumber
();
arg1
=
arg1
.
tocNumber
();
arg1
=
arg1
.
tocNumber
();
...
...
This diff is collapsed.
Click to expand it.
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