Searched refs:ColorIndex (Results 1 – 7 of 7) sorted by relevance
111 sal_uInt8 ColorIndex; in ReadTabBgColor() local115 ColorIndex = rStrm.ReaduInt8() & EXC_SHEETEXT_TABCOLOR; //0x7F in ReadTabBgColor()116 if ( ColorIndex >= 8 && ColorIndex <= 63 ) //only accept valid index values in ReadTabBgColor()118 TabBgColor = rPal.GetColor( ColorIndex ); in ReadTabBgColor()
44 [attribute] any ColorIndex;
46 [attribute] any ColorIndex;
146 any BorderAround( [in] any LineStyle, [in] any Weight, [in] any ColorIndex, [in] any Color );
251 …const css::uno::Any& Weight, const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (…
3872 … const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (css::uno::RuntimeException) in BorderAround() argument3895 if( ColorIndex.hasValue() ) in BorderAround()3897 xBorder->setColorIndex( ColorIndex ); in BorderAround()
Completed in 86 milliseconds