/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1124 case 0: { rOut.EndItem(RES_CHRATR_COLOR); } break; in Out() 1125 case 1: { rOut << SvxColorItem(Color(COL_BLACK), RES_CHRATR_COLOR); } break; in Out() 1126 case 2: { rOut << SvxColorItem(Color(COL_LIGHTBLUE), RES_CHRATR_COLOR); } break; in Out() 1127 case 3: { rOut << SvxColorItem(Color(COL_LIGHTCYAN), RES_CHRATR_COLOR); } break; in Out() 1128 case 4: { rOut << SvxColorItem(Color(COL_LIGHTGREEN), RES_CHRATR_COLOR); } break; in Out() 1129 case 5: { rOut << SvxColorItem(Color(COL_LIGHTMAGENTA), RES_CHRATR_COLOR); } break; in Out() 1130 case 6: { rOut << SvxColorItem(Color(COL_LIGHTRED), RES_CHRATR_COLOR); } break; in Out() 1131 case 7: { rOut << SvxColorItem(Color(COL_YELLOW), RES_CHRATR_COLOR); } break; in Out() 1132 case 8: { rOut << SvxColorItem(Color(COL_WHITE), RES_CHRATR_COLOR); } break; in Out() 1205 rOut.EndItem(RES_CHRATR_COLOR); in Stop()
|
/aoo42x/main/sw/source/core/text/ |
H A D | atrstck.cxx | 227 RES_CHRATR_COLOR != rItem.Which() ) in lcl_ChgHyperLinkColor() 249 pTmpFmt->GetItemState( RES_CHRATR_COLOR, sal_True, &pItem ); in lcl_ChgHyperLinkColor() 496 SvxColorItem aItemNext( aColor, RES_CHRATR_COLOR ); in PushAndChg() 633 SvxColorItem aItemNext( aColor, RES_CHRATR_COLOR ); in ActivateTop() 711 case RES_CHRATR_COLOR : in FontChg()
|
H A D | redlnitr.cxx | 279 if( RES_CHRATR_COLOR == nWhich ) in _Seek()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 293 aAttrSet.Put( SvxColorItem( *pBox->GetSaveUserColor(), RES_CHRATR_COLOR )); in _InsTblBox() 295 aAttrSet.ClearItem( RES_CHRATR_COLOR ); in _InsTblBox() 2143 GetItemState( RES_CHRATR_COLOR, sal_False, &pItem )) in ChgTextToNum() 2157 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgTextToNum() 2162 pTNd->SetAttr( SvxColorItem( *pNewUserColor, RES_CHRATR_COLOR )); in ChgTextToNum() 2164 pTNd->ResetAttr( RES_CHRATR_COLOR ); in ChgTextToNum() 2175 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgTextToNum() 2275 GetItemState( RES_CHRATR_COLOR, sal_False, &pItem )) in ChgNumToText() 2289 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgNumToText() 2296 pTNd->ResetAttr( RES_CHRATR_COLOR ); in ChgNumToText() [all …]
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 748 RES_CHRATR_COLOR, RES_CHRATR_COLOR, in SubInitNew() 786 aDfltSet.Put( SvxColorItem( Color( COL_AUTO ), RES_CHRATR_COLOR ) ); in SubInitNew()
|
H A D | swmodul1.cxx | 501 rSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in lcl_FillAuthorAttr()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlgrin.cxx | 522 (const SvxColorItem &)pDoc->GetDefault(RES_CHRATR_COLOR); in InsertImage() 922 ->SetFmtAttr( SvxColorItem(aTextColor, RES_CHRATR_COLOR) ); in InsertBodyOptions() 1004 pCharFmt->SetFmtAttr( SvxColorItem(aLinkColor, RES_CHRATR_COLOR) ); in InsertBodyOptions() 1011 pCharFmt->SetFmtAttr( SvxColorItem(aVLinkColor, RES_CHRATR_COLOR) ); in InsertBodyOptions()
|
H A D | htmldraw.cxx | 230 case RES_CHRATR_COLOR: nEEWhich = EE_CHAR_COLOR; break; in PutEEPoolItem() 429 RES_CHRATR_COLOR, RES_CHRATR_CROSSEDOUT, RES_CHRATR_ESCAPEMENT, in NewMarquee() 640 case EE_CHAR_COLOR: nSwWhich = RES_CHRATR_COLOR; break; in GetEEAttrsFromDrwObj()
|
H A D | htmlcss1.cxx | 248 sal_Bool bColorSet = (SFX_ITEM_SET==rItemSet.GetItemState(RES_CHRATR_COLOR, in SetLinkCharFmts() 266 sal_Bool bColorSet = (SFX_ITEM_SET==rItemSet.GetItemState(RES_CHRATR_COLOR, in SetLinkCharFmts() 281 sal_Bool bColorSet = (SFX_ITEM_SET==rItemSet.GetItemState(RES_CHRATR_COLOR, in SetLinkCharFmts() 868 if( SFX_ITEM_SET==rItemSet.GetItemState(RES_CHRATR_COLOR,sal_False) ) in StyleParsed() 1624 case RES_CHRATR_COLOR: in GetAttrTabEntry()
|
H A D | wrthtml.cxx | 822 sal_Bool bItemSet = SFX_ITEM_SET == rItemSet.GetItemState( RES_CHRATR_COLOR, in OutBodyColor() 825 SFX_ITEM_SET == pRefFmt->GetAttrSet().GetItemState( RES_CHRATR_COLOR, in OutBodyColor() 857 ->GetDefaultItem( RES_CHRATR_COLOR ); in OutBodyColor()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 1037 RES_CHRATR_COLOR ); in OutColorTable() 1040 RES_CHRATR_COLOR ) )) in OutColorTable() 1042 nMaxItem = rPool.GetItemCount2(RES_CHRATR_COLOR); in OutColorTable() 1046 RES_CHRATR_COLOR, n ) ) ) in OutColorTable()
|
H A D | ww8par6.cxx | 3463 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_TxtColor() 3471 NewAttr( SvxColorItem(Color(GetCol(b)), RES_CHRATR_COLOR)); in Read_TxtColor() 3491 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_TxtForeColor() 3495 NewAttr(SvxColorItem(aColor, RES_CHRATR_COLOR)); in Read_TxtForeColor() 3974 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_CharShadow() 3996 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_TxtBackColor() 4017 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); // Zeichenfarbe auch in Read_CharHighlight() 4829 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_Shade() 4852 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_COLOR ); in Read_ParaBackColor()
|
H A D | ww8par3.cxx | 2414 { RES_CHRATR_COLOR, "TextColor" }, in MiserableDropDownFormHack() 2439 case RES_CHRATR_COLOR: in MiserableDropDownFormHack()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 215 aColor( RES_CHRATR_COLOR ), in SwBoxAutoFmt() 645 pFmt->SetColor( (SvxColorItem&)rSet.Get( RES_CHRATR_COLOR ) ); in UpdateFromSet() 899 aNew.SetColor( SvxColorItem(Color( COL_WHITE ), RES_CHRATR_COLOR) ); in SwTableAutoFmtTbl() 914 aNew.SetColor( SvxColorItem( aColor, RES_CHRATR_COLOR) ); in SwTableAutoFmtTbl()
|
H A D | poolfmt.cxx | 1223 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool() 1234 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool() 1244 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
|
H A D | dbgoutsw.cxx | 132 aItemWhichMap[RES_CHRATR_COLOR] = String("CHRATR_COLOR", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 487 aAttrTab[ RES_CHRATR_COLOR- POOLATTR_BEGIN ] = new SvxColorItem(RES_CHRATR_COLOR); in _InitCore()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1168 SvxColorItem aItem(aSet, RES_CHRATR_COLOR); in Execute() 1173 rWrtSh.SetAttrItem(SvxColorItem (aSet, RES_CHRATR_COLOR)); in Execute() 1230 SvxColorItem( rEdtWin.GetTextColor(), RES_CHRATR_COLOR) ); in Execute()
|
/aoo42x/main/sw/inc/ |
H A D | hintids.hxx | 62 RES_CHRATR_COLOR, // 3 enumerator
|
H A D | charatr.hxx | 78 { return (const SvxColorItem&)Get( RES_CHRATR_COLOR,bInP); } in GetColor()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 392 /* 2 */ RES_CHRATR_COLOR, RES_CHRATR_POSTURE, in ExecSearch()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 174 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), Pr… 399 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PR… 492 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE… 644 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE… in GetPropertyMapEntries() 691 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PR… in GetPropertyMapEntries()
|
H A D | unosrch.cxx | 229 case RES_CHRATR_COLOR: in FillItemSet()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 1027 GetColor( sal_uInt16(nTokenValue) ), RES_CHRATR_COLOR )); in ReadNumSecLevel()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 69 case RES_CHRATR_COLOR: in SV_IMPL_PTRARR_SORT()
|