Home
last modified time | relevance | path

Searched refs:aColor (Results 126 – 150 of 324) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx442 Color aColor; in Execute() local
482 aColor = Color( COL_LIGHTGRAY ); // Default in Execute()
485 pTabViewShell->MakeScenario( aArgName, aArgComment, aColor, nFlags ); in Execute()
501 pNewDlg->GetScenarioData( aName, aComment, aColor, nFlags ); in Execute()
502 pTabViewShell->MakeScenario( aName, aComment, aColor, nFlags ); in Execute()
H A Dviewfun2.cxx2191 Color aColor; in DeleteTables() local
2193 pDoc->GetScenarioData( nTab, aComment, aColor, nScenFlags ); in DeleteTables()
2429 Color aColor; in ImportTables() local
2432 pSrcDoc->GetScenarioData(nSrcTab, aComment,aColor, nFlags); in ImportTables()
2434 pDoc->SetScenarioData( nTab+i,aComment,aColor,nFlags); in ImportTables()
2634 Color aColor; in MoveTable() local
2637 pDoc->GetScenarioData(TheTabs[i], aComment,aColor, nFlags); in MoveTable()
2639 pDestDoc->SetScenarioData(nDestTab1,aComment,aColor,nFlags); in MoveTable()
2791 Color aColor; in MoveTable() local
2794 pDoc->GetScenarioData(nMovTab, aComment,aColor, nFlags); in MoveTable()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx8042 Color aColor; in getScenarioComment() local
8062 Color aColor; in setScenarioComment() local
8342 Color aColor; in SetOnePropertyValue() local
8375 Color aColor; in SetOnePropertyValue() local
8408 Color aColor; in SetOnePropertyValue() local
8441 Color aColor; in SetOnePropertyValue() local
8474 Color aColor; in SetOnePropertyValue() local
8507 Color aColor; in SetOnePropertyValue() local
8621 Color aColor; in GetOnePropertyValue() local
8633 Color aColor; in GetOnePropertyValue() local
[all …]
H A Dconfuno.cxx164 Color aColor(static_cast<sal_uInt32>(nColor)); in setPropertyValue() local
165 aViewOpt.SetGridColor(aColor, aColorName); in setPropertyValue()
359 Color aColor = aViewOpt.GetGridColor(&aColorName); in getPropertyValue() local
360 aRet <<= static_cast<sal_Int64>(aColor.GetColor()); in getPropertyValue()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx377 aColor(rTheColor) in XColorItem()
389 aColor(rTheColor) in XColorItem()
401 aColor(rItem.aColor) in XColorItem()
416 rIn >> aColor; in XColorItem()
440 ((const XColorItem&) rItem).aColor == aColor ); in operator ==()
466 rOut << aColor; in Store()
482 return aColor; in GetColorValue()
487 return aColor; in GetColorValue()
494 return aColor; in GetColorValue()
4232 aColor(rCol), in XHatch()
[all …]
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx362 Color aColor( nColor ); in setProperty() local
363 pNavBar->SetBackground( aColor ); in setProperty()
364 pNavBar->SetControlBackground( aColor ); in setProperty()
376 Color aColor( nColor ); in setProperty() local
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx433 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D() local
447 …::BColor aSolvedColor(getSdrLightingAttribute().solveColorModel(aNormal, aColor, rSpecular, rEmiss… in impRenderPolyPolygonMaterialPrimitive3D()
463 …const basegfx::BColor aColor(getModulate() ? basegfx::BColor(1.0, 1.0, 1.0) : rPrimitive.getMateri… in impRenderPolyPolygonMaterialPrimitive3D() local
469 …ObjectColor = getSdrLightingAttribute().solveColorModel(aPlaneEyeNormal, aColor, rSpecular, rEmiss… in impRenderPolyPolygonMaterialPrimitive3D()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx534 const BitmapColor aColor( pReadAccess->GetColor( pos.Y, pos.X ) ); in getPixel() local
535 pRes[ 0 ] = aColor.GetRed(); in getPixel()
536 pRes[ 1 ] = aColor.GetGreen(); in getPixel()
537 pRes[ 2 ] = aColor.GetBlue(); in getPixel()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx170 Color aColor; in ImplInitSettings() local
172 aColor = GetControlForeground(); in ImplInitSettings()
174 aColor = rStyleSettings.GetButtonTextColor(); in ImplInitSettings()
175 SetTextColor( aColor ); in ImplInitSettings()
181 Color aColor; in ImplInitSettings() local
183 aColor = GetControlBackground(); in ImplInitSettings()
185 aColor = rStyleSettings.GetMenuColor(); in ImplInitSettings()
187 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
189 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
190 SetBackground( aColor ); in ImplInitSettings()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx558 Color aColor( pColorItem->GetValue() ); in MakeFonts() local
559 if( aColor.GetColor() == COL_TRANSPARENT ) in MakeFonts()
560 aColor = GetSettings().GetStyleSettings().GetWindowTextColor(); in MakeFonts()
570 SETONALLFONTS( SetColor, aColor ) in MakeFonts()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx387 Color aColor; in ImplInitSettings() local
389 aColor = GetControlBackground(); in ImplInitSettings()
391 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
393 aColor = rStyleSettings.GetWindowColor(); in ImplInitSettings()
394 SetBackground( aColor ); in ImplInitSettings()
/trunk/main/sw/inc/
H A Dtblafmt.hxx94 SvxColorItem aColor; member in SwBoxAutoFmt
142 const SvxColorItem &GetColor() const { return aColor; } in GetColor()
169 void SetColor( const SvxColorItem& rNew ) { aColor = rNew; } in SetColor()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx706 sal_Int32 RGBAColor2UnoColor( ::cppcanvas::Color::IntSRGBA aColor ) in RGBAColor2UnoColor() argument
712 ::cppcanvas::getRed(aColor), in RGBAColor2UnoColor()
713 ::cppcanvas::getGreen(aColor), in RGBAColor2UnoColor()
714 ::cppcanvas::getBlue(aColor)); in RGBAColor2UnoColor()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx353 Color aColor(VIEW_IMAGECOLOR); in CreatePageButtons() local
354 SetImageButtonColor(aColor); in CreatePageButtons()
685 Color aColor(bNewPage ? COL_BLACK : VIEW_IMAGECOLOR); in SetMoveType() local
690 pView->SetImageButtonColor(aColor); in SetMoveType()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx987 Color aColor; in TableDataOn() local
988 pOption->GetColor( aColor ); in TableDataOn()
990 SvxBrushItem( aColor, ATTR_BACKGROUND ) ); in TableDataOn()
1521 Color aColor; in FontOn() local
1522 pOption->GetColor( aColor ); in FontOn()
2524 Color aColor; in ProcessFormatOptions() local
2525 aIter->GetColor( aColor ); in ProcessFormatOptions()
2526 rItemSet.Put( SvxBrushItem( aColor, ATTR_BACKGROUND ) ); in ProcessFormatOptions()
2947 Color aColor; in FontOn() local
2948 aIter->GetColor( aColor ); in FontOn()
[all …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx236 Color aColor; in importXML() local
256 if ( SvXMLUnitConverter::convertColor( aColor, sToken ) ) in importXML()
258 _rValue <<= (sal_Int32)aColor.GetColor(); in importXML()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx245 aColor( ATTR_FONT_COLOR ), in ScAutoFormatDataField()
278 aColor( rCopy.aColor ), in ScAutoFormatDataField()
340 READ( aColor, SvxColorItem, rVersions.nColorVersion) in Load()
410 READ( aColor, SvxColorItem, rVersions.nColorVersion) in LoadOld()
452 aColor.Store ( rStream, aColor.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx73 Color aColor; member in ColorWindow
80 aColor( COL_WHITE ) {}; in ColorWindow()
84 aColor( COL_WHITE ) {}; in ColorWindow()
88 aColor = rColor; in SetColor()
357 SetLineColor( aColor ); in Paint()
358 SetFillColor( aColor ); in Paint()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1537 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx() local
1540 pOut->SetLineColor( aColor ); in DrawGradientEx()
1541 pOut->SetFillColor( aColor ); in DrawGradientEx()
1580 const Color aColor( (sal_uInt8) nR, (sal_uInt8) nG, (sal_uInt8) nB ); in DrawGradientEx() local
1583 pOut->SetLineColor( aColor ); in DrawGradientEx()
1584 pOut->SetFillColor( aColor ); in DrawGradientEx()
H A Dbmpacc3.cxx112 BitmapColor aColor = rColor; in Erase() local
114 aColor = BitmapColor( (sal_uInt8)GetBestPaletteIndex( rColor) ); in Erase()
116 if( ImplFastEraseBitmap( *mpBuffer, aColor ) ) in Erase()
H A Doctree.cxx144 BitmapColor aColor; in ImplCreateOctree() local
146 pColor = &aColor; in ImplCreateOctree()
152 aColor = pAcc->GetPixel( nY, nX ); in ImplCreateOctree()
/trunk/main/cui/source/tabpages/
H A Dborder.cxx560 Color aColor; in Reset() local
561 bool bColorEq = aFrameSel.GetVisibleColor( aColor ); in Reset()
563 aColor.SetColor( COL_BLACK ); in Reset()
565 sal_uInt16 nSelPos = aLbLineColor.GetEntryPos( aColor ); in Reset()
567 nSelPos = aLbLineColor.InsertEntry( aColor, SVX_RESSTR( RID_SVXSTR_COLOR_USER ) ); in Reset()
570 aLbLineStyle.SetColor( aColor ); in Reset()
/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx83 Any aColor; in get() local
91 aColor = Any(aHSL); in get()
97 aColor = Any(nColor); in get()
101 aColor = Any( nColor ); in get()
104 return aColor; in get()
/trunk/main/sc/inc/
H A Dautoform.hxx95 SvxColorItem aColor; member in ScAutoFormatDataField
140 const SvxColorItem& GetColor() const { return aColor; } in GetColor()
172 void SetColor( const SvxColorItem& rColor ) { aColor = rColor; } in SetColor()
/trunk/main/svx/workben/
H A Dedittest.cxx649 Color aColor( ((SvxColorItem&)rItem).GetValue() ); in UpdateToolBox() local
650 aToolBox.CheckItem( TB_BLACK, aColor == COL_BLACK ); in UpdateToolBox()
651 aToolBox.CheckItem( TB_GREEN, aColor == COL_GREEN ); in UpdateToolBox()
652 aToolBox.CheckItem( TB_RED, aColor == COL_RED ); in UpdateToolBox()
1196 Color aColor( ((SvxColorItem&)rItem).GetValue() ); in IMPL_LINK() local
1197 aDebStr += String::CreateFromInt32( aColor.GetRed() ); in IMPL_LINK()
1199 aDebStr += String::CreateFromInt32( aColor.GetGreen() ); in IMPL_LINK()
1201 aDebStr += String::CreateFromInt32( aColor.GetBlue() ); in IMPL_LINK()

Completed in 684 milliseconds

12345678910>>...13