Lines Matching refs:theme

4679 		case 3: out.theme = index; break;
4691 } else if (color.theme != null) {
4693 o.write_shift(1, color.theme);
4702 if (!color.rgb || color.theme != null) {
5218 "application/vnd.openxmlformats-officedocument.theme+xml": "themes",
5434 THEME: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme",
9851 /* 18.3.1.15 color CT_Color TODO: tint, theme, auto, indexed */
10697 if(y.theme) fill.bgColor.theme = parseInt(y.theme, 10);
10707 if(y.theme) fill.fgColor.theme = parseInt(y.theme, 10);
10827 } else if(y.theme) {
10828 font.color.theme = parseInt(y.theme, 10);
10830 if(y.theme && themes.themeElements && themes.themeElements.clrScheme) {
10831 …font.color.rgb = rgb_tint(themes.themeElements.clrScheme[font.color.theme].rgb, font.color.tint ||…
11010 …o[o.length] = ('<fonts count="1"><font><sz val="12"/><color theme="1"/><name val="Calibri"/><famil…
11243 … if(val.color.theme != null && themes && themes.themeElements && themes.themeElements.clrScheme) {
11244 …val.color.rgb = rgb_tint(themes.themeElements.clrScheme[val.color.theme].rgb, val.color.tint || 0);
11313 color: {theme:1},
11415 /* Even though theme layout is dk1 lt1 dk2 lt2, true order is lt1 dk1 lt2 dk2 */
11510 /* 20.1.6.9 theme CT_OfficeStyleSheet */
11517 if(!(t=data.match(themeltregex))) throw new Error('themeElements not found in theme');
11527 …o[o.length] = '<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Offi…
11691 o[o.length] = '</a:theme>';
11703 var themeXML = getzipstr(zip, "theme/theme/theme1.xml", true);
15224 if (p.s.fgColor && p.s.fgColor.theme && !p.s.fgColor.rgb) {
15225 …p.s.fgColor.rgb = rgb_tint(themes.themeElements.clrScheme[p.s.fgColor.theme].rgb, p.s.fgColor.tint…
15226 if(opts.WTF) p.s.fgColor.raw_rgb = themes.themeElements.clrScheme[p.s.fgColor.theme].rgb;
15228 if (p.s.bgColor && p.s.bgColor.theme) {
15229 …p.s.bgColor.rgb = rgb_tint(themes.themeElements.clrScheme[p.s.bgColor.theme].rgb, p.s.bgColor.tint…
15230 if(opts.WTF) p.s.bgColor.raw_rgb = themes.themeElements.clrScheme[p.s.bgColor.theme].rgb;
21321 color: {theme:1},
25038 ['cellStyles', false], /* emits style/theme as .s */
25473 f = "xl/theme/theme1.xml";
25477 add_rels(opts.wbrels, -1, "theme/theme1.xml", RELS.THEME);
25622 f = "xl/theme/theme1.xml";
25625 add_rels(opts.wbrels, -1, "theme/theme1.xml", RELS.THEME);