Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
DSettings.js197 return mxSettings.settings.pageFormat;
201 mxSettings.settings.pageFormat = value;
231 pageFormat: mxGraph.prototype.pageFormat,
337 if (mxSettings.settings.pageFormat == null)
339 mxSettings.settings.pageFormat = mxGraph.prototype.pageFormat;
DPages.js609 pageFormat: (!isNaN(pw) && !isNaN(ph)) ? new mxRectangle(0, 0, pw, ph) :
611 mxGraph.prototype.pageFormat : mxSettings.getPageFormat()),
648 var pf = (vs != null) ? vs.pageFormat : (typeof mxSettings === 'undefined' ||
649 this.defaultPageFormat != null) ? mxGraph.prototype.pageFormat :
704 pageFormat: this.pageFormat,
740 this.pageFormat = state.pageFormat;
807 this.pageFormat = (typeof mxSettings === 'undefined' || this.defaultPageFormat != null) ?
808 mxGraph.prototype.pageFormat : mxSettings.getPageFormat();
DmxRuler.js170 pageShift = layout.y * graph.pageFormat.height;
174 pageShift = layout.x * graph.pageFormat.width;
DElectronApp.js24 fit, sheetsAcross, sheetsDown, zoom, pageScale, pageFormat) argument
43 pageWidth: pageFormat.width,
44 pageHeight: pageFormat.height,
DDiffSync.js29 foldingEnabled: true, pageScale: true, mathEnabled: true, pageFormat: true, extFonts: true};
DEditor.js1997 if (config.pageFormat != null)
1999 var w = parseInt(config.pageFormat.width);
2000 var h = parseInt(config.pageFormat.height);
2005 mxGraph.prototype.pageFormat = mxGraph.prototype.defaultPageFormat; method in mxGraph
8040 editorUi.editor.graph.pageFormat || mxConstants.PAGE_FORMAT_A4_PORTRAIT);
8555 this.page.viewState.pageFormat = this.format;
DApp.js7774 this.graph.pageFormat = mxSettings.getPageFormat();
DEditorUi.js10476 this.editor.graph.pageFormat = (this.editor.graph.defaultPageFormat != null) ?
10481 mxSettings.setPageFormat(this.editor.graph.pageFormat);
/plugin/diagramsnet/lib/js/grapheditor/
DEditor.js446 this.graph.pageFormat = mxGraph.prototype.pageFormat;
517 this.graph.pageFormat = new mxRectangle(0, 0, pw, ph);
624 node.setAttribute('pageWidth', this.graph.pageFormat.width);
625 node.setAttribute('pageHeight', this.graph.pageFormat.height);
1296 var pf = graph.pageFormat || mxConstants.PAGE_FORMAT_A4_PORTRAIT;
1485 var accessor = PageSetupDialog.addPageFormatPanel(td, 'pagesetupdialog', graph.pageFormat);
1674 if (graph.pageFormat.width != change.previousFormat.width ||
1675 graph.pageFormat.height != change.previousFormat.height ||
1699 PageSetupDialog.addPageFormatPanel = function(div, namePostfix, pageFormat, pageFormatListener) argument
1801 if (pageFormat.width == 826)
[all …]
DActions.js1033 var fmt = graph.pageFormat;
1054 var fmt = graph.pageFormat;
1076 var fmt = graph.pageFormat;
DFormat.js6918 …sor = PageSetupDialog.addPageFormatPanel(div, 'formatpanel', graph.pageFormat, function(pageFormat) argument
6920 if (graph.pageFormat == null || graph.pageFormat.width != pageFormat.width ||
6921 graph.pageFormat.height != pageFormat.height)
6923 var change = new ChangePageSetup(ui, null, null, pageFormat);
6933 accessor.set(graph.pageFormat);
6937 accessor.set(graph.pageFormat);
6942 accessor.set(graph.pageFormat);
DEditorUi.js3590 var tmp = graph.pageFormat;
3669 this.editor.graph.pageFormat = value;
DGraph.js188 mxGraph.prototype.pageFormat = (lang === 'en-us' || lang === 'en-ca' || lang === 'es-mx') ? method in mxGraph
793 var pf = this.graph.pageFormat;
3276 return (this.pageVisible) ? new mxRectangle(0, 0, this.pageFormat.width * this.pageScale,
3277 this.pageFormat.height * this.pageScale) : this.scrollTileSize;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js113 var availableWidth = graph.pageFormat.width;
114 var availableHeight = graph.pageFormat.height;
134 attr['pageWidth'] = graph.pageFormat.width * hpages;
135 attr['pageHeight'] = graph.pageFormat.height * vpages;
641 …vsdxCanvas.shiftX = Math.ceil((t.x - bounds.x / s) / graph.pageFormat.width) * graph.pageFormat.wi…
642 …vsdxCanvas.shiftY = Math.ceil((t.y - bounds.y / s) / graph.pageFormat.height) * graph.pageFormat.h…
/plugin/odt/renderer/
Dpage.php491 * @see pageFormat::getWidth for more information
503 * @see pageFormat::getHeight for more information
514 * @see pageFormat::getMarginLeft for more information
525 * @see pageFormat::getMarginRight for more information
536 * @see pageFormat::getMarginTop for more information
547 * @see pageFormat::getMarginBottom for more information
565 * @see pageFormat::getRelWidthMindMargins for more information
580 * @see pageFormat::getAbsWidthMindMargins for more information
598 * @see pageFormat::getRelHeightMindMargins for more information
613 * @see pageFormat::getAbsHeightMindMargins for more information
/plugin/diagramsnet/lib/js/
Dexport.js563 graph.pageFormat = new mxRectangle(0, 0, parseFloat(pw), parseFloat(ph));
575 return new mxRectangle(0, 0, this.pageFormat.width * this.pageScale,
576 this.pageFormat.height * this.pageScale);
709 var pf = graph.pageFormat || mxConstants.PAGE_FORMAT_A4_PORTRAIT;
Dviewer.min.js1019pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=null!=k?k:"Printer-friendl… method in mxPrintPreview
1024 …x,m.height+=m.y,m.x=0,this.border=m.y=0);var r=this.pageFormat.width-2*this.border,t=this.pageForm…
1025 2*this.border;this.pageFormat.height+=this.marginTop+this.marginBottom;m.width/=p;m.height/=p;var u…
1027pageFormat.width,this.pageFormat.height);if(null!=A)for(var z=0;z<A.length;z++)B(A[z],!0);for(var …
1028 …G=z*u+a+1,J=new mxRectangle(D,v,r,t),f=this.renderPage(this.pageFormat.width,this.pageFormat.heigh…
1206 …raphView.prototype.getBackgroundPageBounds=function(){var a=this.graph.pageFormat,b=this.scale*thi…
1266 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1300 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
1307 …aks=function(a,b,c){b=this.view.scale;c=this.view.translate;var d=this.pageFormat,e=b*this.pageSca…
2053 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
[all …]
Dapp.min.js1053pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=null!=k?k:"Printer-friendl… method in mxPrintPreview
1058 …x,m.height+=m.y,m.x=0,this.border=m.y=0);var r=this.pageFormat.width-2*this.border,t=this.pageForm…
1059 2*this.border;this.pageFormat.height+=this.marginTop+this.marginBottom;m.width/=p;m.height/=p;var u…
1061pageFormat.width,this.pageFormat.height);if(null!=A)for(var z=0;z<A.length;z++)B(A[z],!0);for(var …
1062 …G=z*u+a+1,J=new mxRectangle(D,v,r,t),f=this.renderPage(this.pageFormat.width,this.pageFormat.heigh…
1240 …raphView.prototype.getBackgroundPageBounds=function(){var a=this.graph.pageFormat,b=this.scale*thi…
1300 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1334 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
1341 …aks=function(a,b,c){b=this.view.scale;c=this.view.translate;var d=this.pageFormat,e=b*this.pageSca…
2087 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
[all …]
Dviewer-static.min.js1019pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=null!=k?k:"Printer-friendl… method in mxPrintPreview
1024 …x,m.height+=m.y,m.x=0,this.border=m.y=0);var r=this.pageFormat.width-2*this.border,t=this.pageForm…
1025 2*this.border;this.pageFormat.height+=this.marginTop+this.marginBottom;m.width/=p;m.height/=p;var u…
1027pageFormat.width,this.pageFormat.height);if(null!=A)for(var z=0;z<A.length;z++)B(A[z],!0);for(var …
1028 …G=z*u+a+1,J=new mxRectangle(D,v,r,t),f=this.renderPage(this.pageFormat.width,this.pageFormat.heigh…
1206 …raphView.prototype.getBackgroundPageBounds=function(){var a=this.graph.pageFormat,b=this.scale*thi…
1266 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1300 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
1307 …aks=function(a,b,c){b=this.view.scale;c=this.view.translate;var d=this.pageFormat,e=b*this.pageSca…
2053 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
[all …]
Dextensions.min.js1032pageFormat.width,k=a.pageFormat.height;0>d&&(d+=Math.ceil((n.x-c.x/g)/w)*w);0>f&&(f+=Math.ceil((n.…
1033 e;b.pageHeight=a.pageFormat.height*x;b.backgroundClr=a.background;b.mathEnabled=a.mathEnabled;b.sha…
1046 …X=Math.ceil((f.x-k.x/w)/a.pageFormat.width)*a.pageFormat.width,F.shiftY=Math.ceil((f.y-k.y/w)/a.pa…
/plugin/odt/ODT/
Dpage.php14 class pageFormat class
DODTDocument.php126 $this->page = new pageFormat();
/plugin/bibtex/OSBib/create/
DADMINSTYLE.php537 $pageFormat = base64_decode($this->session->getVar("cite_footnoteCitationPageFormat"));
539 "cite_footnoteCitationPageFormat", $example, $pageFormat, 3);
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js815pageFormat=mxRectangle.fromRectangle(null!=c?c:a.pageFormat);this.title=null!=k?k:"Printer-friendl… method in mxPrintPreview
820 …x,m.height+=m.y,m.x=0,this.border=m.y=0);var r=this.pageFormat.width-2*this.border,t=this.pageForm…
821 2*this.border;this.pageFormat.height+=this.marginTop+this.marginBottom;m.width/=p;m.height/=p;var u…
823pageFormat.width,this.pageFormat.height);if(null!=A)for(var z=0;z<A.length;z++)B(A[z],!0);for(var …
824 …F=z*u+a+1,J=new mxRectangle(D,v,r,t),f=this.renderPage(this.pageFormat.width,this.pageFormat.heigh…
1002 …raphView.prototype.getBackgroundPageBounds=function(){var a=this.graph.pageFormat,b=this.scale*thi…
1062 mxGraph.prototype.pageFormat=mxConstants.PAGE_FORMAT_A4_PORTRAIT;mxGraph.prototype.pageScale=1.5;mx…
1096 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
1103 …aks=function(a,b,c){b=this.view.scale;c=this.view.translate;var d=this.pageFormat,e=b*this.pageSca…
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...