Home
last modified time | relevance | path

Searched refs:TRGB_COLORDATA (Results 1 – 6 of 6) sorted by relevance

/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx66 #define DEFAULT_BACKGROUNDCOLOR TRGB_COLORDATA( 0x00, 0xC0, 0xC0, 0xC0 ) // lightgray
67 #define DEFAULT_FOREGROUNDCOLOR TRGB_COLORDATA( 0x00, 0x00, 0x00, 0x80 ) // blue
72 #define LINECOLOR_BRIGHT TRGB_COLORDATA( 0x00, 0xFF, 0xFF, 0xFF ) // white
73 #define LINECOLOR_SHADOW TRGB_COLORDATA( 0x00, 0x00, 0x00, 0x00 ) // black
H A Dstatusindicator.hxx83 #define BACKGROUNDCOLOR TRGB_COLORDATA( 0x00, 0xC0, 0xC0, 0xC0 ) // lighgray
84 #define LINECOLOR_BRIGHT TRGB_COLORDATA( 0x00, 0xFF, 0xFF, 0xFF ) // white
85 #define LINECOLOR_SHADOW TRGB_COLORDATA( 0x00, 0x00, 0x00, 0x00 ) // black
H A Dprogressmonitor.hxx119 #define BACKGROUNDCOLOR TRGB_COLORDATA( 0x00, 0xC0, 0xC0, 0xC0 ) // lighgray
120 #define LINECOLOR_BRIGHT TRGB_COLORDATA( 0x00, 0xFF, 0xFF, 0xFF ) // white
121 #define LINECOLOR_SHADOW TRGB_COLORDATA( 0x00, 0x00, 0x00, 0x00 ) // black
/trunk/main/tools/inc/tools/
H A Dcolor.hxx53 #define TRGB_COLORDATA( t,r,g,b ) ((ColorData)(((sal_uInt32)((sal_uInt8)(b))))|(((sal_uInt32)((sal_… macro
76 #define COL_TRANSPARENT TRGB_COLORDATA( 0xFF, 0xFF, 0xFF, 0xFF )
124 { mnColor = TRGB_COLORDATA( nTransparency, nRed, nGreen, nBlue ); } in Color()
/trunk/main/sw/inc/
H A Dauthratr.hxx31 #define COL_NONE TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF )
/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx143 #define TRGB_COLORDATA(TRANSPARENCE,RED,GREEN,BLUE) \ macro

Completed in 47 milliseconds