Home
last modified time | relevance | path

Searched refs:aColors (Results 1 – 18 of 18) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx63 static Color aColors[ 8 ]; in GetSystemLook() local
161 aColors[nIndex] = Color( in GetSystemLook()
201 aColors[ 0 ].GetBlue() < 128 || in GetSystemLook()
202 aColors[ 0 ].GetGreen() < 128 || in GetSystemLook()
203 aColors[ 0 ].GetRed() < 128 in GetSystemLook()
206 aColors[ 1 ].GetBlue() < 128 || in GetSystemLook()
207 aColors[ 1 ].GetGreen() < 128 || in GetSystemLook()
208 aColors[ 1 ].GetRed() < 128 in GetSystemLook()
222 aStyleSettings.Set3DColors( aColors[1] ); in GetSystemLook()
223 aStyleSettings.SetFaceColor( aColors[1] ); in GetSystemLook()
[all …]
/trunk/main/cui/source/options/
H A Dcfgchart.cxx105 ColorData aColors[] = { in useDefault() local
139 append( XColorEntry( aColors[ i % sizeof( aColors ) ], aName )); in useDefault()
249 uno::Sequence< sal_Int64 > aColors( nCount ); in Commit() local
253 aColors[ i ] = aData; in Commit()
256 aValues[ 0 ] <<= aColors; in Commit()
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx206 XColor aColors[256]; in X11_getPaletteBmpFromImage() local
211 aColors[nPixel].flags = DoRed | DoGreen | DoBlue; in X11_getPaletteBmpFromImage()
212 aColors[nPixel].pixel = nPixel; in X11_getPaletteBmpFromImage()
214 XQueryColors( pDisplay, aColormap, aColors, nColors ); in X11_getPaletteBmpFromImage()
217 pBuffer[ 54 + i*4 ] = (sal_uInt8)(aColors[i].blue >> 8); in X11_getPaletteBmpFromImage()
218 pBuffer[ 55 + i*4 ] = (sal_uInt8)(aColors[i].green >> 8); in X11_getPaletteBmpFromImage()
219 pBuffer[ 56 + i*4 ] = (sal_uInt8)(aColors[i].red >> 8); in X11_getPaletteBmpFromImage()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1303 sal_uInt8 aColors[3] = { 0, 0, 0 }; in GetColor() local
1349 aColors[nCol] = (sal_uInt8)nNumber; in GetColor()
1353 rColor.SetRed( aColors[0] ); in GetColor()
1354 rColor.SetGreen( aColors[1] ); in GetColor()
1355 rColor.SetBlue( aColors[2] ); in GetColor()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx526 … ::boost::optional< ::std::vector< ::Color > > aColors( m_pTableModel->getRowBackgroundColors() ); in getProperty()
527 if ( !aColors ) in getProperty()
531 Sequence< UnoColor > aAPIColors( aColors->size() ); in getProperty()
532 for ( size_t i=0; i<aColors->size(); ++i ) in getProperty()
534 aAPIColors[i] = aColors->at(i).GetColor(); in getProperty()
H A Dunocontroltablemodel.cxx770 ::std::vector< ::Color > aColors( aAPIColors.getLength() ); in setRowBackgroundColors()
773 aColors[i] = ::Color( aAPIColors[i] ); in setRowBackgroundColors()
775 m_pImpl->m_aRowColors.reset( aColors ); in setRowBackgroundColors()
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx244 uno::Sequence< uno::Any > aColors = GetProperties( aColorNames ); in Load() local
245 const uno::Any* pColors = aColors.getConstArray(); in Load()
248 for(int i = 0; i < 2 * ColorConfigEntryCount && aColors.getLength() > nIndex; i+= 2) in Load()
255 if(nIndex >= aColors.getLength()) in Load()
H A Dextcolorcfg.cxx379 uno::Sequence< uno::Any > aColors = GetProperties( aColorNames ); in FillComponentColors() local
380 const uno::Any* pColors = aColors.getConstArray(); in FillComponentColors()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx650 uno::Sequence< uno::Sequence < double > > aColors(2); in createGradientAction() local
656 aColors.realloc(3); in createGradientAction()
662 aColors[0] = aEndColor; in createGradientAction()
663 aColors[1] = aStartColor; in createGradientAction()
664 aColors[2] = aEndColor; in createGradientAction()
671 aColors[0] = aStartColor; in createGradientAction()
672 aColors[1] = aEndColor; in createGradientAction()
798 aProp.Value <<= aColors; in createGradientAction()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx584 std::vector< Gdiplus::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() local
587 aColors.begin(), in fillTexturedPolyPolygon()
598 aColors, in fillTexturedPolyPolygon()
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx91 VbaPalette aColors; in getFont() local
92 return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), mxStyleProps ); in getFont()
H A Dvbarange.cxx262 VbaPalette aColors; in getFont() local
263 …return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), uno::Reference< beans::XPropertyS… in getFont()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx130 const ColorChanger aColors( this, m_nTextBoundaries, m_nColor ); in Paint() local
152 ColorChanger aColors( this, COL_WHITE, COL_WHITE ); in Paint() local
H A DEndMarker.cxx80 ColorChanger aColors( this, COL_WHITE, COL_WHITE ); in Paint() local
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx400 … uno::Sequence<rendering::RGBColor> aColors=xPalColorSpace->convertToRGB(aPaletteEntry); in bitmapExFromXBitmap() local
401 ENSURE_OR_THROW(aColors.getLength() == 1, in bitmapExFromXBitmap()
403 const rendering::RGBColor& rColor=aColors[0]; in bitmapExFromXBitmap()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx772 std::vector< ::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() local
775 aColors.begin(), in fillTexturedPolyPolygon()
785 aColors, in fillTexturedPolyPolygon()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx131 ColorChanger aColors( this, COL_TRANSPARENT, GetSettings().GetStyleSettings().GetFaceColor() ); in Paint() local
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx415 ColorChanger aColors( this, rStyleSettings.GetShadowColor(), rStyleSettings.GetDialogColor() ); in Paint() local

Completed in 152 milliseconds