Lines Matching refs:anchor

9483     value: function getAnchorRect(anchor) {
9484 var l = Math.floor(anchor.left);
9485 var lf = Math.floor((anchor.left - l) * 68);
9486 var t = Math.floor(anchor.top);
9487 var tf = Math.floor((anchor.top - t) * 18);
9488 var r = Math.floor(anchor.right);
9489 var rf = Math.floor((anchor.right - r) * 68);
9490 var b = Math.floor(anchor.bottom);
9491 var bf = Math.floor((anchor.bottom - b) * 18);
9510 …var rect = model.anchor ? this.getAnchorRect(model.anchor) : this.getDefaultRect(model.refAddress);
9637 anchor: [],
9688 this.model.anchor = this.map['x:Anchor'].text;
9849 model.anchors.forEach(function (anchor) {
9850 if (anchor.br) {
9851 _this3.map['xdr:twoCellAnchor'].reconcile(anchor, options);
9853 _this3.map['xdr:oneCellAnchor'].reconcile(anchor, options);
9956 anchor: '',
9996 … this.model.anchor = this.map['x:ClientData'].model && this.map['x:ClientData'].model.anchor;
11832 var anchor = _this2.map[item.anchorType];
11833 anchor.prepare(item, {
11846 var anchor = _this3.map[item.anchorType];
11847 anchor.render(xmlStream, item);
11912 model.anchors.forEach(function (anchor) {
11913 if (anchor.br) {
11914 _this4.map['xdr:twoCellAnchor'].reconcile(anchor, options);
11916 _this4.map['xdr:oneCellAnchor'].reconcile(anchor, options);
18973 var anchor = {
18983 anchor.picture.hyperlinks = {
18996 drawing.anchors.push(anchor);
19240 drawing.anchors.forEach(function (anchor) {
19241 if (anchor.medium) {
19244 imageId: anchor.medium.index,
19245 range: anchor.range,
19246 hyperlinks: anchor.picture.hyperlinks
24024 (drawing.anchors || []).forEach(function (anchor) {
24025 var hyperlinks = anchor.picture && anchor.picture.hyperlinks;