Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx177 sal_uInt8 nFontCol = rAttr.nFontCol & 0x07; in GetPattAttr() local
178 if( nFontCol ) in GetPattAttr()
181 if( nFontCol < 7 ) in GetPattAttr()
182 rItemSet.Put( GetColorItem( nFontCol ) ); in GetPattAttr()
/trunk/main/sc/source/filter/inc/
H A Dlotattr.hxx47 sal_uInt8 nFontCol; member
57 return ( nFont || nLineStyle || nFontCol || ( nBack & 0x7F ) ); in HasStyles()
99 ( ( sal_uInt8* ) &rOut )[ 2 ] = rAttr.nFontCol; in MakeHash()
H A Dlotimpop.hxx153 *pIn >> r.nFont >> r.nFontCol >> r.nBack >> r.nLineStyle; in Read()

Completed in 27 milliseconds