Home
last modified time | relevance | path

Searched refs:aColor (Results 176 – 200 of 324) sorted by relevance

12345678910>>...13

/trunk/main/svx/source/svdraw/
H A Dsdrpaintwindow.cxx94 const Color aColor((((((rand()&0x7f)|0x80)<<8L)|((rand()&0x7f)|0x80))<<8L)|((rand()&0x7f)|0x80)); in OutputPreRenderDevice() local
96 mrOutputDevice.SetLineColor(aColor); in OutputPreRenderDevice()
H A Dsvdpage.cxx1890 Color aColor; in GetPageBackgroundColor() local
1895 aColor = aColorConfig.GetColorValue( svtools::DOCCOLOR ).nColor; in GetPageBackgroundColor()
1899 aColor = pView->GetApplicationDocumentColor(); in GetPageBackgroundColor()
1912 GetDraftFillColor(*pBackgroundFill, aColor); in GetPageBackgroundColor()
1914 return aColor; in GetPageBackgroundColor()
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx78 Color aColor( GetBackground().GetColor() ); in SvRTLInputBox() local
79 aFont.SetFillColor( aColor ); in SvRTLInputBox()
/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.hxx187 void SetFillColor(const String& rsColorName, const Color aColor);
191 void SetLineColor(const String& rsColorName, const Color aColor);
/trunk/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx372 Color aColor( Application::GetSettings().GetStyleSettings().GetWindowColor().GetColor() ); in getBackground() local
375 aColor.SetTransparency( 0xFF); in getBackground()
377 return static_cast<sal_Int32>( aColor.GetColor() ); in getBackground()
/trunk/main/svtools/source/control/
H A Druler.cxx1154 Color aColor; in ImplInitSettings() local
1156 aColor = GetControlForeground(); in ImplInitSettings()
1158 aColor = rStyleSettings.GetWindowTextColor(); in ImplInitSettings()
1159 SetTextColor( aColor ); in ImplInitSettings()
1165 Color aColor; in ImplInitSettings() local
1167 aColor = GetControlBackground(); in ImplInitSettings()
1169 aColor = rStyleSettings.GetFaceColor(); in ImplInitSettings()
1170 SetBackground( aColor ); in ImplInitSettings()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx2161 Color aColor( nColor );
2162 pWindow->SetControlForeground( aColor );
2173 Color aColor( nColor ); in setBackgroundColor() local
2174 pWindow->SetBackground( aColor ); in setBackgroundColor()
2175 pWindow->SetControlBackground( aColor ); in setBackgroundColor()
2260 Color aColor( nColor ); in setProperty() local
2261 pWindow->SetControlForeground( aColor ); in setProperty()
/trunk/main/svx/inc/svx/
H A Dxtable.hxx47 Color aColor; member in XColorEntry
55 return aColor; in GetColor()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx924 Color aColor(COL_LIGHTBLUE); in IMPL_LINK() local
926 aColor = pFmt->GetColor().GetValue(); in IMPL_LINK()
928 pInfo->SetTxtColor(aColor); in IMPL_LINK()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx291 uno::Any aColor, aWidth; in refresh() local
292 aColor <<= (sal_Int32)(0xe01010); in refresh()
296 xShapeProp->setPropertyValue( OUString::createFromAscii( "LineColor" ), aColor ); in refresh()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx572 Color aColor( bExpandTransparent ? COL_WHITE : COL_BLACK ); in Expand() local
573 aMask.Expand( nDX, nDY, &aColor ); in Expand()
791 const Color aColor = pRead->GetColor(nY, nX); in GetTransparency() local
794 if(aColor != aTransparentColor) in GetTransparency()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx1892 Color aColor( ((const SvxColorItem&)rItem).GetValue() ); in InsertNoScript() local
1893 if( COL_AUTO == aColor.GetColor() ) in InsertNoScript()
1894 aColor.SetColor( COL_BLACK ); in InsertNoScript()
1896 !pDfltColor->IsRGBEqual( aColor ); in InsertNoScript()
2827 Color aColor( ((const SvxColorItem&)rHt).GetValue() ); in OutHTML_SvxColor() local
2828 if( COL_AUTO == aColor.GetColor() ) in OutHTML_SvxColor()
2829 aColor.SetColor( COL_BLACK ); in OutHTML_SvxColor()
2834 HTMLOutFuncs::Out_Color( rWrt.Strm(), aColor, rHTMLWrt.eDestEnc ) << '>'; in OutHTML_SvxColor()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx592 Color aColor; in SetTextContext() local
664 aColor=Sgv2SvFarbe(Atr.L.LFarbe,Atr.L.LBFarbe,Atr.L.LIntens); aFont.SetColor(aColor); in SetTextContext()
665 aColor=Sgv2SvFarbe(Atr.F.FFarbe,Atr.F.FBFarbe,Atr.F.FIntens); aFont.SetFillColor(aColor); in SetTextContext()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx203 Color aColor=rDev.GetTextColor(); in Paint() local
204 Color a2Color=aColor; in Paint()
539 …BoxEntry* SvxRedlinTable::InsertEntry(const String& rStr,RedlinData *pUserData,const Color& aColor, in InsertEntry() argument
542 aEntryColor=aColor; in InsertEntry()
H A Dfrmsel.cxx623 Color aColor( mbHCMode ? maHCLineCol : rColor ); in GetDrawLineColor() local
624 if( aColor == maBackCol ) in GetDrawLineColor()
625 aColor.Invert(); in GetDrawLineColor()
626 return aColor; in GetDrawLineColor()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx1086 Color aColor = rColorItem.GetValue(); in WriteCell() local
1089 if ( aColor.GetColor() == COL_AUTO ) in WriteCell()
1090 aColor.SetColor( COL_BLACK ); in WriteCell()
1093 lcl_AppendHTMLColorTripel( aStr, aColor ); in WriteCell()
/trunk/main/sfx2/source/dialog/
H A Ditemconnect.cxx195 void ColorListBoxWrapper::SetControlValue( Color aColor ) in SetControlValue() argument
197 GetControl().SelectEntry( aColor ); in SetControlValue()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx235 const Color aColor(aBMCol.GetRed(), aBMCol.GetGreen(), aBMCol.GetBlue()); in modifyOpacity() local
237 rfOpacity = ((double)(0xff - aColor.GetLuminance()) * (1.0 / 255.0)); in modifyOpacity()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx487 Color aColor( aColorDlg.GetColor()); in IMPL_LINK() local
488 lcl_selectColor( *pListBox, aColor ); in IMPL_LINK()
492 lcl_setAmbientColor( m_xSceneProperties, aColor ); in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1535 if ( aColor.GetTransparency() != 0 ) in lcl_implDrawGraphicBackgrd()
1553 if( _pOut->GetFillColor() != aColor.GetRGBColor() ) in lcl_implDrawGraphicBackgrd()
1554 _pOut->SetFillColor( aColor.GetRGBColor() ); in lcl_implDrawGraphicBackgrd()
1561 if ( _pOut->GetFillColor() != aColor ) in lcl_implDrawGraphicBackgrd()
1562 _pOut->SetFillColor( aColor ); in lcl_implDrawGraphicBackgrd()
1950 const Color aColor( pBrush && in DrawGraphic() local
1965 ( ( aColor.GetTransparency() != 0) || in DrawGraphic()
1983 if( pOutDev->GetFillColor() != aColor.GetRGBColor() ) in DrawGraphic()
1984 pOutDev->SetFillColor( aColor.GetRGBColor() ); in DrawGraphic()
1988 if( pOutDev->GetFillColor() != aColor ) in DrawGraphic()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx159 const Color aColor(m_nColor); in setColor() local
161 if ( aColor.GetLuminance() < 128 ) in setColor()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx656 Color aColor( pLine->GetColor() ); in ApplyLineStyleArea() local
659 SET_LINECOLOR( pNewBoxItem->GetTop(), aColor ); in ApplyLineStyleArea()
660 SET_LINECOLOR( pNewBoxItem->GetBottom(), aColor ); in ApplyLineStyleArea()
661 SET_LINECOLOR( pNewBoxItem->GetLeft(), aColor ); in ApplyLineStyleArea()
662 SET_LINECOLOR( pNewBoxItem->GetRight(), aColor ); in ApplyLineStyleArea()
665 SET_LINECOLOR( pNewTLBRItem->GetLine(), aColor ); in ApplyLineStyleArea()
667 SET_LINECOLOR( pNewBLTRItem->GetLine(), aColor ); in ApplyLineStyleArea()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx1234 basegfx::BColor aColor; in readSvgPaint() local
1236 if(read_color(rCandidate, aColor, bCaseIndependent)) in readSvgPaint()
1238 rSvgPaint = SvgPaint(aColor, true, true); in readSvgPaint()
1248 rSvgPaint = SvgPaint(aColor, true, false, false); in readSvgPaint()
1258 rSvgPaint = SvgPaint(aColor, true, true, true); in readSvgPaint()
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx634 const Color aColor( nColor ); in exportLevelStyle() local
635 if( aColor.GetColor() == 0xffffffff ) in exportLevelStyle()
641 SvXMLUnitConverter::convertColor( sBuffer, aColor ); in exportLevelStyle()
/trunk/main/vcl/source/control/
H A Dscrbar.cxx1582 Color aColor; in ImplInitSettings() local
1584 aColor = GetControlBackground(); in ImplInitSettings()
1586 aColor = GetSettings().GetStyleSettings().GetFaceColor(); in ImplInitSettings()
1587 SetBackground( aColor ); in ImplInitSettings()

Completed in 232 milliseconds

12345678910>>...13