Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx246 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;
429 rnXclForeIx = GetColorIndex( nForeColorId ); in GetMixedColors()
430 rnXclBackIx = GetColorIndex( nBackColorId ); in GetMixedColors()
782 sal_uInt16 XclExpPalette::GetColorIndex( sal_uInt32 nColorId ) const in GetColorIndex() function in XclExpPalette
784 return mxImpl->GetColorIndex( nColorId ); in GetColorIndex()
1003 << GetPalette().GetColorIndex( mnColorId ) in WriteBody()
1635 mnLeftColor = rPalette.GetColorIndex( mnLeftColorId ); in SetFinalColors()
1636 mnRightColor = rPalette.GetColorIndex( mnRightColorId ); in SetFinalColors()
1637 mnTopColor = rPalette.GetColorIndex( mnTopColorId ); in SetFinalColors()
1638 mnBottomColor = rPalette.GetColorIndex( mnBottomColorId ); in SetFinalColors()
[all …]
H A Dxeview.cxx131 rStrm << rRoot.GetPalette().GetColorIndex( mnGridColorId ) in WriteBody()
278 TabBgColorIndex = rPal.GetColorIndex(mrTabViewData.mnTabBgColorId); in WriteBody()
447 … OString::valueOf( (sal_Int32) rStrm.GetRoot().GetPalette().GetColorIndex( mnGridColorId… in SaveXml()
H A Dxechart.cxx573 rStrm << rStrm.GetRoot().GetPalette().GetColorIndex( mnColorId ); in WriteBody()
666 rStrm << rPal.GetColorIndex( mnPattColorId ) << rPal.GetColorIndex( mnBackColorId ); in WriteBody()
700 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillColor, 0x08000000 | rPal.GetColorIndex( mnColor1Id ) ); in Save()
701 …maData.mxEscherSet->AddOpt( ESCHER_Prop_fillBackColor, 0x08000000 | rPal.GetColorIndex( mnColor2Id… in Save()
1424 rStrm << GetPalette().GetColorIndex( mnTextColorId ) in WriteBody()
1519 …rStrm << rPal.GetColorIndex( mnLineColorId ) << rPal.GetColorIndex( mnFillColorId ) << maData.mnMa… in WriteBody()
2891 rStrm << GetPalette().GetColorIndex( mnTextColorId ) << maData.mnRotation; in WriteBody()
H A Dxecontent.cxx736 … sal_uInt32 nColor = mbColorUsed ? GetPalette().GetColorIndex( mnFontColorId ) : 0xFFFFFFFF; in WriteBody()
/trunk/main/cui/source/options/
H A Doptchart.cxx150 long SvxDefaultColorOptPage::GetColorIndex( const Color& rCol ) in GetColorIndex() function in SvxDefaultColorOptPage
198 long nIndex = GetColorIndex( aCol ); in IMPL_LINK()
H A Doptchart.hxx71 long GetColorIndex( const Color& rCol );
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx189 ScVbaInterior::GetColorIndex( const sal_Int32 nColor ) in GetColorIndex() function in ScVbaInterior
225 return uno::makeAny( GetColorIndex( nColor ) ); in getColorIndex()
H A Dvbainterior.hxx58 sal_Int32 GetColorIndex( const sal_Int32 nColor );
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx96 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;

Completed in 74 milliseconds