/aoo42x/main/sw/source/ui/app/ |
H A D | docst.cxx | 652 if( SFX_ITEM_SET == rSet.GetItemState( RES_CHRATR_BACKGROUND, in Edit() 738 aTmpBrush.SetWhich( RES_CHRATR_BACKGROUND ); in Edit() 831 aTmpBrush.SetWhich( RES_CHRATR_BACKGROUND ); in Edit()
|
H A D | swmodul1.cxx | 495 rSet.Put( SvxBrushItem( aCol, RES_CHRATR_BACKGROUND )); in lcl_FillAuthorAttr()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 167 if( SFX_ITEM_SET == aCoreSet.GetItemState( RES_CHRATR_BACKGROUND, sal_True, &pTmpBrush ) ) in lcl_CharDialog() 205 aTmpBrush.SetWhich( RES_CHRATR_BACKGROUND ); in lcl_CharDialog() 1197 SvxBrushItem aBrushItem(RES_CHRATR_BACKGROUND); in Execute() 1226 SvxBrushItem( rEdtWin.GetTextBackColor(), RES_CHRATR_BACKGROUND) ); in Execute()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | envfmt.cxx | 277 if( SFX_ITEM_SET == aTmpSet.GetItemState( RES_CHRATR_BACKGROUND, in IMPL_LINK_INLINE_END() 299 aTmpBrush.SetWhich( RES_CHRATR_BACKGROUND ); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 395 /* 8 */ RES_CHRATR_BACKGROUND, RES_CHRATR_BACKGROUND, in ExecSearch()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 248 case RES_CHRATR_BACKGROUND: in PutEEPoolItem() 432 RES_CHRATR_BACKGROUND, in NewMarquee()
|
H A D | htmlctxt.cxx | 667 aBrushItem.SetWhich( RES_CHRATR_BACKGROUND ); in InsertAttrs()
|
H A D | htmlcss1.cxx | 233 aBrushItem.SetWhich( RES_CHRATR_BACKGROUND ); in SetCharFmtAttrs() 1675 case RES_CHRATR_BACKGROUND: in GetAttrTabEntry()
|
H A D | htmlatr.cxx | 1520 case RES_CHRATR_BACKGROUND: in GetHTMLItemState() 1851 || rItem.Which()==RES_CHRATR_BACKGROUND in InsertNoScript()
|
H A D | htmlforw.cxx | 1104 aItemSet.Put( SvxBrushItem( aCol, RES_CHRATR_BACKGROUND ) ); in OutHTML_DrawFrmFmtAsControl()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 171 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_COLOR), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), … 219 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_TRANSPARENT), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_BOOLEAN),… 391 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_TRANSPARENT), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_BOOLEAN),… 392 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_COLOR), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), … 491 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_COLOR), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), PROP… 641 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_TRANSPARENT), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_BOOLEAN)… in GetPropertyMapEntries() 642 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_COLOR), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), PROP… in GetPropertyMapEntries() 688 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_TRANSPARENT), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_BOOLEAN)… in GetPropertyMapEntries() 689 …{ SW_PROP_NMID(UNO_NAME_CHAR_BACK_COLOR), RES_CHRATR_BACKGROUND, CPPU_E2T(CPPUTYPE_INT32), … in GetPropertyMapEntries()
|
H A D | unosrch.cxx | 219 case RES_CHRATR_BACKGROUND: in FillItemSet()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 506 … aAttrTab[ RES_CHRATR_BACKGROUND - POOLATTR_BEGIN ] = new SvxBrushItem( RES_CHRATR_BACKGROUND ); in _InitCore()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 3970 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND ); in Read_CharShadow() 3984 NewAttr( SvxBrushItem( aSh.aColor, RES_CHRATR_BACKGROUND )); in Read_CharShadow() 3992 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND ); in Read_TxtBackColor() 4006 NewAttr(SvxBrushItem(aColour, RES_CHRATR_BACKGROUND)); in Read_TxtBackColor() 4014 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_BACKGROUND ); in Read_CharHighlight() 4029 NewAttr( SvxBrushItem( aCol , RES_CHRATR_BACKGROUND )); in Read_CharHighlight()
|
H A D | rtfexport.cxx | 1074 RES_BACKGROUND, RES_CHRATR_BACKGROUND, 0 }; in OutColorTable()
|
H A D | ww8atr.cxx | 5102 case RES_CHRATR_BACKGROUND: in OutputItem()
|
/aoo42x/main/sw/inc/ |
H A D | hintids.hxx | 80 RES_CHRATR_BACKGROUND, // 21 enumerator
|
H A D | charatr.hxx | 96 { return (const SvxBrushItem&)Get( RES_CHRATR_BACKGROUND, bInP ); } in GetChrBackground()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 406 if( SFX_ITEM_SET == pAttrSet->GetItemState( RES_CHRATR_BACKGROUND, in SetDiffFnt() 558 if( SFX_ITEM_SET == pAttrSet->GetItemState( RES_CHRATR_BACKGROUND, in SwFont()
|
H A D | thints.cxx | 982 case RES_CHRATR_BACKGROUND: in MakeRedlineTxtAttr()
|
/aoo42x/main/sw/source/core/text/ |
H A D | atrstck.cxx | 787 case RES_CHRATR_BACKGROUND : in FontChg()
|
H A D | txtftn.cxx | 1394 if( SFX_ITEM_SET == rSet.GetItemState( RES_CHRATR_BACKGROUND, in SwFtnSave()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 151 … aItemWhichMap[RES_CHRATR_BACKGROUND] = String("CHRATR_BACKGROUND", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 303 aSet.ClearItem(RES_CHRATR_BACKGROUND); in ReadListLevel()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4361 nId = RES_CHRATR_BACKGROUND; in MouseButtonUp() 4368 if(nId == RES_CHRATR_BACKGROUND) in MouseButtonUp()
|