Home
last modified time | relevance | path

Searched refs:TabBgColorIndex (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sc/source/filter/excel/
H A Dxeview.cxx276 sal_uInt16 TabBgColorIndex; in WriteBody() local
278 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 17 milliseconds