Lines Matching refs:pBackground

699 	const SvxBrushItem* pBackground = (const SvxBrushItem*)  in lcl_FindBackground()  local
709 pBackground->GetColor().GetTransparency() != 255 ) in lcl_FindBackground()
714 pBackground = (const SvxBrushItem*)&pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground()
721 pBackground->GetColor().GetTransparency() != 255 ) in lcl_FindBackground()
726 pBackground = (const SvxBrushItem*)&pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground()
730 return pBackground; in lcl_FindBackground()
757 if ( rFirst.pCellInfo[nX+1].pBackground != rOther.pCellInfo[nX+1].pBackground ) in lcl_EqualBack()
833 const SvxBrushItem* pBackground; in DrawBackground() local
841 pBackground = ScGlobal::GetEmptyBrushItem(); in DrawBackground()
851 pBackground = ScGlobal::GetProtectedBrushItem(); in DrawBackground()
853 pBackground = ScGlobal::GetEmptyBrushItem(); in DrawBackground()
856 pBackground = NULL; in DrawBackground()
859 pBackground = pInfo->pBackground; in DrawBackground()
862 pBackground = ScGlobal::GetProtectedBrushItem(); in DrawBackground()
865 pBackground->GetColor().GetTransparency() != 255 && in DrawBackground()
869 pBackground = lcl_FindBackground( pDoc, nX, nY, nTab ); in DrawBackground()
872 if ( pBackground != pOldBackground ) in DrawBackground()
887 pOldBackground = pBackground; in DrawBackground()
1532 const SvxBrushItem* pBackground = pInfo->pBackground; in DrawRotatedFrame() local
1533 if (!pBackground) in DrawRotatedFrame()
1534 pBackground = (const SvxBrushItem*) &pPattern->GetItem( in DrawRotatedFrame()
1539 pBackground = ScGlobal::GetEmptyBrushItem(); in DrawRotatedFrame()
1541 const Color& rColor = pBackground->GetColor(); in DrawRotatedFrame()