Lines Matching refs:ignoreSelection

1067 		embeddedCallback, ignoreSelection, compact, uncompressed)  argument
1071 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true;
1198 xml = this.getEmbeddedSvg(xml, graph, url, null, embeddedCallback, ignoreSelection, redirect);
1211 …EditorUi.prototype.getXmlFileData = function(ignoreSelection, currentPage, uncompressed, resolveRe… argument
1213 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true;
1218 var node = this.editor.getGraphXml(ignoreSelection, resolveReferences);
1220 if (ignoreSelection && this.fileNode != null && this.currentPage != null)
1594 ignoreSelection, currentPage, node, compact, file, uncompressed, resolveReferences) argument
1596 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true;
1646 node = (node != null) ? node : this.getXmlFileData(ignoreSelection,
1651 forceXml, forceSvg, forceHtml, embeddedCallback, ignoreSelection, compact,
1666 EditorUi.prototype.getHtml = function(node, graph, title, editLink, redirect, ignoreSelection) argument
1668 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : true;
1675 …var bounds = (ignoreSelection) ? graph.getGraphBounds() : graph.getBoundingBox(graph.getSelectionC…
1944 …EditorUi.prototype.downloadFile = function(format, uncompressed, addShadow, ignoreSelection, curre… argument
1949ignoreSelection = (ignoreSelection != null) ? ignoreSelection : this.editor.graph.isSelectionEmpty…
1957 this.getFileData(true, null, null, null, ignoreSelection, currentPage,
1997 var svgRoot = this.editor.graph.getSvg(bg, null, null, null, null, ignoreSelection);
2020 }), ignoreSelection);
2045 var req = this.createDownloadRequest(newTitle, format, ignoreSelection, base64,
2070 EditorUi.prototype.createDownloadRequest = function(filename, format, ignoreSelection, argument
2079 var data = this.getFileData(true, null, null, null, ignoreSelection,
5094 EditorUi.prototype.exportSvg = function(scale, transparentBackground, ignoreSelection, addShadow, argument
5103 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : selectionEmpty;
5120 null, ignoreSelection, null, null, (linkTarget == 'blank') ? '_blank' :
5152 svgRoot.setAttribute('content', this.getFileData(true, null, null, null, ignoreSelection,
6766 EditorUi.prototype.getEmbeddedSvg = function(xml, graph, url, noHeader, callback, ignoreSelection, argument
6781 var svgRoot = graph.getSvg(bg, scale, border, null, null, ignoreSelection, null,
6890 EditorUi.prototype.exportImage = function(scale, transparentBackground, ignoreSelection, addShadow, argument
6898 ignoreSelection = (ignoreSelection != null) ? ignoreSelection : selectionEmpty;
6915 null, null, ignoreSelection, currentPage) : null,
6926 }), null, ignoreSelection, scale || 1, transparentBackground, addShadow,
14908ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border, noCrop, grid, … argument
14912 ignoreSelection, scale, transparentBackground, addShadow, converter, graph, border,