Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx199 static SwHyphIter* pHyphIter = 0; variable
722 return 0 != pHyphIter; in HasHyphIter()
889 if (!pHyphIter) in HyphStart()
892 pHyphIter = new SwHyphIter; in HyphStart()
907 if (pHyphIter->GetSh() == this) in HyphEnd()
910 pHyphIter->End(); in HyphEnd()
911 delete pHyphIter, pHyphIter = 0; in HyphEnd()
927 if (pHyphIter->GetSh() != this) in HyphContinue()
953 pHyphIter->ShowSelection(); in HyphContinue()
987 pHyphIter->Ignore(); in HyphIgnore()
[all …]

Completed in 17 milliseconds