Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxestyle.cxx157 XclListColor::XclListColor( const Color& rColor, sal_uInt32 nColorId ) : in XclListColor() argument
159 mnColorId( nColorId ), in XclListColor()
246 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;
276 const Color& GetOriginalColor( sal_uInt32 nColorId ) const;
418 if( nColorId >= EXC_PAL_INDEXBASE ) in GetColorIndex()
420 else if( nColorId < maColorIdDataVec.size() ) in GetColorIndex()
421 nRet = GetXclIndex( maColorIdDataVec[ nColorId ].mnIndex ); in GetColorIndex()
517 if( nColorId < maColorIdDataVec.size() ) in GetOriginalColor()
518 return maColorIdDataVec[ nColorId ].maColor; in GetOriginalColor()
782 sal_uInt16 XclExpPalette::GetColorIndex( sal_uInt32 nColorId ) const in GetColorIndex()
[all …]
H A Dxechart.cxx1191 void XclExpChText::SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) in SetFont() argument
1196 mnTextColorId = nColorId; in SetFont()
2867 void XclExpChTick::SetFontColor( const Color& rColor, sal_uInt32 nColorId ) in SetFontColor() argument
2871 mnTextColorId = nColorId; in SetFontColor()
2946 void XclExpChAxis::SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) in SetFont() argument
2950 mxTick->SetFontColor( rColor, nColorId ); in SetFont()
/aoo41x/main/sc/source/filter/inc/
H A Dxechart.hxx500 …virtual void SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) = 0;
529 virtual void SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId );
1066 void SetFontColor( const Color& rColor, sal_uInt32 nColorId );
1099 virtual void SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId );
H A Dxestyle.hxx96 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;

Completed in 72 milliseconds