Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
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
web-apps
Commits
e85a8a6e
Commit
e85a8a6e
authored
Mar 28, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
bfe97358
13988f59
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
11 deletions
+12
-11
apps/documenteditor/main/app/view/ChartSettings.js
apps/documenteditor/main/app/view/ChartSettings.js
+1
-1
apps/documenteditor/main/app/view/TableSettings.js
apps/documenteditor/main/app/view/TableSettings.js
+1
-1
apps/presentationeditor/main/app/view/ChartSettings.js
apps/presentationeditor/main/app/view/ChartSettings.js
+1
-1
apps/presentationeditor/main/app/view/TableSettings.js
apps/presentationeditor/main/app/view/TableSettings.js
+1
-1
apps/spreadsheeteditor/main/app/controller/Toolbar.js
apps/spreadsheeteditor/main/app/controller/Toolbar.js
+2
-2
apps/spreadsheeteditor/main/app/view/ChartSettings.js
apps/spreadsheeteditor/main/app/view/ChartSettings.js
+1
-1
apps/spreadsheeteditor/main/app/view/TableSettings.js
apps/spreadsheeteditor/main/app/view/TableSettings.js
+2
-1
apps/spreadsheeteditor/main/app/view/Toolbar.js
apps/spreadsheeteditor/main/app/view/Toolbar.js
+1
-1
apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js
...spreadsheeteditor/mobile/app/controller/DocumentHolder.js
+2
-2
No files found.
apps/documenteditor/main/app/view/ChartSettings.js
View file @
e85a8a6e
...
...
@@ -166,7 +166,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/documenteditor/main/app/view/TableSettings.js
View file @
e85a8a6e
...
...
@@ -461,7 +461,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/presentationeditor/main/app/view/ChartSettings.js
View file @
e85a8a6e
...
...
@@ -149,7 +149,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/presentationeditor/main/app/view/TableSettings.js
View file @
e85a8a6e
...
...
@@ -376,7 +376,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/spreadsheeteditor/main/app/controller/Toolbar.js
View file @
e85a8a6e
...
...
@@ -608,7 +608,7 @@ define([
if
(
me
.
api
)
{
var
merged
=
me
.
api
.
asc_getCellInfo
().
asc_getFlags
().
asc_getMerge
();
if
((
merged
!==
Asc
.
c_oAscMergeOptions
.
Merge
d
)
&&
me
.
api
.
asc_mergeCellsDataLost
(
item
.
value
))
{
if
((
merged
!==
Asc
.
c_oAscMergeOptions
.
Merge
)
&&
me
.
api
.
asc_mergeCellsDataLost
(
item
.
value
))
{
Common
.
UI
.
warning
({
msg
:
me
.
warnMergeLostData
,
buttons
:
[
'
yes
'
,
'
no
'
],
...
...
@@ -1940,7 +1940,7 @@ define([
val
=
info
.
asc_getFlags
().
asc_getMerge
();
if
(
this
.
_state
.
merge
!==
val
)
{
toolbar
.
btnMerge
.
toggle
(
val
===
Asc
.
c_oAscMergeOptions
.
Merge
d
,
true
);
toolbar
.
btnMerge
.
toggle
(
val
===
Asc
.
c_oAscMergeOptions
.
Merge
,
true
);
this
.
_state
.
merge
=
val
;
}
...
...
apps/spreadsheeteditor/main/app/view/ChartSettings.js
View file @
e85a8a6e
...
...
@@ -181,7 +181,7 @@ define([
if
(
this
.
_isChartStylesChanged
)
{
if
(
rec
)
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbChartStyle
.
fillComboView
(
this
.
cmbChartStyle
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
apps/spreadsheeteditor/main/app/view/TableSettings.js
View file @
e85a8a6e
...
...
@@ -405,7 +405,7 @@ define([
if
(
this
.
_isTemplatesChanged
)
{
if
(
rec
)
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
(),
true
);
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
getSelectedRec
()
[
0
]
,
true
);
else
this
.
cmbTableTemplate
.
fillComboView
(
this
.
cmbTableTemplate
.
menuPicker
.
store
.
at
(
0
),
true
);
}
...
...
@@ -444,6 +444,7 @@ define([
self
.
cmbTableTemplate
.
menuPicker
.
scroller
.
update
({
alwaysVisibleY
:
true
});
});
this
.
lockedControls
.
push
(
this
.
cmbTableTemplate
);
if
(
this
.
_locked
)
this
.
cmbTableTemplate
.
setDisabled
(
this
.
_locked
);
}
var
count
=
self
.
cmbTableTemplate
.
menuPicker
.
store
.
length
;
...
...
apps/spreadsheeteditor/main/app/view/Toolbar.js
View file @
e85a8a6e
...
...
@@ -392,7 +392,7 @@ define([
},
{
caption
:
me
.
txtUnmerge
,
value
:
Asc
.
c_oAscMergeOptions
.
Unmerg
e
value
:
Asc
.
c_oAscMergeOptions
.
Non
e
}
]
})
...
...
apps/spreadsheeteditor/mobile/app/controller/DocumentHolder.js
View file @
e85a8a6e
...
...
@@ -127,7 +127,7 @@ define([
}
break
;
case
'
unmerge
'
:
me
.
api
.
asc_mergeCells
(
Asc
.
c_oAscMergeOptions
.
Unmerg
e
);
me
.
api
.
asc_mergeCells
(
Asc
.
c_oAscMergeOptions
.
Non
e
);
break
;
case
'
hide
'
:
me
.
api
[
info
.
asc_getFlags
().
asc_getSelectionType
()
==
Asc
.
c_oAscSelectionType
.
RangeRow
?
'
asc_hideRows
'
:
'
asc_hideColumns
'
]();
...
...
@@ -284,7 +284,7 @@ define([
event
:
'
merge
'
});
(
cellinfo
.
asc_getFlags
().
asc_getMerge
()
==
Asc
.
c_oAscMergeOptions
.
Merge
d
)
&&
(
cellinfo
.
asc_getFlags
().
asc_getMerge
()
==
Asc
.
c_oAscMergeOptions
.
Merge
)
&&
menuItems
.
push
({
caption
:
me
.
menuUnmerge
,
event
:
'
unmerge
'
...
...
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