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.cxx3412 const SvxBrushItem* pBackgrdBrush = 0; in IsBackgroundTransparent() local
3419 … 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()
/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()