Lines Matching refs:isCellSelected
337 start.selected = this.isCellSelected(state.cell);
368 if (this.isTableCell(state.cell) && !this.isCellSelected(state.cell))
373 if (!this.isCellSelected(table))
583 if (!this.isCellSelected(state.cell))
589 else if (!this.isCellSelected(state.cell))
661 if (!this.isCellSelected(table))
855 this.graph.isCellSelected(cells[i])) ?
859 this.graph.isCellSelected(cells[i])) ?
882 if (!this.graph.isCellSelected(cell))
892 if (!ignoreParent && (!this.graph.isTableRow(cell) || !this.graph.isCellSelected(cell)))
1128 if (this.graph.isCellSelected(parent))
1162 if (state != null && !this.isSelectionEmpty() && !this.isCellSelected(state.cell))
1192 else if (this.getSelectionCount() > 1 && this.isCellSelected(cell))
1214 return source && (graph.isCellSelected(state.cell) || (graph.isTableRow(state.cell) &&
5058 if (this.currentState != null && !this.graph.isCellSelected(this.currentState.cell) &&
9904 graph.isCellSelected(state.cell);
9912 graph.isCellSelected(parent);
10832 cellSelected = this.isCellSelected(me.getCell());
10850 (cellSelected && this.isCellSelected(me.getCell())))));
11850 this.graph.isCellSelected(this.state.cell)));
12145 !this.graph.isCellSelected(rowState.cell))
12537 if (mxEvent.isTouchEvent(me.getEvent()) && this.graph.isCellSelected(me.getCell()) &&