Home
last modified time | relevance | path

Searched refs:pageScale (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/diagramsnet/lib/js/
H A Dexport.js531 printScale = data.pageScale;
548 data.scale = data.scale / graph.pageScale;
552 printScale = 1 / graph.pageScale;
566 var ps = data.pageScale || xmlDoc.documentElement.getAttribute('pageScale');
570 graph.pageScale = ps;
575 return new mxRectangle(0, 0, this.pageFormat.width * this.pageScale,
576 this.pageFormat.height * this.pageScale);
710 var scale = data.print? data.scale : 1 / graph.pageScale;
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js608 pageScale: (!isNaN(ps)) ? ps : mxGraph.prototype.pageScale,
645 node.setAttribute('pageScale', (vs != null && vs.pageScale != null) ?
646 vs.pageScale : mxGraph.prototype.pageScale);
703 pageScale: this.pageScale,
739 this.pageScale = state.pageScale;
806 this.pageScale = mxGraph.prototype.pageScale;
H A DElectronApp.js24 fit, sheetsAcross, sheetsDown, zoom, pageScale, pageFormat) argument
45 pageScale: pageScale,
H A DDiffSync.js29 foldingEnabled: true, pageScale: true, mathEnabled: true, pageFormat: true, extFonts: true};
H A DEditor.js8109 var scale = 1 / thisGraph.pageScale;
8122 scale = parseInt(zoomInput.value) / (100 * thisGraph.pageScale);
8126 printScale = 1 / thisGraph.pageScale;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js445 this.graph.pageScale = mxGraph.prototype.pageScale;
484 this.graph.pageScale = ps;
488 this.graph.pageScale = mxGraph.prototype.pageScale;
623 node.setAttribute('pageScale', this.graph.pageScale);
1297 var scale = 1 / graph.pageScale;
2598 var ps = scale * this.pageScale;
2730 var ps = this.graph.pageScale;
H A DActions.js1034 var ps = graph.pageScale;
1055 var ps = graph.pageScale;
1077 var ps = graph.pageScale;
1106 …var dlg = new FilenameDialog(this.editorUi, parseInt(graph.pageScale * 100), mxResources.get('appl…
H A DEditorUi.js3540 function ChangePageSetup(ui, color, image, format, pageScale) argument
3549 this.pageScale = pageScale;
3550 this.previousPageScale = pageScale;
3608 var currentPageScale = this.ui.editor.graph.pageScale;
3628 obj.previousPageScale = obj.pageScale;
3692 this.editor.graph.pageScale = value;
H A DGraph.js178 mxGraph.prototype.pageScale = 1; method in mxGraph
794 var ps = this.graph.pageScale;
3276 return (this.pageVisible) ? new mxRectangle(0, 0, this.pageFormat.width * this.pageScale,
3277 this.pageFormat.height * this.pageScale) : this.scrollTileSize;
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt563 pageScale=pageScale
H A Ddia_ru.txt563 pageScale=Масштаб страницы
H A Ddia_bg.txt563 pageScale=Мащаб на страницата
H A Ddia_el.txt563 pageScale=Κλίμακα Σελίδας
H A Ddia_zh.txt563 pageScale=页面比例
H A Ddia_uk.txt563 pageScale=Масштаб сторінки
H A Ddia_fa.txt563 pageScale=‫مقیاس صفحه‬
H A Ddia_ja.txt563 pageScale=ページスケール
H A Ddia_he.txt563 pageScale=‫קנה מידת העמוד‬
H A Ddia_ko.txt563 pageScale=페이지 크기
H A Ddia_th.txt563 pageScale=ขนาดหน้า
H A Ddia_zh-tw.txt563 pageScale=頁面縮放
H A Ddia_ar.txt563 pageScale=‫مقياس الصفحة‬
/plugin/diagramsnet/lib/
H A Delectron.js1353 scaleFactor: args.pageScale,
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js133 attr['pageScale'] = graph.pageScale;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js13266 value: function setPageScale(pageScaleValue, pageScale) {
13267 this.pageScaleValue = (pageScaleValue || pageScale).toString();
13268 this.pageScale = pageScale;
13280 this.pageScale = _ui_utils.DEFAULT_SCALE;
13377 pageScale = this.pageScale,
13409 items.zoomOut.disabled = pageScale <= _ui_utils.MIN_SCALE;
13410 items.zoomIn.disabled = pageScale >= _ui_utils.MAX_SCALE;
13411 var customScale = Math.round(pageScale * 10000) / 100;

1234