/aoo4110/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 237 case RES_CHRATR_CROSSEDOUT: nEEWhich = EE_CHAR_STRIKEOUT; break; in PutEEPoolItem() 435 RES_CHRATR_COLOR, RES_CHRATR_CROSSEDOUT, RES_CHRATR_ESCAPEMENT, in NewMarquee() 647 case EE_CHAR_STRIKEOUT: nSwWhich = RES_CHRATR_CROSSEDOUT; break; in GetEEAttrsFromDrwObj()
|
H A D | htmlatr.cxx | 1410 case RES_CHRATR_CROSSEDOUT: in GetHTMLItemState() 1568 if( nWhich != RES_CHRATR_CROSSEDOUT && in ExistsOffTagItem() 1591 if( (nTstWhich == RES_CHRATR_CROSSEDOUT || in ExistsOffTagItem()
|
H A D | htmlforw.cxx | 1201 aItemSet.Put( SvxCrossedOutItem( eStrikeout, RES_CHRATR_CROSSEDOUT ) ); in OutHTML_DrawFrmFmtAsControl()
|
H A D | htmlcss1.cxx | 1627 case RES_CHRATR_CROSSEDOUT: in GetAttrTabEntry()
|
H A D | htmlform.cxx | 1152 if( SFX_ITEM_SET==rCSS1ItemSet.GetItemState( RES_CHRATR_CROSSEDOUT, in InsertControl()
|
H A D | css1atr.cxx | 552 if( SFX_ITEM_SET==rItemSet.GetItemState( RES_CHRATR_CROSSEDOUT, bDeep, &pItem )) in OutCSS1_SfxItemSet()
|
H A D | swhtml.cxx | 1773 SvxCrossedOutItem(STRIKEOUT_SINGLE, RES_CHRATR_CROSSEDOUT) ); in NextToken()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 173 …{ SW_PROP_NMID(UNO_NAME_CHAR_STRIKEOUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_INT16), … 174 …{ SW_PROP_NMID(UNO_NAME_CHAR_CROSSED_OUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_BOOLEAN) , … 395 …{ SW_PROP_NMID(UNO_NAME_CHAR_STRIKEOUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_INT16), … 396 …{ SW_PROP_NMID(UNO_NAME_CHAR_CROSSED_OUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_BOOLEAN) , … 495 …{ SW_PROP_NMID(UNO_NAME_CHAR_STRIKEOUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_INT16), Pro… 587 …{ SW_PROP_NMID(UNO_NAME_CHAR_STRIKEOUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_INT16), Pro… in GetPropertyMapEntries() 588 …{ SW_PROP_NMID(UNO_NAME_CHAR_CROSSED_OUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries() 634 …{ SW_PROP_NMID(UNO_NAME_CHAR_STRIKEOUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_INT16), … in GetPropertyMapEntries() 635 …{ SW_PROP_NMID(UNO_NAME_CHAR_CROSSED_OUT), RES_CHRATR_CROSSEDOUT, CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries()
|
H A D | unosrch.cxx | 239 case RES_CHRATR_CROSSEDOUT: in FillItemSet()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | init.cxx | 476 …aAttrTab[ RES_CHRATR_CROSSEDOUT- POOLATTR_BEGIN ] = new SvxCrossedOutItem( STRIKEOUT_NONE, RES… in _InitCore()
|
/aoo4110/main/sw/inc/ |
H A D | hintids.hxx | 64 RES_CHRATR_CROSSEDOUT, // 5 enumerator
|
H A D | charatr.hxx | 62 { return (const SvxCrossedOutItem&)Get( RES_CHRATR_CROSSEDOUT,bInP); } in GetCrossedOut()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 212 aCrossedOut( STRIKEOUT_NONE, RES_CHRATR_CROSSEDOUT ), in SwBoxAutoFmt() 644 pFmt->SetCrossedOut( (SvxCrossedOutItem&)rSet.Get( RES_CHRATR_CROSSEDOUT ) ); in UpdateFromSet()
|
H A D | dbgoutsw.cxx | 134 … aItemWhichMap[RES_CHRATR_CROSSEDOUT] = String("CHRATR_CROSSEDOUT", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 486 RES_CHRATR_CROSSEDOUT)); in lcl_FillAuthorAttr()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1088 rOut.GetCrossedOut()?STRIKEOUT_NONE:STRIKEOUT_SINGLE, RES_CHRATR_CROSSEDOUT); in Out() 1192 rOut.EndItem(RES_CHRATR_CROSSEDOUT); in Stop()
|
H A D | fltshell.cxx | 1379 return ((SvxCrossedOutItem&)GetNodeOrStyAttr(RES_CHRATR_CROSSEDOUT)) in GetCrossedOut()
|
/aoo4110/main/sw/source/core/text/ |
H A D | atrstck.cxx | 717 case RES_CHRATR_CROSSEDOUT : in FontChg()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 2950 RES_CHRATR_CROSSEDOUT, RES_CHRATR_CONTOUR, in Read_BoldUsw() 2954 RES_CHRATR_CROSSEDOUT, in Read_BoldUsw() 3166 … NewAttr(SvxCrossedOutItem(bOn ? STRIKEOUT_SINGLE : STRIKEOUT_NONE, RES_CHRATR_CROSSEDOUT)); in SetToggleAttr() 3187 : STRIKEOUT_NONE, RES_CHRATR_CROSSEDOUT ) ); in SetToggleAttr()
|
H A D | ww8par3.cxx | 2398 { RES_CHRATR_CROSSEDOUT, "FontStrikeout" }, in MiserableDropDownFormHack() 2485 case RES_CHRATR_CROSSEDOUT: in MiserableDropDownFormHack()
|
H A D | ww8atr.cxx | 5066 case RES_CHRATR_CROSSEDOUT: in OutputItem()
|
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 964 nTokenValue ? STRIKEOUT_SINGLE : STRIKEOUT_NONE, RES_CHRATR_CROSSEDOUT )); in ReadNumSecLevel()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 342 if( SFX_ITEM_SET == pAttrSet->GetItemState( RES_CHRATR_CROSSEDOUT, in SetDiffFnt()
|
H A D | thints.cxx | 980 case RES_CHRATR_CROSSEDOUT: in MakeRedlineTxtAttr()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | untbl.cxx | 234 RES_CHRATR_COLOR, RES_CHRATR_CROSSEDOUT,
|