Lines Matching refs:comment

3532 /* OASIS does not comment on filename case sensitivity */
7278 var comment = parse_XLUnicodeStringNoCch(blob, cchComment, opts);
7279 return [name, comment];
8102 case 'A': break; // TODO: comment
12163 comments.forEach(function(comment) { argument
12164 var r = decode_cell(comment.ref);
12168 } else cell = sheet[comment.ref];
12172 else sheet[comment.ref] = cell;
12183 var o/*:Comment*/ = ({a: comment.author, t: comment.t, r: comment.r, T: threaded});
12184 if(comment.h) o.h = comment.h;
12211 if(cmnttag && cmnttag[1]) cmnttag[1].split(/<\/\w*:?comment>/).forEach(function(x) {
12213 var cm = x.match(/<(?:\w+:)?comment[^>]*>/);
12216 …var comment/*:RawComment*/ = ({ author: y.authorId && authors[y.authorId] || "sheetjsghost", ref: … class in parse_comments_xml.AnonymousFunction701aad5b4d00
12221 comment.r = rt.r;
12223 comment.t = (rt.t||"").replace(/\r\n/g,"\n").replace(/\r/g,"\n");
12224 if(opts.cellHTML) comment.h = rt.h;
12225 commentList.push(comment);
12259 o.push('<comment ref="' + d[0] + '" authorId="' + iauthor.indexOf(escapexml(c.a)) + '"><text>');
12261 o.push('</text></comment>');
12265 o.push('<comment ref="' + d[0] + '" authorId="' + lastauthor + '"><text>');
12269 o.push('</text></comment>');
12280 var pass = false, comment = {}, tidx = 0;
12291 case '<threadedComment': comment = {author: y.personId, guid: y.id, ref: y.ref, T: 1}; break;
12292 case '</threadedComment>': if(comment.t != null) out.push(comment); break;
12295 …case '</text>': comment.t = data.slice(tidx, idx).replace(/\r\n/g, "\n").replace(/\r/g, "\n"); bre…
12454 data.forEach(function(comment) { argument
12455 comment[1].forEach(function(c) {
12464 data.forEach(function(comment) { argument
12465 comment[1].forEach(function(c) {
12467 var range = {s:decode_cell(comment[0]),e:decode_cell(comment[0])};
17322 if(y.comment) dname.Comment = y.comment;
17460 if(n.Comment) d.comment = n.Comment;
17555 var comment = parse_XLNullableWideString(data);
17566 if(comment) out.Comment = comment;
18058 function xlml_clean_comment(comment/*:any*/) { argument
18059 comment.t = comment.v || "";
18060 comment.t = comment.t.replace(/\r\n/g,"\n").replace(/\r/g,"\n");
18061 comment.v = comment.w = comment.ixfe = undefined;
18111 var comments/*:Array<Comment>*/ = [], comment/*:Comment*/ = ({}/*:any*/); variable
18127 …(didx, Rn.index), ss, dtag, state[state.length-1][0]==/*"Comment"*/"comment"?comment:cell, {c:c,r:…
18330 case 'comment' /*case 'Comment'*/:
18333 xlml_clean_comment(comment);
18334 comments.push(comment);
18338 comment = ({a:tmp.Author}/*:any*/); class
21464 …// if(b8) comments.forEach(function(comment) { write_biff_rec(ba, 0x001c /* Note */, write_NoteSh(
22112 var comments/*:Array<Comment>*/ = [], comment/*:Comment*/ = ({}/*:any*/); variable
22195 comments = []; comment = ({}/*:any*/);
22292 comment.t = textp;
22293 if(textR.length) /*::(*/comment/*:: :any)*/.R = textR;
22294 comment.a = creator;
22295 comments.push(comment);