Home
last modified time | relevance | path

Searched refs:color (Results 476 – 500 of 897) sorted by relevance

1...<<11121314151617181920>>...36

/trunk/main/helpcontent2/source/auxiliary/vi/
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
94 { background: #FFFFFF; color: #000000; }
115 { color: #000000; }
/trunk/main/helpcontent2/source/auxiliary/zh-TW/
H A Dhighcontrastwhite.css85 { color: red; border: 1px solid red; }
94 { background: #FFFFFF; color: #000000; }
115 { color: #000000; }
/trunk/main/svx/source/accessibility/
H A Daccessibility.src28 Text [ en-US ] = "3D material color" ;
32 Text [ en-US ] = "Font color" ;
36 Text [ en-US ] = "Background color" ;
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellBorder.java122 … expInnerLineWidth, double expLineDistance, double expOuterLineWidth, int color, double innerLineW… in CellBorder() argument
126 eBorderLine.Color = color; in CellBorder()
131 aBorderLine.Color = color; in CellBorder()
/trunk/main/offapi/com/sun/star/rendering/
H A DXHalfFloatBitmap.idl51 color components.<p>
75 /** Set a single pixel of the bitmap with the given color
86 …void setPixel( [in] sequence<short> color, [in] FloatingPointBitmapLayout bitmapLayout, [in] …
H A DXIeeeDoubleReadOnlyBitmap.idl52 doubles for their color components. In contrast to
101 /** Get a single pixel of the bitmap, returning its color
112 color from.
H A DXIeeeFloatReadOnlyBitmap.idl52 color components. In contrast to <type>XIeeeFloatBitmap</type>,
100 /** Get a single pixel of the bitmap, returning its color
111 color from.
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFormattedFieldModel.idl72 /** specifies the background color (RGB) of the control.
90 /** specifies the color of the border, if present
273 /** specifies the text color (RGB) of the control.
279 /** 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 DUnoControlScrollBarModel.idl49 /** specifies the RGB color to be used for the control.
75 /** specifies the color of the border, if present
170 /** specifies the RGB color to be used when painting symbols which are
H A DUnoControlSpinButtonModel.idl70 /** specifies the color of the border, if present
136 /** specifies the RGB color to be used for the control
142 /** specifies the RGB color to be used when painting symbols which are
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.
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java146 Color color = maFgColor; in paint() local
148 color = new Color (maFgColor.getRed(), maFgColor.getGreen(), maFgColor.getBlue()); in paint()
149 g.setColor (color); in paint()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx487 sal_uInt32 color(0xFF000000); in update() local
488 color |= pSrcScanline[2]<<16; in update()
489 color |= pSrcScanline[1]<<8; in update()
490 color |= pSrcScanline[0]; in update()
492 *pDstScanline++ = color; in update()
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl69 /** specifies the text color (as RGB value) of the control.
74 /** specifies the text line color (as RGB value) of the control.
76 <p>This color is used if the <member>FontDescriptor</member> defines
/trunk/main/offapi/com/sun/star/text/
H A DTextGraphicObject.idl132 /** changes the display of the red color channel.
137 /** changes the display of the green color channel.
142 /** changes the display of the blue color channel.
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java179 Color color = maFgColor; in paint() local
181 color = new Color (maFgColor.getRed(), maFgColor.getGreen(), maFgColor.getBlue()); in paint()
182 g.setColor (color); in paint()
/trunk/main/svx/source/dialog/
H A Dbmpmask.src56 Text [ en-US ] = "Source color" ;
312 // This string is used by the eyedropper dialog to denote a color in an image
313 // that will be replaced by another color.
/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl92 /** This property contains the value of the text color.
146 /** This optional property contains the text background color.
152 /** This property determines if the text background color is set to
398 /** This property contains the color of the underline for the characters.
/trunk/main/oox/source/export/
H A Ddrawingml.cxx725 sal_uInt32 color = *((sal_uInt32*) mAny.getValue()); in WriteRunProperties() local
726 …DBG(printf("run color: %x auto: %x\n", static_cast<unsigned int>( color ), static_cast<unsigned in… in WriteRunProperties()
728 if( color == COL_AUTO ) { // nCharColor depends to the background color in WriteRunProperties()
731 color = bIsDark ? 0xffffff : 0x000000; in WriteRunProperties()
733 color &= 0xffffff; in WriteRunProperties()
737 WriteSolidFill( color ); in WriteRunProperties()
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_closedocs.xcf.bz2
H A Dlc_mergedialog.xcf.bz2
/trunk/main/x11_extensions/inc/
H A DXrender.h399 _Xconst XRenderColor *color,
409 _Xconst XRenderColor *color,
506 const XRenderColor *color);
/trunk/main/slideshow/qa/debug/
H A Dreadme.txt15 slideshow. Each node has a fill color corresponding to its current
16 state, a legend for the color values can be obtained by the colors.sh

Completed in 76 milliseconds

1...<<11121314151617181920>>...36