Searched refs:nEndWordIndex (Results 1 – 2 of 2) sorted by relevance
31 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, m_LineInfo.nEndWordIndex); in GetEndWordPlace()35 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()36 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, m_LineInfo.nEndWordIndex); in GetPrevWordPlace()152 if (place.nWordIndex >= pLine->m_LineInfo.nEndWordIndex) { in GetNextWordPlace()172 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()386 pLine->m_LineInfo.nEndWordIndex = m_pSection->m_WordArray.GetSize() - 1; in CharArray()674 line.nEndWordIndex = nLineTail; in SplitLines()700 line.nEndWordIndex = nLineTail; in SplitLines()721 line.nEndWordIndex = -1; in SplitLines()777 … for (FX_INT32 w = pLine->m_LineInfo.nBeginWordIndex; w <= pLine->m_LineInfo.nEndWordIndex; w++) { in OutputLines()
126 CPVT_LineInfo() : nTotalWord(0), nBeginWordIndex(-1), nEndWordIndex(-1), in CPVT_LineInfo()132 FX_INT32 nEndWordIndex; member