Searched refs:wordplace (Results 1 – 2 of 2) sorted by relevance
211 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local212 wordplace.nWordIndex = -1; in SearchWordPlace()214 return wordplace; in SearchWordPlace()244 wordplace.nWordIndex = nMid; in SearchWordPlace()247 return wordplace; in SearchWordPlace()
317 CPVT_WordPlace wordplace = place; in InsertSection() local318 UpdateWordPlace(wordplace); in InsertSection()320 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection()321 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()326 for (int32_t w = wordplace.nWordIndex + 1, in InsertSection()335 ClearSectionRightWords(wordplace); in InsertSection()860 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local863 w > wordplace.nWordIndex; w--) { in ClearSectionRightWords()891 CPVT_WordPlace wordplace; in ClearEmptySections() local894 wordplace.nSecIndex = s; in ClearEmptySections()[all …]