Lines Matching refs:oldplace
1238 CPVT_WordPlace oldplace = pIterator->GetAt(); in GetText() local
1255 if (oldplace.SecCmp(place) != 0) in GetText()
1261 oldplace = place; in GetText()
1285 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText() local
1303 if (oldplace.SecCmp(place) != 0) in GetRangeText()
1309 oldplace = place; in GetRangeText()
1568 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetSecProps() local
1751 pIterator->SetAt(oldplace); in SetSecProps()
1771 CPVT_WordPlace oldplace = pIterator->GetAt(); in SetWordProps() local
1916 pIterator->SetAt(oldplace); in SetWordProps()
3210 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear() local
3212 if (oldplace.SecCmp(place) != 0) in Clear()
3216 AddEditUndoItem(new CFXEU_ClearRich(this,oldplace,place,range,wordinfo.Word, in Clear()
3224 oldplace = m_pVT->AjustLineHeader(oldplace,TRUE); in Clear()
3227 AddEditUndoItem(new CFXEU_ClearRich(this,oldplace,place,range,wordinfo.Word, in Clear()