Searched defs:nRGB (Results 1 – 9 of 9) sorted by relevance
71 sal_Int32 nRGB = 0; in getRGB() local97 sal_Int32 nRGB = XLRGBToOORGB( _rgb ); in setRGB() local
497 sal_Int32 nRGB = ( nAutoBits | (nBlue << 16) | (nGreen << 8) | nRed ); in OORGBToXLRGB() local514 sal_Int32 nRGB = ( nAutoBits | (nRed << 16) | (nGreen << 8) | nBlue ); in XLRGBToOORGB() local
69 PrinterColor (sal_uInt32 nRGB) : in PrinterColor()108 PrinterColor& operator= (sal_uInt32 nRGB) in operator =()
260 sal_uLong nGrey, nRGB[3]; in ImplReadBody() local
43 #define RGB_TO_PALRGB(nRGB) ((nRGB)|0x02000000) argument
353 sal_Int32 nRGB = ( (nBlue << 16) | (nGreen << 8) | nRed ); in OORGBToXLRGB() local367 sal_Int32 nRGB = ( (nRed << 16) | (nGreen << 8) | nBlue ); in XLRGBToOORGB() local
62 DWORD nRGB; member445 const DWORD nRGB = GetSysColor( nSysIndex ); in ImplInsertSysColorEntry() local
524 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local540 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local556 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local
3915 sal_uIntPtr nRGB; in RTLFUNC() local3967 sal_Int32 nRGB = pRGB[ nCol ]; in RTLFUNC() local
Completed in 80 milliseconds