Searched refs:pExtInputRing (Results 1 – 3 of 3) sorted by relevance
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()[all …]
269 pExtInputRing( 0 ), in SwDoc()567 if( pExtInputRing ) in ~SwDoc()569 Ring* pTmp = pExtInputRing; in ~SwDoc()570 pExtInputRing = 0; in ~SwDoc()
383 SwPaM *pExtInputRing; member in SwDoc
Completed in 25 milliseconds