Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/items/
H A Dtextitem.cxx1340 : SfxEnumItem( nId, (sal_uInt16)eSt ), mColor( COL_TRANSPARENT ) in SvxTextLineItem()
1417 if( !mColor.GetTransparency() ) in GetPresentation()
1418 ( rText += cpDelim ) += ::GetColorString( mColor ); in GetPresentation()
1450 rVal <<= (sal_Int32)( mColor.GetColor() ); in QueryValue()
1453 rVal = Bool2Any( !mColor.GetTransparency() ); in QueryValue()
1490 sal_uInt8 nTrans = mColor.GetTransparency(); in PutValue()
1491 mColor = Color( nCol ); in PutValue()
1492 mColor.SetTransparency( nTrans ); in PutValue()
1497 mColor.SetTransparency( Any2Bool( rVal ) ? 0 : 0xff ); in PutValue()
2002 mColor( COL_BLACK ) in SvxColorItem()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/core/text/
H A Dwrong.cxx46 mColor = getWrongAreaColor(listType, xPropertyBag); in SwWrongArea()
59 mColor = getWrongAreaColor(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea()
/AOO41X/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()