Home
last modified time | relevance | path

Searched refs:encodeOleColor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx654 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()
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx101 static sal_uInt32 encodeOleColor( sal_Int32 nRgbColor );
/trunk/main/oox/source/ole/
H A Dolehelper.cxx169 /*static*/ sal_uInt32 OleHelper::encodeOleColor( sal_Int32 nRgbColor ) in encodeOleColor() function in oox::ole::OleHelper

Completed in 23 milliseconds