Home
last modified time | relevance | path

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

/aoo41x/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.cxx269 pExtInputRing( 0 ), in SwDoc()
568 if( pExtInputRing ) in ~SwDoc()
570 Ring* pTmp = pExtInputRing; in ~SwDoc()
571 pExtInputRing = 0; in ~SwDoc()
/aoo41x/main/sw/inc/
H A Ddoc.hxx383 SwPaM *pExtInputRing; member in SwDoc

Completed in 46 milliseconds