Searched refs:pBackgrdBrush (Results 1 – 2 of 2) sorted by relevance
3344 const SvxBrushItem* pBackgrdBrush = 0; in IsBackgroundTransparent() local3347 if ( GetBackgroundBrush( pBackgrdBrush, pSectionTOXColor, aDummyRect, false) ) in IsBackgroundTransparent()3355 else if ( pBackgrdBrush ) in IsBackgroundTransparent()3357 if ( (pBackgrdBrush->GetColor().GetTransparency() != 0) && in IsBackgroundTransparent()3358 (pBackgrdBrush->GetColor() != COL_TRANSPARENT) ) in IsBackgroundTransparent()3365 static_cast<const GraphicObject*>(pBackgrdBrush->GetGraphicObject()); in IsBackgroundTransparent()
1207 const SvxBrushItem* pBackgrdBrush = 0; in lcl_GetBackgroundColor() local1211 pFrm->GetBackgroundBrush( pBackgrdBrush, pSectionTOXColor, aDummyRect, false ) ) in lcl_GetBackgroundColor()1220 rColor = pBackgrdBrush->GetColor(); in lcl_GetBackgroundColor()
Completed in 85 milliseconds