/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 385 COLORREF nOldBkColor = RGB(0xFF,0xFF,0xFF); in ImplDrawBitmap() 386 COLORREF nOldTextColor = RGB(0,0,0); in ImplDrawBitmap() 391 nOldBkColor = SetBkColor( hDC, RGB( 0xFF, 0xFF, 0xFF ) ); in ImplDrawBitmap() 392 nOldTextColor = ::SetTextColor( hDC, RGB( 0x00, 0x00, 0x00 ) ); in ImplDrawBitmap() 485 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 499 COLORREF aOldCol = SetBkColor( hSrcDC, RGB( cRed, cGreen, cBlue ) ); in drawBitmap() 659 HBRUSH hMaskBrush = CreateSolidBrush( RGB( cRed, cGreen, cBlue ) ); in drawMask() 786 COLORREF nOldTextColor RGB(0,0,0); in invert() local
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | ColorComponentTag.idl | 41 /// Red colorant from RGB color space 44 /// Green colorant from RGB color space 47 /// Blue colorant from RGB color space
|
H A D | XColorSpace.idl | 47 /// RGB color triplet 84 an arbitrary other colorspace, or into the standard RGB or ARGB 116 @example For the standard RGB color space, ComponentTags 209 individual RGB color values are premultiplied by the alpha
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | UnoControlFixedHyperlinkModel.idl | 69 /** specifies the background color (RGB) of the control. 154 /** specifies the text color (RGB) of the control. 160 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlFixedTextModel.idl | 69 /** specifies the background color (RGB) of the control. 154 /** specifies the text color (RGB) of the control. 160 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlFileControlModel.idl | 56 /** specifies the background color (RGB) of the control. 158 /** specifies the text color (RGB) of the control. 164 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlDialogModel.idl | 78 /** specifies the background color (RGB) of the dialog. 140 /** specifies the text color (RGB) of the dialog. 146 /** specifies the text line color (RGB) of the dialog.
|
H A D | UnoControlComboBoxModel.idl | 72 /** specifies the background color (RGB) of the control. 198 /** specifies the text color (RGB) of the control. 204 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlPatternFieldModel.idl | 56 /** specifies the background color (RGB) of the control. 181 /** specifies the text color (RGB) of the control. 187 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlCheckBoxModel.idl | 70 /** specifies the background color (RGB) of the control. 184 /** specifies the text color (RGB) of the control. 190 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlListBoxModel.idl | 67 /** specifies the background color (RGB) of the control. 182 /** specifies the text color (RGB) of the control. 188 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlRadioButtonModel.idl | 71 /** specifies the background color (RGB) of the control. 184 /** specifies the text color (RGB) of the control. 190 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlCurrencyFieldModel.idl | 56 /** specifies the background color (RGB) of the control. 210 /** specifies the text color (RGB) of the control. 216 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlNumericFieldModel.idl | 56 /** specifies the background color(RGB) of the control. 198 /** specifies the text color (RGB) of the control. 204 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlTimeFieldModel.idl | 56 /** specifies the background color (RGB) of the control. 193 /** specifies the text color (RGB) of the control. 199 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlDateFieldModel.idl | 56 /** specifies the background color(RGB) of the control. 246 /** specifies the text color (RGB) of the control. 252 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlEditModel.idl | 86 /** specifies the background color (RGB) of the control. 247 /** specifies the text color (RGB) of the control. 253 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlButtonModel.idl | 69 /** specifies the background color (RGB) of the control. 239 /** specifies the text color (RGB) of the control. 245 /** specifies the text line color (RGB) of the control.
|
H A D | XProgressBar.idl | 47 /** sets the foreground color (RGB) of the control. 53 /** sets the background color (RGB) of the control.
|
H A D | UnoControlFormattedFieldModel.idl | 72 /** specifies the background color (RGB) of the control. 273 /** specifies the text color (RGB) of the control. 279 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlFixedLineModel.idl | 114 /** specifies the text color (RGB) of the control. 120 /** specifies the text line color (RGB) of the control.
|
H A D | UnoControlProgressBarModel.idl | 49 /** specifies the background color (RGB) of the control. 84 /** specifies the fill color (RGB) of the control.
|
/aoo41x/main/solenv/inc/ |
H A D | svpm.h | 46 #define RGB PM_RGB // YD rsc bison 2.3 macro 80 #undef RGB
|
/aoo41x/main/offapi/com/sun/star/animations/ |
H A D | AnimationColorSpace.idl | 41 /** defines that the RGB colorspace is used for interpolation . 43 const short RGB = 0;
|
/aoo41x/main/oox/source/ppt/ |
H A D | timenodelistcontext.cxx | 93 case AnimationColorSpace::RGB: in get() 491 , m_byColor( AnimationColorSpace::RGB, 0, 0, 0) in AnimColorContext() 505 …ATION ] = makeAny( mnColorSpace == XML_hsl ? AnimationColorSpace::HSL : AnimationColorSpace::RGB ); in endFastElement() 541 m_byColor.colorSpace = AnimationColorSpace::RGB; in createFastChildContext()
|