Searched refs:pHyphIter (Results 1 – 1 of 1) sorted by relevance
199 static SwHyphIter* pHyphIter = 0; variable722 return 0 != pHyphIter; in HasHyphIter()889 if (!pHyphIter) in HyphStart()891 ASSERT( !pHyphIter, "wer ist da schon am hyphinieren?" ); in HyphStart()892 pHyphIter = new SwHyphIter; in HyphStart()893 pHyphIter->Start( this, eStart, eEnd ); in HyphStart()907 if (pHyphIter->GetSh() == this) in HyphEnd()909 ASSERT( pHyphIter, "wo ist mein Iterator?" ); in HyphEnd()910 pHyphIter->End(); in HyphEnd()911 delete pHyphIter, pHyphIter = 0; in HyphEnd()[all …]