Searched refs:pBackgrdBrush (Results 1 – 2 of 2) sorted by relevance
3433 const SvxBrushItem* pBackgrdBrush = 0; in IsBackgroundTransparent() local3440 … if ( GetBackgroundBrush( aFillAttributes, pBackgrdBrush, pSectionTOXColor, aDummyRect, false) ) in IsBackgroundTransparent()3452 else if ( pBackgrdBrush ) in IsBackgroundTransparent()3454 if ( (pBackgrdBrush->GetColor().GetTransparency() != 0) && in IsBackgroundTransparent()3455 (pBackgrdBrush->GetColor() != COL_TRANSPARENT) ) in IsBackgroundTransparent()3462 static_cast<const GraphicObject*>(pBackgrdBrush->GetGraphicObject()); in IsBackgroundTransparent()
1207 const SvxBrushItem* pBackgrdBrush = 0; in lcl_GetBackgroundColor() local1215 … pFrm->GetBackgroundBrush( aFillAttributes, pBackgrdBrush, pSectionTOXColor, aDummyRect, false ) ) in lcl_GetBackgroundColor()1224 rColor = pBackgrdBrush->GetColor(); in lcl_GetBackgroundColor()
Completed in 63 milliseconds