Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 25 of 168) sorted by relevance

1234567

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx385 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
/trunk/main/offapi/com/sun/star/rendering/
H A DColorComponentTag.idl41 /// Red colorant from RGB color space
44 /// Green colorant from RGB color space
47 /// Blue colorant from RGB color space
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFixedHyperlinkModel.idl69 /** 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 DUnoControlFixedTextModel.idl69 /** 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 DUnoControlFileControlModel.idl56 /** 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 DUnoControlDialogModel.idl78 /** 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 DUnoControlPatternFieldModel.idl56 /** 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 DUnoControlComboBoxModel.idl72 /** 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 DUnoControlListBoxModel.idl67 /** 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 DUnoControlRadioButtonModel.idl71 /** 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 DUnoControlCheckBoxModel.idl70 /** 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 DUnoControlCurrencyFieldModel.idl56 /** 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 DUnoControlNumericFieldModel.idl56 /** 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 DUnoControlTimeFieldModel.idl56 /** 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 DUnoControlDateFieldModel.idl56 /** 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 DUnoControlEditModel.idl86 /** 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 DUnoControlButtonModel.idl69 /** specifies the background color (RGB) of the control.
249 /** specifies the text color (RGB) of the control.
255 /** specifies the text line color (RGB) of the control.
H A DUnoControlFormattedFieldModel.idl72 /** 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 DXProgressBar.idl47 /** sets the foreground color (RGB) of the control.
53 /** sets the background color (RGB) of the control.
H A DUnoControlFixedLineModel.idl114 /** specifies the text color (RGB) of the control.
120 /** specifies the text line color (RGB) of the control.
H A DUnoControlProgressBarModel.idl49 /** specifies the background color (RGB) of the control.
84 /** specifies the fill color (RGB) of the control.
H A DUnoControlGroupBoxModel.idl103 /** specifies the text color (RGB) of the control.
109 /** specifies the text line color (RGB) of the control.
/trunk/main/solenv/inc/
H A Dsvpm.h46 #define RGB PM_RGB // YD rsc bison 2.3 macro
80 #undef RGB
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationColorSpace.idl41 /** defines that the RGB colorspace is used for interpolation .
43 const short RGB = 0;
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx93 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()

Completed in 112 milliseconds

1234567