Home
last modified time | relevance | path

Searched refs:rBackgroundColor (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx102 const util::Color& rBackgroundColor,
123 const util::Color& rBackgroundColor,
173 const util::Color& rBackgroundColor,
221 const util::Color& rBackgroundColor,
759 const util::Color& rBackgroundColor, in Paint() argument
785 aRenderState.DeviceColor[0] = ((rBackgroundColor&0x00ff0000) >> 16) / 255.0; in Paint()
786 aRenderState.DeviceColor[1] = ((rBackgroundColor&0x0000ff00) >> 8) / 255.0; in Paint()
934 const util::Color& rBackgroundColor, in Paint() argument
940 (void)rBackgroundColor; in Paint()
1252 const util::Color& rBackgroundColor, in Paint() argument
[all …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx192 …ng ParagraphToHTMLString( SdrOutliner* pOutliner, sal_uLong nPara, const Color& rBackgroundColor );
193 …String TextAttribToHTMLString( SfxItemSet* pSet, HtmlState* pState, const Color& rBackgroundColor
195 String CreateTextForTitle( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor );
196 …extForPage( SdrOutliner* pOutliner, SdPage* pPage, bool bHeadLine, const Color& rBackgroundColor );
197 …rNotesPage( SdrOutliner* pOutliner, SdPage* pPage, bool bHeadLine, const Color& rBackgroundColor );
H A Dhtmlex.cxx1197 …lExport::CreateTextForTitle( SdrOutliner* pOutliner, SdPage* pPage, const Color& rBackgroundColor ) in CreateTextForTitle() argument
1210 return ParagraphToHTMLString(pOutliner,0, rBackgroundColor); in CreateTextForTitle()
1222 bool bHeadLine, const Color& rBackgroundColor ) in CreateTextForPage() argument
1251 aParaText = ParagraphToHTMLString(pOutliner,nPara,rBackgroundColor); in CreateTextForPage()
1321 const Color& rBackgroundColor ) in CreateTextForNotesPage() argument
1341 aStr += ParagraphToHTMLString( pOutliner, nPara,rBackgroundColor ); in CreateTextForNotesPage()
1353 …rt::ParagraphToHTMLString( SdrOutliner* pOutliner, sal_uLong nPara, const Color& rBackgroundColor ) in ParagraphToHTMLString() argument
1385 aStr += TextAttribToHTMLString( &aSet, &aState, rBackgroundColor ); in ParagraphToHTMLString()
1400 …xport::TextAttribToHTMLString( SfxItemSet* pSet, HtmlState* pState, const Color& rBackgroundColor ) in TextAttribToHTMLString() argument
1472 if( !rBackgroundColor.IsDark() ) in TextAttribToHTMLString()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx509 const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument
514 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
522 const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument
527 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
H A Dmediaprimitive2d.cxx110 const basegfx::BColor& rBackgroundColor, in MediaPrimitive2D() argument
115 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrallfillattributeshelper.cxx205 const basegfx::BColor& rBackgroundColor = maFillAttribute->getColor(); in getAverageColor() local
208 aRetval = basegfx::interpolate(rColor, rBackgroundColor, 0.5); in getAverageColor()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx388 const basegfx::BColor& rBackgroundColor,
393 const basegfx::BColor& rBackgroundColor,
H A Dmediaprimitive2d.hxx71 const basegfx::BColor& rBackgroundColor,
/trunk/main/svtools/source/edit/
H A Dtextview.cxx360 const Color& rBackgroundColor = mpImpl->mpWindow->GetBackground().GetColor(); in ImpPaint() local
361 if ( pVDev->GetFillColor() != rBackgroundColor ) in ImpPaint()
362 pVDev->SetFillColor( rBackgroundColor ); in ImpPaint()
363 if ( pVDev->GetBackground().GetColor() != rBackgroundColor ) in ImpPaint()
364 pVDev->SetBackground( rBackgroundColor ); in ImpPaint()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx425 … Color& rBackgroundColor = const_cast<SvxBrushItem*>(pBackgroundBrush)->GetColor(); in SetFlysInDoc() local
426 rBackgroundColor.SetTransparency(0xFE); in SetFlysInDoc()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx627 const Color& rBackgroundColor );
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1970 sal_Bool Bitmap::Blend( const AlphaMask& rAlpha, const Color& rBackgroundColor ) in Blend() argument
1992 pAcc->GetPixel( nY, nX ).Merge( rBackgroundColor, in Blend()

Completed in 89 milliseconds