Lines Matching refs:pExtInputRing
238 SwExtTextInput* pNew = new SwExtTextInput( rPam, pExtInputRing ); in CreateExtTextInput()
239 if( !pExtInputRing ) in CreateExtTextInput()
240 pExtInputRing = pNew; in CreateExtTextInput()
247 if( pDel == pExtInputRing ) in DeleteExtTextInput()
249 if( pDel->GetNext() != pExtInputRing ) in DeleteExtTextInput()
250 pExtInputRing = (SwPaM*)pDel->GetNext(); in DeleteExtTextInput()
252 pExtInputRing = 0; in DeleteExtTextInput()
261 if( pExtInputRing ) in GetExtTextInput()
264 SwExtTextInput* pTmp = (SwExtTextInput*)pExtInputRing; in GetExtTextInput()
284 } while( pExtInputRing != (pTmp = (SwExtTextInput*)pExtInputRing ) ); in GetExtTextInput()
291 ASSERT( !pExtInputRing || pExtInputRing == pExtInputRing->GetNext(), in GetExtTextInput()
293 return (SwExtTextInput*)pExtInputRing; in GetExtTextInput()