Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dextinput.cxx239 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 …]
H A Ddocnew.cxx271 pExtInputRing( 0 ), in SwDoc()
585 if( pExtInputRing ) in ~SwDoc()
587 Ring* pTmp = pExtInputRing; in ~SwDoc()
588 pExtInputRing = 0; in ~SwDoc()
/trunk/main/sw/inc/
H A Ddoc.hxx383 SwPaM *pExtInputRing; member in SwDoc

Completed in 34 milliseconds