Searched refs:mpSubList (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | wrong.cxx | 44 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(0) in SwWrongArea() 55 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(pSubList), mLineT… in SwWrongArea() 103 if( maList[i].mpSubList ) in CopyFrom() 104 maList[i].mpSubList = maList[i].mpSubList->Clone(); in CopyFrom() 115 if (maList[i].mpSubList) in ClearList() 116 delete maList[i].mpSubList; in ClearList() 117 maList[i].mpSubList = NULL; in ClearList() 218 if ( 0 != maList[0].maType.getLength() || maList[0].mpSubList ) in GetWrongPos() 553 (*startPos).mpSubList = 0; in Insert() 573 if ( (*iLoop).mpSubList ) in Remove() [all …]
|
/aoo4110/main/sw/source/core/inc/ |
H A D | wrong.hxx | 70 SwWrongList* mpSubList; member in SwWrongArea 88 SwWrongArea() : mnPos(0), mnLen(0), mpSubList(NULL), mColor(0,0,0), mLineType(WRONGAREA_WAVE) {} in SwWrongArea() 276 return nIdx < maList.size() ? maList[nIdx].mpSubList : 0; in SubList()
|
Completed in 12 milliseconds