Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx1990 const SvxBrushItem *pInhBG = pParent->GetCell(nRow,nCol)->GetBGBrush(); in InheritBorders() local
1991 if( !pInhBG && pParent != pTopTable && in InheritBorders()
1998 pInhBG = ((*pParent->pRows)[nRow])->GetBGBrush(); in InheritBorders()
1999 if( !pInhBG ) in InheritBorders()
2000 pInhBG = pParent->GetBGBrush(); in InheritBorders()
2001 if( !pInhBG ) in InheritBorders()
2002 pInhBG = pParent->GetInhBGBrush(); in InheritBorders()
2004 if( pInhBG ) in InheritBorders()
2005 pInhBGBrush = new SvxBrushItem( *pInhBG ); in InheritBorders()

Completed in 31 milliseconds