Searched refs:XclExpChFontRef (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/filter/inc/ |
H A D | xechart.hxx | 449 typedef ScfRef< XclExpChFont > XclExpChFontRef; typedef 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 ); 559 XclExpChFontRef mxFont; /// Index into font buffer (CHFONT record). 1099 virtual void SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ); 1125 XclExpChFontRef mxFont; /// Index into font buffer (CHFONT record).
|
/trunk/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 1166 XclExpChFontRef xFont( new XclExpChFont( nFontIdx ) ); in ConvertFontBase() 1191 void XclExpChText::SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) in SetFont() 2946 void XclExpChAxis::SetFont( XclExpChFontRef xFont, const Color& rColor, sal_uInt32 nColorId ) in SetFont()
|
Completed in 184 milliseconds