/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 102 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 …]
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.hxx | 192 …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 D | htmlex.cxx | 1197 …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()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | mediaprimitive2d.cxx | 110 const basegfx::BColor& rBackgroundColor, in MediaPrimitive2D() argument 115 maBackgroundColor(rBackgroundColor), in MediaPrimitive2D()
|
H A D | polypolygonprimitive2d.cxx | 488 const basegfx::BColor& rBackgroundColor, in PolyPolygonHatchPrimitive2D() argument 492 maBackgroundColor(rBackgroundColor), in PolyPolygonHatchPrimitive2D()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | mediaprimitive2d.hxx | 71 const basegfx::BColor& rBackgroundColor,
|
H A D | polypolygonprimitive2d.hxx | 377 const basegfx::BColor& rBackgroundColor,
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 360 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 627 const Color& rBackgroundColor );
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 430 … Color& rBackgroundColor = const_cast<SvxBrushItem*>(pBackgroundBrush)->GetColor(); in SetFlysInDoc() local 431 rBackgroundColor.SetTransparency(0xFE); in SetFlysInDoc()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 1970 sal_Bool Bitmap::Blend( const AlphaMask& rAlpha, const Color& rBackgroundColor ) in Blend() argument 1992 pAcc->GetPixel( nY, nX ).Merge( rBackgroundColor, in Blend()
|