Searched refs:pBackgrdBrush (Results 1 – 2 of 2) sorted by relevance
3412 const SvxBrushItem* pBackgrdBrush = 0; in IsBackgroundTransparent() local3419 … if ( GetBackgroundBrush( aFillAttributes, pBackgrdBrush, pSectionTOXColor, aDummyRect, false) ) in IsBackgroundTransparent()3431 else if ( pBackgrdBrush ) in IsBackgroundTransparent()3433 if ( (pBackgrdBrush->GetColor().GetTransparency() != 0) && in IsBackgroundTransparent()3434 (pBackgrdBrush->GetColor() != COL_TRANSPARENT) ) in IsBackgroundTransparent()3441 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()