Searched refs:TabBgColorIndex (Results 1 – 1 of 1) sorted by relevance
276 sal_uInt16 TabBgColorIndex; in WriteBody() local278 TabBgColorIndex = rPal.GetColorIndex(mrTabViewData.mnTabBgColorId); in WriteBody()279 if (TabBgColorIndex < 8 || TabBgColorIndex > 63 ) // only numbers 8 - 63 are valid numbers in WriteBody()280 TabBgColorIndex = 127; //Excel specs: 127 makes excel ignore tab color information. in WriteBody()281 rStrm << rt << grbitFrt << unused << unused << cb << TabBgColorIndex << reserved; in WriteBody()
Completed in 13 milliseconds