Home
last modified time | relevance | path

Searched refs:pInhBG (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1978 const SvxBrushItem *pInhBG = pParent->GetCell(nRow,nCol)->GetBGBrush(); in InheritBorders() local
1979 if( !pInhBG && pParent != pTopTable && in InheritBorders()
1986 pInhBG = ((*pParent->pRows)[nRow])->GetBGBrush(); in InheritBorders()
1987 if( !pInhBG ) in InheritBorders()
1988 pInhBG = pParent->GetBGBrush(); in InheritBorders()
1989 if( !pInhBG ) in InheritBorders()
1990 pInhBG = pParent->GetInhBGBrush(); in InheritBorders()
1992 if( pInhBG ) in InheritBorders()
1993 pInhBGBrush = new SvxBrushItem( *pInhBG ); in InheritBorders()

Completed in 36 milliseconds