Lines Matching +full:- +full:f
20 …-8\" standalone=\"yes\"?><Types xmlns='http://schemas.openxmlformats.org/package/2006/content-type…
21 …-8\" standalone=\"yes\"?><Relationships xmlns='http://schemas.openxmlformats.org/package/2006/rela…
22 …=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Properties xmlns='http://schemas.openxmlformats.o…
23 …-8\" standalone=\"yes\"?><cp:coreProperties xmlns:cp='http://schemas.openxmlformats.org/package/20…
24 …n=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Properties xmlns='http://schemas.openxmlformats.…
25 …-8' ?><VisioDocument xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://s…
26 …"visio/windows.xml" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Windows Clien…
27 …"visio/_rels/document.xml.rels" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><R…
28 …"visio/masters/_rels/masters.xml.rels" : '<?xml version="1.0" encoding="UTF-8" standalone="yes"?><…
29 …-8' ?><Masters xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://schemas…
30 …-8' ?><MasterContents xmlns='http://schemas.microsoft.com/office/visio/2012/main' xmlns:r='http://…
98 // var x0 = Math.round((bounds.x - bgBounds.x) / sc);
99 // var y0 = Math.round((bounds.y - bgBounds.y) / sc);
109 var x0 = Math.round(bounds.x / sc) - tr.x;
110 var y0 = Math.round(bounds.y / sc) - tr.y;
118 x0 += Math.ceil((tr.x - bounds.x / sc) / availableWidth) * availableWidth;
123 y0 += Math.ceil((tr.y - bounds.y / sc) / availableHeight) * availableHeight;
158 if (formula) cell.setAttribute("F", formula);
238 …if (fillOpaq) shape.appendChild(createCellElem("FillForegndTrans", 1 - parseInt(fillOpaq)/100.0, x…
239 …if (strkOpaq) shape.appendChild(createCellElem("LineColorTrans", 1 - parseInt(strkOpaq)/100.0, xml…
277 shape.appendChild(createCellElem("ShapeShdwOffsetY", '-0.02946278254943948', xmlDoc));
350 …shape.appendChild(createCellElemScaled("PinY", parentHeight - geo.y - hh - (isChild? 0 : vsdxCanva…
416 …shape.appendChild(createCellElemScaled("PinY", parentHeight - bounds.y - hh - (isChild? 0 : vsdxCa…
427 x = x * s.scale - bounds.x + s.dx + (withoutShift || isChild? 0 : vsdxCanvas.shiftX);
428 …y = (noHeight? 0 : bounds.height) - y * s.scale + bounds.y - s.dy - (withoutShift || isChild? 0 : …
436 …shape.appendChild(createCellElemScaled("BeginY", parentHeight - bounds.y + p0.y, xmlDoc, "_WALKGLU…
438 var pe = calcVsdxPoint(points[points.length - 1], true);
442 …shape.appendChild(createCellElemScaled("EndY", parentHeight - bounds.y + pe.y, xmlDoc, "_WALKGLUE(…
532 vsdxCanvas.translate(-geo.x, -geo.y);
638 //-ve pages
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…
646 vsdxCanvas.translate(-t.x, -t.y);
661 //top-most cells
712 …zip.file(name, (noHeader? "" : "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>") + …
732 pageE.setAttribute("ID", i-1);
997 VsdxExport.prototype.VSDX_ENC = "ISO-8859-1";