Lines Matching +defs:text +defs:color
1869 color: blob.read_shift(1), property
3661 function raw_unescapexml(text/*:string*/)/*:string*/ { argument
3667 return function unescapexml(text/*:string*/, xlsx/*:boolean*/) { argument
3674 function escapexml(text/*:string*/)/*:string*/{ argument
3678 function escapexmltag(text/*:string*/)/*:string*/{ return escapexml(text).replace(/ /g,"_x0020_"); } argument
3681 function escapehtml(text/*:string*/)/*:string*/{ argument
3686 function escapexlml(text/*:string*/)/*:string*/{ argument
4685 function write_BrtColor(color, o) { argument
11313 color: {theme:1}, property
21321 color: {theme:1}, property
21852 function parse_text_p(text/*:string*//*::, tag*/)/*:Array<any>*/ { argument
22829 var write_text_p = function(text/*:string*/)/*:string*/ { argument
26340 function cell_add_comment(cell/*:Cell*/, text/*:string*/, author/*:?string*/) { argument