Searched refs:nFontCol (Results 1 – 3 of 3) sorted by relevance
177 sal_uInt8 nFontCol = rAttr.nFontCol & 0x07; in GetPattAttr() local178 if( nFontCol ) in GetPattAttr()181 if( nFontCol < 7 ) in GetPattAttr()182 rItemSet.Put( GetColorItem( nFontCol ) ); in GetPattAttr()
47 sal_uInt8 nFontCol; member57 return ( nFont || nLineStyle || nFontCol || ( nBack & 0x7F ) ); in HasStyles()99 ( ( sal_uInt8* ) &rOut )[ 2 ] = rAttr.nFontCol; in MakeHash()
153 *pIn >> r.nFont >> r.nFontCol >> r.nBack >> r.nLineStyle; in Read()
Completed in 17 milliseconds