Home
last modified time | relevance | path

Searched refs:aColor (Results 76 – 100 of 324) sorted by relevance

12345678910>>...13

/trunk/main/vcl/source/window/
H A Dstatus.cxx228 Color aColor; in ImplInitSettings() local
230 aColor = GetControlForeground(); in ImplInitSettings()
232 aColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings()
234 aColor = rStyleSettings.GetWindowTextColor(); in ImplInitSettings()
235 SetTextColor( aColor ); in ImplInitSettings()
246 Color aColor; in ImplInitSettings() local
248 aColor = GetControlBackground(); in ImplInitSettings()
250 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
252 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
253 SetBackground( aColor ); in ImplInitSettings()
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx707 Color aColor; in ExecuteTable() local
712 aColor = ((const SvxColorItem*)pItem)->GetValue(); in ExecuteTable()
723 aTabColorInfo.maNewTabBgColor = aColor; in ExecuteTable()
731 bDone = SetTabBgColor( aColor, nCurrentTab ); //ScViewFunc.SetTabBgColor in ExecuteTable()
948 Color aColor; in GetStateTable() local
949 aColor = pDoc->GetTabBgColor( nTab ); in GetStateTable()
950 rSet.Put( SvxColorItem( aColor, nWhich ) ); in GetStateTable()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx435 Color aColor; in Draw() local
445 aColor = rSettings.GetHighlightColor(); in Draw()
447 aColor = rSettings.GetDeactiveColor(); in Draw()
449 const sal_uInt8 cR = aColor.GetRed(); in Draw()
450 const sal_uInt8 cG = aColor.GetGreen(); in Draw()
451 const sal_uInt8 cB = aColor.GetBlue(); in Draw()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx931 Color aColor; in convertAnimationValue() local
935 rValue <<= (sal_Int32)aColor.GetColor(); in convertAnimationValue()
941 Color aColor; in convertAnimationValue() local
946 rValue <<= (sal_Int32)aColor.GetColor(); in convertAnimationValue()
1843 return makeAny( (sal_Int32)aColor.GetRGBColor() ); in implGetColorAny()
1859 Color aColor; in implGetColorAny() local
1860 mpPPTImport->GetColorFromPalette((sal_uInt16)nA, aColor ); in implGetColorAny()
1862 dump( " [%ld", (sal_Int32)aColor.GetRed() ); in implGetColorAny()
1863 dump( ",%ld", (sal_Int32)aColor.GetGreen() ); in implGetColorAny()
1864 dump( ",%ld])", (sal_Int32)aColor.GetBlue() ); in implGetColorAny()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.cxx153 const Color aColor (rPaint.GetColor()); in DrawHorizontalLine() local
154 rDevice.SetLineColor(aColor); in DrawHorizontalLine()
192 const Color aColor (rPaint.GetColor()); in DrawVerticalLine() local
193 rDevice.SetLineColor(aColor); in DrawVerticalLine()
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx198 BitmapColor aColor( mpAcc->GetPixel( y, x ) ); in ImplWriteBody() local
199 ImplPutByte( aColor.GetBlue() ); // Format ist BGR in ImplWriteBody()
200 ImplPutByte( aColor.GetGreen() ); in ImplWriteBody()
201 ImplPutByte( aColor.GetRed() ); in ImplWriteBody()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx840 Color aColor( pCItem->GetValue() ); in OutBodyColor() local
841 if( COL_AUTO == aColor.GetColor() ) in OutBodyColor()
842 aColor.SetColor( COL_BLACK ); in OutBodyColor()
848 if( !aColor.IsRGBEqual( aRefColor ) ) in OutBodyColor()
865 Color aColor( pColorItem->GetValue() ); in OutBodyColor() local
866 if( COL_AUTO == aColor.GetColor() ) in OutBodyColor()
867 aColor.SetColor( COL_BLACK ); in OutBodyColor()
868 HTMLOutFuncs::Out_Color( rHWrt.Strm(), aColor, rHWrt.eDestEnc ); in OutBodyColor()
870 rHWrt.pDfltColor = new Color( aColor ); in OutBodyColor()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx460 ::Color aColor(nColor); in Write()
485 m_pStream->WriteNumber(aColor.GetRed()); in Write()
487 m_pStream->WriteNumber(aColor.GetGreen()); in Write()
489 m_pStream->WriteNumber(aColor.GetBlue()); in Write()
840 ::Color aColor(nColor); in WriteBody()
841 HTMLOutFuncs::Out_Color( (*m_pStream), aColor ); in WriteBody()
847 HTMLOutFuncs::Out_Color( (*m_pStream), aColor ); in WriteBody()
1132 ::Color aColor(nColor); in FontOn()
1134 HTMLOutFuncs::Out_Color( (*m_pStream), aColor ); in FontOn()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx393 const Color aColor = ReadColor(); in ReadRecordParams() local
394 pOut->DrawPixel( ReadYX(), aColor ); in ReadRecordParams()
652 const BitmapColor aColor( pBmp->GetColor( y, x ) ); in ReadRecordParams() local
654 nRed += aColor.GetRed(); in ReadRecordParams()
655 nGreen += aColor.GetGreen(); in ReadRecordParams()
656 nBlue += aColor.GetBlue(); in ReadRecordParams()
664 …Color aColor( (sal_uInt8)( nRed / nCount ), (sal_uInt8)( nGreen / nCount ), (sal_uInt8)( nBlue / n… in ReadRecordParams() local
665 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( aColor, sal_False ) ); in ReadRecordParams()
1332 const Color aColor = ReadColor(); in GetPlaceableBound() local
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx651 Color aColor(GetSettings().GetStyleSettings().GetFieldColor()); in DataChanged() local
652 if (aColor in DataChanged()
655 SetBackground(Wallpaper(aColor)); in DataChanged()
661 if (aColor != rDCEvt.GetOldSettings()-> in DataChanged()
665 aFont.SetColor(aColor); in DataChanged()
1169 if (aColor in DataChanged()
1172 setBackgroundColor(aColor); in DataChanged()
1179 void BreakPointWindow::setBackgroundColor(Color aColor) in setBackgroundColor() argument
1181 SetBackground(Wallpaper(aColor)); in setBackgroundColor()
1750 if (aColor in DataChanged()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx308 basebmp::Color aColor( nSalColor ); in drawPixel() local
310 aColor, in drawPixel()
542 basebmp::Color aColor( nMaskColor ); in drawMask() local
544 m_aDevice->drawMaskedColor( aColor, aCopy, aSrcRect, aDestPoint, m_aClipMap ); in drawMask()
564 basebmp::Color aColor( m_aDevice->getPixel( B2IPoint( nX, nY ) ) ); in getPixel() local
565 return aColor.toInt32(); in getPixel()
/trunk/main/cui/source/options/
H A Doptcolor.cxx1222 Color aColor(rColorEntry.nColor); in Update() local
1224 aScrollWindow.aColorBoxes[i]->SelectEntry( aColor ); in Update()
1226 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in Update()
1249 Color aColor(aColorEntry.getColor()); in Update() local
1256 aScrollWindow.aColorBoxes[i]->SelectEntry( aColor ); in Update()
1259 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in Update()
1462 aColorEntry.nColor = aColor.GetColor(); in IMPL_LINK()
1464 aScrollWindow.aWindows[i]->SetBackground(Wallpaper(aColor)); in IMPL_LINK()
1487 aColorEntry.setColor(aColor.GetColor()); in IMPL_LINK()
1491 aColor.SetColor(aColorEntry.getColor()); in IMPL_LINK()
[all …]
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx100 Color aColor; in ImplInitSettings() local
102 aColor = GetControlBackground(); in ImplInitSettings()
104 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
106 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
107 SetBackground( aColor ); in ImplInitSettings()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrprimitivetools.cxx39 static basegfx::BColor aColor; in createDefaultCross_3x3() local
42 if(!aRetVal.get() || rBColor != aColor) in createDefaultCross_3x3()
45 aColor = rBColor; in createDefaultCross_3x3()
53 const Color aVCLColor(aColor); in createDefaultCross_3x3()
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx315 Color aColor = getBestSolidColor(); in pushToPropMap() local
316 if( aColor.isUsed() ) in pushToPropMap()
318 … rPropMap.setProperty( SHAPEPROP_FillColor, aColor.getColor( rGraphicHelper, nPhClr ) ); in pushToPropMap()
319 if( aColor.hasTransparency() ) in pushToPropMap()
320 … rPropMap.setProperty( SHAPEPROP_FillTransparency, aColor.getTransparency() ); in pushToPropMap()
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx212 uno::Any aColor = m_xProps->getPropertyValue( BACKCOLOR ); in getColorIndex() local
213 if( ( aColor >>= nColor ) && ( nColor == -1 ) ) in getColorIndex()
328 uno::Any aColor = GetUserDefinedAttributes( BACKCOLOR ); in GetBackColor() local
329 if( aColor.hasValue() ) in GetBackColor()
331 nColor = GetAttributeData( aColor ); in GetBackColor()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx387 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel() local
388 *pData++ = static_cast< sal_uInt8 >( mrPalette.GetBestIndex( aColor ) ); in WritePixel()
425 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel() local
427 pData[mnX>>1] |= (static_cast< sal_uInt8 >( mrPalette.GetBestIndex( aColor ) ) & 0x0f); in WritePixel()
461 …const BitmapColor aColor( COLORDATA_RED( nColor ), COLORDATA_GREEN( nColor ), COLORDATA_BLUE( nCol… in WritePixel() local
462 if( mrPalette.GetBestIndex( aColor ) & 1 ) in WritePixel()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx526 Color aColor; in getBorderAttrs() local
527 sal_Bool bIn = mpDoc ? mpDoc->IsCellInChangeTrack(maCellAddress,&aColor) : sal_False; in getBorderAttrs()
530 aTopBorder.Color = aColor.GetColor(); in getBorderAttrs()
531 aBottomBorder.Color = aColor.GetColor(); in getBorderAttrs()
532 aLeftBorder.Color = aColor.GetColor(); in getBorderAttrs()
533 aRightBorder.Color = aColor.GetColor(); in getBorderAttrs()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx493 Color aColor; in PushAndChg() local
494 if ( lcl_ChgHyperLinkColor( rAttr, *pItem, mpShell, &aColor ) ) in PushAndChg()
496 SvxColorItem aItemNext( aColor, RES_CHRATR_COLOR ); in PushAndChg()
630 Color aColor; in ActivateTop() local
631 if ( lcl_ChgHyperLinkColor( *pTopAt, *pItemNext, mpShell, &aColor ) ) in ActivateTop()
633 SvxColorItem aItemNext( aColor, RES_CHRATR_COLOR ); in ActivateTop()
/trunk/main/svx/inc/svx/
H A Dxhatch.hxx39 Color aColor; member in XHatch
51 void SetColor(const Color& rColor) { aColor = rColor; } in SetColor()
56 Color GetColor() const { return aColor; } in GetColor()
/trunk/main/sfx2/source/dialog/
H A Dtitledockwin.cxx340 Color aColor; in DataChanged() local
342 aColor = GetControlForeground(); in DataChanged()
344 aColor = rStyleSettings.GetButtonTextColor(); in DataChanged()
345 SetTextColor( aColor ); in DataChanged()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx60 const Color aColor(rBrush.GetColor().GetRGBColor()); in setSvxBrushItemAsFillAttributesToTargetSet() local
63 rToSet.Put(XFillColorItem(String(), aColor)); in setSvxBrushItemAsFillAttributesToTargetSet()
149 const Color aColor(rBrush.GetColor().GetRGBColor()); in setSvxBrushItemAsFillAttributesToTargetSet() local
152 rToSet.Put(XFillColorItem(String(), aColor)); in setSvxBrushItemAsFillAttributesToTargetSet()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx291 Color aColor; in DataChanged() local
293 aColor = GetControlForeground(); in DataChanged()
295 aColor = rStyleSettings.GetButtonTextColor(); in DataChanged()
296 SetTextColor( aColor ); in DataChanged()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx850 Color aColor; in getPhColor() local
851 aColor.setSrgbClr( nPhClr ); in getPhColor()
852 aColor.addChartTintTransformation( fShadeTint ); in getPhColor()
853 nPhClr = aColor.getColor( mrData.mrFilter.getGraphicHelper() ); in getPhColor()
861 Color aColor; in getSchemeColor() local
862 aColor.setSchemeClr( nColorToken ); in getSchemeColor()
864 aColor.addTransformation( nModToken, nModValue ); in getSchemeColor()
865 return aColor.getColor( mrData.mrFilter.getGraphicHelper() ); in getSchemeColor()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx329 Color aColor( ((const SvxColorItem&)rReq.GetArgs()->Get(SID_EXTRUSION_3D_COLOR)).GetValue() ); in impl_execute() local
331 const bool bAuto = aColor == COL_AUTO; in impl_execute()
344 pObj->SetMergedItem( XSecondaryFillColorItem( String(), aColor ) ); in impl_execute()
1204 Color aColor; in getExtrusionColorState() local
1214 aColor = rItem.GetColorValue(); in getExtrusionColorState()
1218 aColor = COL_AUTO; in getExtrusionColorState()
1223 aFinalColor = aColor; in getExtrusionColorState()
1226 else if( aFinalColor != aColor ) in getExtrusionColorState()

Completed in 235 milliseconds

12345678910>>...13