Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/dialogs/
H A DSpellDialog.cxx1460 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify() local
1461 if(pCurAttr) 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()