Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx2649 sal_uInt32 nFontAttributes = GetPropertyValue( DFF_Prop_gtextFStrikethrough ); in ApplyAttributes() local
2650 if ( nFontAttributes & 0x20 ) in ApplyAttributes()
2651 … rSet.Put( SvxWeightItem( nFontAttributes & 0x20 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in ApplyAttributes()
2652 if ( nFontAttributes & 0x10 ) in ApplyAttributes()
2653 …rSet.Put( SvxPostureItem( nFontAttributes & 0x10 ? ITALIC_NORMAL : ITALIC_NONE, EE_CHAR_ITALIC ) ); in ApplyAttributes()
2654 if ( nFontAttributes & 0x08 ) in ApplyAttributes()
2655 …rSet.Put( SvxUnderlineItem( nFontAttributes & 0x08 ? UNDERLINE_SINGLE : UNDERLINE_NONE, EE_CHAR_UN… in ApplyAttributes()
2656 if ( nFontAttributes & 0x40 ) in ApplyAttributes()
2657 rSet.Put( SvxShadowedItem( (nFontAttributes & 0x40) != 0, EE_CHAR_SHADOW ) ); in ApplyAttributes()
2660 if ( nFontAttributes & 0x01 ) in ApplyAttributes()
[all …]

Completed in 45 milliseconds