Home
last modified time | relevance | path

Searched refs:mpSubList (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/text/
H A Dwrong.cxx44 : 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 …]
/aoo41x/main/sw/source/core/inc/
H A Dwrong.hxx70 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 31 milliseconds