/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | cdeint.cxx | 63 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 …]
|
/aoo41x/main/cui/source/options/ |
H A D | cfgchart.cxx | 105 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()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 206 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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 526 … ::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 D | unocontroltablemodel.cxx | 770 ::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()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 1303 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()
|
/aoo41x/main/svtools/source/config/ |
H A D | colorcfg.cxx | 244 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 D | extcolorcfg.cxx | 379 uno::Sequence< uno::Any > aColors = GetProperties( aColorNames ); in FillComponentColors() local 380 const uno::Any* pColors = aColors.getConstArray(); in FillComponentColors()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbastyle.cxx | 91 VbaPalette aColors; in getFont() local 92 return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), mxStyleProps ); in getFont()
|
H A D | vbarange.cxx | 262 VbaPalette aColors; in getFont() local 263 …return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), uno::Reference< beans::XPropertyS… in getFont()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 584 std::vector< Gdiplus::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() local 587 aColors.begin(), in fillTexturedPolyPolygon() 598 aColors, in fillTexturedPolyPolygon()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 650 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()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | StartMarker.cxx | 130 const ColorChanger aColors( this, m_nTextBoundaries, m_nColor ); in Paint() local 152 ColorChanger aColors( this, COL_WHITE, COL_WHITE ); in Paint() local
|
H A D | EndMarker.cxx | 80 ColorChanger aColors( this, COL_WHITE, COL_WHITE ); in Paint() local
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 400 … 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()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 772 std::vector< ::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon() local 775 aColors.begin(), in fillTexturedPolyPolygon() 785 aColors, in fillTexturedPolyPolygon()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 131 ColorChanger aColors( this, COL_TRANSPARENT, GetSettings().GetStyleSettings().GetFaceColor() ); in Paint() local
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 415 ColorChanger aColors( this, rStyleSettings.GetShadowColor(), rStyleSettings.GetDialogColor() ); in Paint() local
|