Home
last modified time | relevance | path

Searched defs:nRGB (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacolorformat.cxx71 sal_Int32 nRGB = 0; in getRGB() local
97 sal_Int32 nRGB = XLRGBToOORGB( _rgb ); in setRGB() local
H A Dvbahelper.cxx497 sal_Int32 nRGB = ( nAutoBits | (nBlue << 16) | (nGreen << 8) | nRed ); in OORGBToXLRGB() local
514 sal_Int32 nRGB = ( nAutoBits | (nRed << 16) | (nGreen << 8) | nBlue ); in XLRGBToOORGB() local
/trunk/main/vcl/inc/
H A Dprintergfx.hxx69 PrinterColor (sal_uInt32 nRGB) : in PrinterColor()
108 PrinterColor& operator= (sal_uInt32 nRGB) in operator =()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx260 sal_uLong nGrey, nRGB[3]; in ImplReadBody() local
/trunk/main/vcl/inc/win/
H A Dsalgdi.h43 #define RGB_TO_PALRGB(nRGB) ((nRGB)|0x02000000) argument
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx353 sal_Int32 nRGB = ( (nBlue << 16) | (nGreen << 8) | nRed ); in OORGBToXLRGB() local
367 sal_Int32 nRGB = ( (nRed << 16) | (nGreen << 8) | nBlue ); in XLRGBToOORGB() local
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx62 DWORD nRGB; member
445 const DWORD nRGB = GetSysColor( nSysIndex ); in ImplInsertSysColorEntry() local
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx524 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local
540 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local
556 sal_uIntPtr nRGB = (sal_uIntPtr)rPar.Get(1)->GetLong(); in RTLFUNC() local
H A Dmethods.cxx3915 sal_uIntPtr nRGB; in RTLFUNC() local
3967 sal_Int32 nRGB = pRGB[ nCol ]; in RTLFUNC() local

Completed in 57 milliseconds