Searched refs:nColorId (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 157 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 D | xechart.cxx | 1191 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()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 500 …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 D | xestyle.hxx | 96 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;
|
Completed in 54 milliseconds