Home
last modified time | relevance | path

Searched refs:rCurrentSelection (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1406 const TextSelection& rCurrentSelection = pTextView->GetSelection(); in PreNotify() local
1414 bool bHasRange = rCurrentSelection.HasRange(); in PreNotify()
1417 TextPaM aCursor(rCurrentSelection.GetStart()); in PreNotify()
1428 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1429 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1434 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1435 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1442 while(aCursor.GetIndex() < rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1463 … nSelectionType = pCurAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() ? in PreNotify()
1464 … LEFT_NO : pCurAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex() ? RIGHT_NO : INSIDE_NO; in PreNotify()