Searched refs:rCurrentSelection (Results 1 – 1 of 1) sorted by relevance
1408 const TextSelection& rCurrentSelection = pTextView->GetSelection(); in PreNotify() local1416 bool bHasRange = rCurrentSelection.HasRange(); in PreNotify()1419 TextPaM aCursor(rCurrentSelection.GetStart()); in PreNotify()1430 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()1431 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()1436 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()1437 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()1444 while(aCursor.GetIndex() < rCurrentSelection.GetEnd().GetIndex()) in PreNotify()1465 … nSelectionType = pCurAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() ? in PreNotify()1466 … LEFT_NO : pCurAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex() ? RIGHT_NO : INSIDE_NO; in PreNotify()
Completed in 20 milliseconds