Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx412 …const SvxBrushItem* pBackgroundBrush = (const SvxBrushItem*)pFlySave->aFlySet.GetItem(RES_BACKGROU… in SetFlysInDoc() local
415 if (pBackgroundBrush) in SetFlysInDoc()
417 aTmpSet.Put(*pBackgroundBrush, RES_BACKGROUND); in SetFlysInDoc()
421 pBackgroundBrush = (const SvxBrushItem*)aTmpSet.GetItem(RES_BACKGROUND, sal_False); in SetFlysInDoc()
422 if (pBackgroundBrush) in SetFlysInDoc()
424 … Color& rBackgroundColor = const_cast<SvxBrushItem*>(pBackgroundBrush)->GetColor(); in SetFlysInDoc()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx77 const SvxBrushItem *pBackgroundBrush ) in AddCell() argument
81 nHeight, pBackgroundBrush ); in AddCell()