Searched refs:encodeOleColor (Results 1 – 3 of 3) sorted by relevance
654 return OleHelper::encodeOleColor( rTextColor.copy( 1 ).toInt32( 16 ) ); in convertControlTextColor()662 return OleHelper::encodeOleColor( (nR << 16) | (nG << 8) | nB ); in convertControlTextColor()679 return OleHelper::encodeOleColor( nRgbValue ); in convertControlTextColor()682 return OleHelper::encodeOleColor( rGraphicHelper.getPaletteColor( rTextColor.toInt32() ) ); in convertControlTextColor()736 rAxModel.mnBackColor = OleHelper::encodeOleColor( nRgbValue ); in convertControlBackground()
101 static sal_uInt32 encodeOleColor( sal_Int32 nRgbColor );
169 /*static*/ sal_uInt32 OleHelper::encodeOleColor( sal_Int32 nRgbColor ) in encodeOleColor() function in oox::ole::OleHelper
Completed in 22 milliseconds