Searched refs:nRgbColor (Results 1 – 2 of 2) sorted by relevance
169 /*static*/ sal_uInt32 OleHelper::encodeOleColor( sal_Int32 nRgbColor ) in encodeOleColor() argument171 return OLE_COLORTYPE_BGR | lclSwapRedBlue( static_cast< sal_uInt32 >( nRgbColor & 0xFFFFFF ) ); in encodeOleColor()
101 static sal_uInt32 encodeOleColor( sal_Int32 nRgbColor );
Completed in 9 milliseconds