Home
last modified time | relevance | path

Searched refs:aTmpColor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx308 Color aTmpColor (aAktuellColor); in CheckChanges_Impl() local
310 ConvertColorValues (aTmpColor, CM_RGB); in CheckChanges_Impl()
470 Color aTmpColor(aAktuellColor); in IMPL_LINK() local
472 ConvertColorValues (aTmpColor, CM_RGB); in IMPL_LINK()
474 rXFSet.Put( XFillColorItem( String(), aTmpColor ) ); in IMPL_LINK()
629 Color aTmpColor (aAktuellColor); in IMPL_LINK() local
632 ConvertColorValues (aTmpColor, CM_RGB); in IMPL_LINK()
635 XColorEntry* pEntry = new XColorEntry(aTmpColor, aName); in IMPL_LINK()
663 Color aTmpColor (aAktuellColor); in IMPL_LINK() local
665 ConvertColorValues (aTmpColor, CM_RGB); in IMPL_LINK()
[all …]
/trunk/main/starmath/source/
H A Ddialog.cxx403 Color aTmpColor( nBgCol ); in InitColor_Impl() local
404 Wallpaper aWall( aTmpColor ); in InitColor_Impl()
1569 Color aTmpColor( nBgCol ); in InitColor_Impl() local
1570 Wallpaper aWall( aTmpColor ); in InitColor_Impl()
2142 Color aTmpColor( nBgCol ); in InitColor_Impl() local
2143 Wallpaper aWall( aTmpColor ); in InitColor_Impl()
H A Dnode.cxx119 Color aTmpColor( nNewCol ); in Impl_GetColor() local
120 if (aBgCol.IsDark() && aTmpColor.IsDark()) in Impl_GetColor()
122 else if (aBgCol.IsBright() && aTmpColor.IsBright()) in Impl_GetColor()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx185 const uno::Sequence< double > aTmpColor( aLocalState.DeviceColor ); in render() local
192 aLocalState.DeviceColor = aTmpColor; in render()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx355 ::Color aTmpColor( pBox->GetSelectEntryColor() ); in Update()
358 pBox->SelectEntry( aTmpColor ); in Update()
H A Dfillctrl.cxx467 ::Color aTmpColor(mpFillAttrLB->GetSelectEntryColor()); in Update()
470 mpFillAttrLB->SelectEntry(aTmpColor); in Update()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx2715 Color aTmpColor( nNewColor ); in ApplyAutoColor() local
2716 if ( pCol->IsDark() && aTmpColor.IsDark() ) in ApplyAutoColor()
2718 else if ( pCol->IsBright() && aTmpColor.IsBright() ) in ApplyAutoColor()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1438 const Color aTmpColor( COL_WHITE ); in TrueFrameBgBrush() local
1439 SvxBrushItem aRet( aTmpColor, RES_BACKGROUND ); in TrueFrameBgBrush()
H A Dwrtw8esh.cxx1599 const Color aTmpColor( COL_WHITE ); in WriteGrfBullet() local
1600 SvxBrushItem aBrush( aTmpColor, RES_BACKGROUND ); in WriteGrfBullet()

Completed in 87 milliseconds