Home
last modified time | relevance | path

Searched refs:RES_CHRATR_COLOR (Results 1 – 25 of 35) sorted by relevance

12

/aoo41x/main/sw/source/filter/ww1/
H A Dw1filter.cxx1124 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()
/aoo41x/main/sw/source/core/text/
H A Datrstck.cxx227 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 Dredlnitr.cxx282 if( RES_CHRATR_COLOR == nWhich ) in _Seek()
/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx227 aAttrSet.Put( SvxColorItem( *pBox->GetSaveUserColor(), RES_CHRATR_COLOR )); in _InsTblBox()
229 aAttrSet.ClearItem( RES_CHRATR_COLOR ); in _InsTblBox()
2077 GetItemState( RES_CHRATR_COLOR, sal_False, &pItem )) in ChgTextToNum()
2091 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgTextToNum()
2096 pTNd->SetAttr( SvxColorItem( *pNewUserColor, RES_CHRATR_COLOR )); in ChgTextToNum()
2098 pTNd->ResetAttr( RES_CHRATR_COLOR ); in ChgTextToNum()
2109 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgTextToNum()
2209 GetItemState( RES_CHRATR_COLOR, sal_False, &pItem )) in ChgNumToText()
2223 pTNd->SetAttr( SvxColorItem( *pCol, RES_CHRATR_COLOR )); in ChgNumToText()
2230 pTNd->ResetAttr( RES_CHRATR_COLOR ); in ChgNumToText()
[all …]
/aoo41x/main/sw/source/ui/app/
H A Ddocshini.cxx748 RES_CHRATR_COLOR, RES_CHRATR_COLOR, in SubInitNew()
786 aDfltSet.Put( SvxColorItem( Color( COL_AUTO ), RES_CHRATR_COLOR ) ); in SubInitNew()
H A Dswmodul1.cxx501 rSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in lcl_FillAuthorAttr()
/aoo41x/main/sw/source/filter/html/
H A Dhtmldraw.cxx236 case RES_CHRATR_COLOR: nEEWhich = EE_CHAR_COLOR; break; in PutEEPoolItem()
435 RES_CHRATR_COLOR, RES_CHRATR_CROSSEDOUT, RES_CHRATR_ESCAPEMENT, in NewMarquee()
646 case EE_CHAR_COLOR: nSwWhich = RES_CHRATR_COLOR; break; in GetEEAttrsFromDrwObj()
H A Dhtmlgrin.cxx522 (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 Dhtmlcss1.cxx248 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 Dwrthtml.cxx822 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()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.cxx1037 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 Dww8par6.cxx3463 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 Dww8par3.cxx2414 { RES_CHRATR_COLOR, "TextColor" }, in MiserableDropDownFormHack()
2439 case RES_CHRATR_COLOR: in MiserableDropDownFormHack()
/aoo41x/main/sw/source/core/doc/
H A Dtblafmt.cxx215 aColor( RES_CHRATR_COLOR ), in SwBoxAutoFmt()
647 pFmt->SetColor( (SvxColorItem&)rSet.Get( RES_CHRATR_COLOR ) ); in UpdateFromSet()
901 aNew.SetColor( SvxColorItem(Color( COL_WHITE ), RES_CHRATR_COLOR) ); in SwTableAutoFmtTbl()
916 aNew.SetColor( SvxColorItem( aColor, RES_CHRATR_COLOR) ); in SwTableAutoFmtTbl()
H A Dpoolfmt.cxx1220 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
1231 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
1241 aSet.Put( SvxColorItem( aCol, RES_CHRATR_COLOR ) ); in GetFmtFromPool()
H A Ddbgoutsw.cxx132 aItemWhichMap[RES_CHRATR_COLOR] = String("CHRATR_COLOR", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
/aoo41x/main/sw/source/core/bastyp/
H A Dinit.cxx474 aAttrTab[ RES_CHRATR_COLOR- POOLATTR_BEGIN ] = new SvxColorItem(RES_CHRATR_COLOR); in _InitCore()
/aoo41x/main/sw/source/ui/shells/
H A Dtextsh1.cxx1166 SvxColorItem aItem(aSet, RES_CHRATR_COLOR); in Execute()
1171 rWrtSh.SetAttrItem(SvxColorItem (aSet, RES_CHRATR_COLOR)); in Execute()
1228 SvxColorItem( rEdtWin.GetTextColor(), RES_CHRATR_COLOR) ); in Execute()
/aoo41x/main/sw/inc/
H A Dhintids.hxx62 RES_CHRATR_COLOR, // 3 enumerator
H A Dcharatr.hxx78 { return (const SvxColorItem&)Get( RES_CHRATR_COLOR,bInP); } in GetColor()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewsrch.cxx392 /* 2 */ RES_CHRATR_COLOR, RES_CHRATR_POSTURE, in ExecSearch()
/aoo41x/main/sw/source/core/unocore/
H A Dunomap.cxx172 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), Pr…
394 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PR…
487 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE…
586 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PROPERTY_NONE… in GetPropertyMapEntries()
633 …{ SW_PROP_NMID(UNO_NAME_CHAR_COLOR), RES_CHRATR_COLOR, CPPU_E2T(CPPUTYPE_INT32), PR… in GetPropertyMapEntries()
H A Dunosrch.cxx229 case RES_CHRATR_COLOR: in FillItemSet()
/aoo41x/main/sw/source/filter/rtf/
H A Drtfnum.cxx1027 GetColor( sal_uInt16(nTokenValue) ), RES_CHRATR_COLOR )); in ReadNumSecLevel()
/aoo41x/main/sw/source/core/crsr/
H A Dfindattr.cxx69 case RES_CHRATR_COLOR: in SV_IMPL_PTRARR_SORT()

Completed in 208 milliseconds

12