Home
last modified time | relevance | path

Searched refs:mColor (Results 1 – 6 of 6) sorted by relevance

/trunk/main/editeng/source/items/
H A Dtextitem.cxx1417 if( !mColor.GetTransparency() ) in GetPresentation()
1491 mColor = Color( nCol ); in PutValue()
2002 mColor( COL_BLACK ) in SvxColorItem()
2010 mColor( rCol ) in SvxColorItem()
2021 mColor = aColor; in SvxColorItem()
2028 mColor( rCopy.mColor ) in SvxColorItem()
2054 return mColor == ( (const SvxColorItem&)rAttr ).mColor; in operator ==()
2073 mColor.SetColor( nColor ); in PutValue()
2089 COL_AUTO == mColor.GetColor() ) in Store()
2092 rStrm << mColor; in Store()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dudlnitem.hxx45 Color mColor; member in SvxTextLineItem
91 const Color& GetColor() const { return mColor; } in GetColor()
92 void SetColor( const Color& rCol ) { mColor = rCol; } in SetColor()
H A Dcolritem.hxx50 Color mColor; member in SvxColorItem
84 return mColor; in GetValue()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx72 Color mColor; member in SwWrongArea
88 SwWrongArea() : mnPos(0), mnLen(0), mpSubList(NULL), mColor(0,0,0), mLineType(WRONGAREA_WAVE) {} in SwWrongArea()
/trunk/main/sw/source/core/text/
H A Dwrong.cxx46 mColor = getWrongAreaColor(listType, xPropertyBag); in SwWrongArea()
59 mColor = getWrongAreaColor(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx789 rInf.GetOut().SetLineColor( wrongArea->mColor ); in lcl_DrawLineForWrongListData()
803 rInf.GetOut().SetLineColor( wrongArea->mColor ); in lcl_DrawLineForWrongListData()
814 rInf.GetOut().SetLineColor( wrongArea->mColor ); in lcl_DrawLineForWrongListData()
821 rInf.GetOut().SetLineColor( wrongArea->mColor ); in lcl_DrawLineForWrongListData()
827 rInf.GetOut().SetLineColor( wrongArea->mColor ); in lcl_DrawLineForWrongListData()

Completed in 55 milliseconds