Home
last modified time | relevance | path

Searched refs:_pStartCrsr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx63 *__pStartCrsr = _pStartCrsr; in FillRubyList()
64 sal_Bool bCheckEmpty = &rPam != _pStartCrsr; in FillRubyList()
66 const SwPosition* pStt = _pStartCrsr->Start(), in FillRubyList()
68 ? _pStartCrsr->GetMark() in FillRubyList()
69 : _pStartCrsr->GetPoint(); in FillRubyList()
100 (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in FillRubyList()
115 *__pStartCrsr = _pStartCrsr; in SetRubyList()
116 sal_Bool bCheckEmpty = &rPam != _pStartCrsr; in SetRubyList()
120 ? _pStartCrsr->GetMark() in SetRubyList()
121 : _pStartCrsr->GetPoint(); in SetRubyList()
[all …]
H A Ddocglos.cxx160 SwPaM *_pStartCrsr = &rPaM, *__pStartCrsr = _pStartCrsr; in InsertGlossary() local
163 SwPosition& rInsPos = *_pStartCrsr->GetPoint(); in InsertGlossary()
184 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != in InsertGlossary()
H A Ddoccorr.cxx61 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \
65 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
H A Ddocbm.cxx1058 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \
1062 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
/trunk/main/sw/inc/
H A Dedimp.hxx36 #define PCURCRSR (_pStartCrsr)
40 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
961 if ( _pStartCrsr && _pStartCrsr->HasMark() ) in get_AccFlowTo()
963 SwCntntNode* pCntntNode = _pStartCrsr->GetCntntNode(); in get_AccFlowTo()
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
118 GetDoc()->InsertString(*_pStartCrsr, rStr, nInsertFlags); in Insert2()
122 SaveTblBoxCntnt( _pStartCrsr->GetPoint() ); in Insert2()
124 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in Insert2()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3237 const SwPaM *_pStartCrsr = (SwPaM*)rCrsr.GetNext(); in SetSelection() local
3241 *pCurrentCrsr->GetPoint() = *_pStartCrsr->GetPoint(); in SetSelection()
3242 if(_pStartCrsr->HasMark()) in SetSelection()
3245 *pCurrentCrsr->GetMark() = *_pStartCrsr->GetMark(); in SetSelection()
3247 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != &rCrsr ); in SetSelection()

Completed in 83 milliseconds