[SSE] Fix Bug 46112
This commit is contained in:
parent
fc6482e92e
commit
e67c257caa
|
@ -284,7 +284,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onNameBeforeShow: function() {
|
onNameBeforeShow: function() {
|
||||||
var names = this.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.WorksheetWorkbook),
|
var names = this.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.WorksheetWorkbook, true),
|
||||||
rangesMenu = this.editor.btnNamedRanges.menu,
|
rangesMenu = this.editor.btnNamedRanges.menu,
|
||||||
prev_name='';
|
prev_name='';
|
||||||
|
|
||||||
|
|
|
@ -548,7 +548,7 @@ define([
|
||||||
win.show();
|
win.show();
|
||||||
win.setSettings({
|
win.setSettings({
|
||||||
sheets : items,
|
sheets : items,
|
||||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All),
|
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All, true),
|
||||||
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
||||||
props : props,
|
props : props,
|
||||||
text : cell.asc_getText(),
|
text : cell.asc_getText(),
|
||||||
|
|
|
@ -911,7 +911,7 @@ define([
|
||||||
win.show();
|
win.show();
|
||||||
win.setSettings({
|
win.setSettings({
|
||||||
sheets : items,
|
sheets : items,
|
||||||
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All),
|
ranges : me.api.asc_getDefinedNames(Asc.c_oAscGetDefinedNamesList.All, true),
|
||||||
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
currentSheet: me.api.asc_getWorksheetName(me.api.asc_getActiveWorksheetIndex()),
|
||||||
props : props,
|
props : props,
|
||||||
text : cell.asc_getText(),
|
text : cell.asc_getText(),
|
||||||
|
|
Loading…
Reference in a new issue