Home
last modified time | relevance | path

Searched refs:mLineType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwrong.cxx47 mLineType = getWrongAreaLineType(listType, xPropertyBag); in SwWrongArea()
55 …ropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(pSubList), mLineType(WRONGAREA_NONE) in SwWrongArea()
60 mLineType = getWrongAreaLineType(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx73 WrongAreaLineType mLineType; 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/txtnode/
H A Dfntcache.cxx787 if (WRONGAREA_DASHED == wrongArea->mLineType) in lcl_DrawLineForWrongListData()
801 else if (WRONGAREA_WAVE == wrongArea->mLineType) in lcl_DrawLineForWrongListData()
812 else if (WRONGAREA_WAVE_NORMAL == wrongArea->mLineType) in lcl_DrawLineForWrongListData()
819 else if (WRONGAREA_WAVE_SMALL == wrongArea->mLineType) in lcl_DrawLineForWrongListData()
825 else if (WRONGAREA_WAVE_FLAT == wrongArea->mLineType) in lcl_DrawLineForWrongListData()

Completed in 27 milliseconds