Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/
H A 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;
H A 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();
H A DmxRuler.js170 pageShift = layout.y * graph.pageFormat.height;
174 pageShift = layout.x * graph.pageFormat.width;
H A DElectronApp.js24 fit, sheetsAcross, sheetsDown, zoom, pageScale, pageFormat) argument
43 pageWidth: pageFormat.width,
44 pageHeight: pageFormat.height,
H A DDiffSync.js29 foldingEnabled: true, pageScale: true, mathEnabled: true, pageFormat: true, extFonts: true};
H A 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;
H A DApp.js7774 this.graph.pageFormat = mxSettings.getPageFormat();
H A DEditorUi.js10476 this.editor.graph.pageFormat = (this.editor.graph.defaultPageFormat != null) ?
10481 mxSettings.setPageFormat(this.editor.graph.pageFormat);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js446 this.graph.pageFormat = mxGraph.prototype.pageFormat;
1803 pageFormat = mxRectangle.fromRectangle(pageFormat);
1804 pageFormat.width = 827;
1808 pageFormat = mxRectangle.fromRectangle(pageFormat);
1816 pageFormat = mxRectangle.fromRectangle(pageFormat);
1817 pageFormat.width = 583;
1821 pageFormat = mxRectangle.fromRectangle(pageFormat);
1826 if (pageFormat.width == f.format.width && pageFormat.height == f.format.height)
1837 else if (pageFormat.width == f.format.height && pageFormat.height == f.format.width)
1964 pageFormat = value;
[all …]
H A DActions.js1033 var fmt = graph.pageFormat;
1054 var fmt = graph.pageFormat;
1076 var fmt = graph.pageFormat;
H A 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);
H A DEditorUi.js3590 var tmp = graph.pageFormat;
3669 this.editor.graph.pageFormat = value;
H A 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/
H A 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/
H A 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/
H A 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;
H A 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…
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…
1300 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
2053 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
2056 …rseFloat(b.getAttribute("pageHeight"));isNaN(c)||isNaN(e)||(this.graph.pageFormat=new mxRectangle(…
2094 …ckgroundImage.src:null)===(null!=v?v.src:null);k.pageFormat.width==d.previousFormat.width&&k.pageF…
2247 …rmat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.pageFormat=b;c||(this.edito…
2399 …n(){return this.pageVisible?new mxRectangle(0,0,this.pageFormat.width*this.pageScale,this.pageForm…
[all …]
H A 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…
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…
2087 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
2128 …ckgroundImage.src:null)===(null!=u?u.src:null);e.pageFormat.width==b.previousFormat.width&&e.pageF…
2648 …n(){return this.pageVisible?new mxRectangle(0,0,this.pageFormat.width*this.pageScale,this.pageForm…
3236pageFormat,function(a){if(null==d.pageFormat||d.pageFormat.width!=a.width||d.pageFormat.height!=a.…
3237 function(){e.set(d.pageFormat)});var c=function(){e.set(d.pageFormat)};b.addListener("pageFormatCha…
10500pageFormat&&(f=parseInt(b.pageFormat.width),d=parseInt(b.pageFormat.height),!isNaN(f)&&0<f&&!isNaN…
[all …]
H A 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…
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…
1300 ….getPreferredPageSize=function(a,b,c){a=this.view.translate;var d=this.pageFormat,e=this.pageScale…
2053 …s.graph.pageScale=mxGraph.prototype.pageScale;this.graph.pageFormat=mxGraph.prototype.pageFormat;t…
2056 …rseFloat(b.getAttribute("pageHeight"));isNaN(c)||isNaN(e)||(this.graph.pageFormat=new mxRectangle(…
2094 …ckgroundImage.src:null)===(null!=v?v.src:null);k.pageFormat.width==d.previousFormat.width&&k.pageF…
2247 …rmat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.pageFormat=b;c||(this.edito…
2399 …n(){return this.pageVisible?new mxRectangle(0,0,this.pageFormat.width*this.pageScale,this.pageForm…
[all …]
H A 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/
H A Dpage.php14 class pageFormat class
H A DODTDocument.php126 $this->page = new pageFormat();
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php537 $pageFormat = base64_decode($this->session->getVar("cite_footnoteCitationPageFormat"));
539 "cite_footnoteCitationPageFormat", $example, $pageFormat, 3);
/plugin/diagramsnet/lib/mxgraph/
H A 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… method in mxGraph
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/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...