Lines Matching refs:mnPos
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()
223 const xub_StrLen nSTPos = (*aIter).mnPos; in GetWrongPos()
360 const xub_StrLen nTmp = static_cast<xub_StrLen>(nDiff + maList[i].mnPos); in Move()
361 maList[i++].mnPos = nTmp; in Move()
457 maList[--nLst].mnPos = nSplitPos; in SplitList()
482 nWrPos = maList[nLst].mnPos - nSplitPos; in SplitList()
483 maList[nLst++].mnPos = nWrPos; in SplitList()
509 maList[nCnt].mnPos = nWrPos; in JoinList()
594 while( aIter != maList.end() && (*aIter).mnPos < nBegin ) in RemoveEntry()
601 while( aIter != maList.end() && nBegin < nEnd && nEnd > (*aIter).mnPos ) in RemoveEntry()
609 …while( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen… in RemoveEntry()
621 while( aIter != maList.end() && (*aIter).mnPos < nBegin ) in LookForEntry()
623 … if( aIter != maList.end() && nBegin == (*aIter).mnPos && nEnd == (*aIter).mnPos +(*aIter).mnLen ) in LookForEntry()
636 const xub_StrLen nSTPos = (*aIter).mnPos; in Insert()
645 while ( aIter != maList.end() && (*aIter).mnPos == nSTPos ) in Insert()