Searched refs:TRGB_COLORDATA (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/UnoControls/source/inc/ |
H A D | progressbar.hxx | 66 #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 D | statusindicator.hxx | 83 #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 D | progressmonitor.hxx | 119 #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
|
/aoo41x/main/tools/inc/tools/ |
H A D | color.hxx | 53 #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()
|
/aoo41x/main/sw/inc/ |
H A D | authratr.hxx | 31 #define COL_NONE TRGB_COLORDATA( 0x80, 0xFF, 0xFF, 0xFF )
|
/aoo41x/main/UnoControls/inc/ |
H A D | basecontrol.hxx | 143 #define TRGB_COLORDATA(TRANSPARENCE,RED,GREEN,BLUE) \ macro
|
Completed in 77 milliseconds