Home
last modified time | relevance | path

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

/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx992 if( PLAINID->nBgColor ) in ReadAttr()
995 PLAINID->nBgColor )); in ReadAttr()
1138 if( PLAINID->nBgColor ) in ReadAttr()
1747 ? PLAINID->nBgColor in ReadBackgroundAttr()
H A Dsvxrtf.cxx1460 nBgColor = rPool.GetTrueWhich( SID_ATTR_BRUSH_CHAR, sal_False ); in RTFPlainAttrMapIds()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx152 nBgColor, member
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2559 sal_uInt32 nBgColor = aColor.GetColor(); in TableBackgrounds() local
2560 if ( nBgColor == COL_AUTO ) in TableBackgrounds()
2563 aSHD.setCvBack( wwUtility::RGBToBGR( nBgColor ) ); in TableBackgrounds()