Searched refs:nFontAttributes (Results 1 – 1 of 1) sorted by relevance
2652 sal_uInt32 nFontAttributes = GetPropertyValue( DFF_Prop_gtextFStrikethrough ); in ApplyAttributes() local2653 if ( nFontAttributes & 0x20 ) in ApplyAttributes()2654 … rSet.Put( SvxWeightItem( nFontAttributes & 0x20 ? WEIGHT_BOLD : WEIGHT_NORMAL, EE_CHAR_WEIGHT ) ); in ApplyAttributes()2655 if ( nFontAttributes & 0x10 ) in ApplyAttributes()2656 …rSet.Put( SvxPostureItem( nFontAttributes & 0x10 ? ITALIC_NORMAL : ITALIC_NONE, EE_CHAR_ITALIC ) ); in ApplyAttributes()2657 if ( nFontAttributes & 0x08 ) in ApplyAttributes()2658 …rSet.Put( SvxUnderlineItem( nFontAttributes & 0x08 ? UNDERLINE_SINGLE : UNDERLINE_NONE, EE_CHAR_UN… in ApplyAttributes()2659 if ( nFontAttributes & 0x40 ) in ApplyAttributes()2660 rSet.Put( SvxShadowedItem( (nFontAttributes & 0x40) != 0, EE_CHAR_SHADOW ) ); in ApplyAttributes()2663 if ( nFontAttributes & 0x01 ) in ApplyAttributes()[all …]
Completed in 87 milliseconds