Home
last modified time | relevance | path

Searched refs:pBackgrdBrush (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3433 const SvxBrushItem* pBackgrdBrush = 0; in IsBackgroundTransparent() local
3440 … 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()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1207 const SvxBrushItem* pBackgrdBrush = 0; in lcl_GetBackgroundColor() local
1215 … pFrm->GetBackgroundBrush( aFillAttributes, pBackgrdBrush, pSectionTOXColor, aDummyRect, false ) ) in lcl_GetBackgroundColor()
1224 rColor = pBackgrdBrush->GetColor(); in lcl_GetBackgroundColor()

Completed in 50 milliseconds