Home
last modified time | relevance | path

Searched refs:__pStartCrsr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx63 *__pStartCrsr = _pStartCrsr; in FillRubyList() local
100 (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in FillRubyList()
115 *__pStartCrsr = _pStartCrsr; in SetRubyList() local
187 (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in SetRubyList()
H A Ddocglos.cxx160 SwPaM *_pStartCrsr = &rPaM, *__pStartCrsr = _pStartCrsr; in InsertGlossary() local
185 __pStartCrsr ); in InsertGlossary()
/trunk/main/sw/inc/
H A Dedimp.hxx40 SwPaM *_pStartCrsr = (pCURSH)->GetCrsr(), *__pStartCrsr = _pStartCrsr; \
44 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); \
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx956 SwPaM *_pStartCrsr = pCrsrShell->GetCrsr(), *__pStartCrsr = _pStartCrsr; in get_AccFlowTo() local
978 while( _pStartCrsr && ( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr) ); in get_AccFlowTo()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx114 SwPaM *_pStartCrsr = getShellCrsr( true ), *__pStartCrsr = _pStartCrsr; in Insert2() local
124 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in Insert2()

Completed in 26 milliseconds