Searched refs:mLineType (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | wrong.cxx | 47 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()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | wrong.hxx | 73 WrongAreaLineType mLineType; member in SwWrongArea 88 SwWrongArea() : mnPos(0), mnLen(0), mpSubList(NULL), mColor(0,0,0), mLineType(WRONGAREA_WAVE) {} in SwWrongArea()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 787 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