Lines Matching refs:isSelectionEmpty
812 if (graph.isSelectionEmpty() && ui.pages != null && ui.pages.length > 0)
1949 …noreSelection = (ignoreSelection != null) ? ignoreSelection : this.editor.graph.isSelectionEmpty();
3359 if (!graph.isSelectionEmpty())
3822 if (this.editor.graph.isSelectionEmpty())
5102 var selectionEmpty = this.editor.graph.isSelectionEmpty();
5973 this.editor.graph.isSelectionEmpty());
6036 false, graph.isSelectionEmpty());
6053 if (!graph.isSelectionEmpty() || sizes[i] != 'selectionOnly')
6098 if (graph.isSelectionEmpty())
6897 var selectionEmpty = this.editor.graph.isSelectionEmpty();
10606 if (!graph.isSelectionEmpty())
10645 if (!graph.isSelectionEmpty())
10730 if (!graph.isSelectionEmpty())
13837 this.actions.get('editData').setEnabled(editable.length > 0 || graph.isSelectionEmpty());
13841 this.actions.get('copyStyle').setEnabled(active && !graph.isSelectionEmpty());