Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxiview.cxx111 sal_uInt8 ColorIndex; in ReadTabBgColor() local
115 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()
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DXBorder.idl44 [attribute] any ColorIndex;
H A DXInterior.idl46 [attribute] any ColorIndex;
H A DXRange.idl146 any BorderAround( [in] any LineStyle, [in] any Weight, [in] any ColorIndex, [in] any Color );
/aoo42x/main/oovbaapi/ooo/vba/
H A DXFontBase.idl46 [attribute] any ColorIndex;
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.hxx251 …const css::uno::Any& Weight, const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (…
H A Dvbarange.cxx3872 … const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (css::uno::RuntimeException) in BorderAround() argument
3895 if( ColorIndex.hasValue() ) in BorderAround()
3897 xBorder->setColorIndex( ColorIndex ); in BorderAround()

Completed in 60 milliseconds