Home
last modified time | relevance | path

Searched refs:nRgbColor (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/source/ole/ !
H A Dolehelper.cxx169 /*static*/ sal_uInt32 OleHelper::encodeOleColor( sal_Int32 nRgbColor ) in encodeOleColor() argument
171 return OLE_COLORTYPE_BGR | lclSwapRedBlue( static_cast< sal_uInt32 >( nRgbColor & 0xFFFFFF ) ); in encodeOleColor()
/AOO41X/main/oox/inc/oox/ole/ !
H A Dolehelper.hxx101 static sal_uInt32 encodeOleColor( sal_Int32 nRgbColor );