Searched refs:oldplace (Results 1 – 4 of 4) sorted by relevance
614 CPVT_WordPlace oldplace; in DrawEdit() local650 if (place.LineCmp(oldplace) != 0 || word.nFontIndex != nFontIndex || in DrawEdit()672 oldplace = place; in DrawEdit()830 CPVT_WordPlace oldplace = pIterator->GetWordPlace(); in GetText() local835 if (oldplace.nSecIndex != place.nSecIndex) in GetText()837 oldplace = place; in GetText()854 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local861 if (oldplace.nSecIndex != place.nSecIndex) in GetRangeText()863 oldplace = place; in GetRangeText()
685 CPVT_WordPlace oldplace = PrevLineHeaderPlace(place); in LinkLatterSection() local690 if (fxcrt::IndexInBounds(m_SectionArray, oldplace.nSecIndex)) { in LinkLatterSection()691 CPVT_Section* pSection = m_SectionArray[oldplace.nSecIndex].get(); in LinkLatterSection()693 oldplace.nWordIndex++; in LinkLatterSection()694 pSection->AddWord(oldplace, *pNextSection->GetWordFromArray(i)); in LinkLatterSection()
108 CPVT_WordPlace oldplace; in GenerateEditAP() local114 if (place.LineCmp(oldplace) != 0) { in GenerateEditAP()150 oldplace = place; in GenerateEditAP()
626 CPVT_WordPlace oldplace; in GetEditAppStream() local632 if (place.LineCmp(oldplace) != 0) { in GetEditAppStream()671 oldplace = place; in GetEditAppStream()