Searched refs:_pStartCrsr (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sw/source/core/doc/ |
| H A D | docruby.cxx | 62 const SwPaM *_pStartCrsr = (SwPaM*)rPam.GetNext(), in FillRubyList() local 63 *__pStartCrsr = _pStartCrsr; in FillRubyList() 64 sal_Bool bCheckEmpty = &rPam != _pStartCrsr; in FillRubyList() 66 const SwPosition* pStt = _pStartCrsr->Start(), in FillRubyList() 67 * pEnd = pStt == _pStartCrsr->GetPoint() in FillRubyList() 68 ? _pStartCrsr->GetMark() in FillRubyList() 69 : _pStartCrsr->GetPoint(); in FillRubyList() 100 (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in FillRubyList() 114 const SwPaM *_pStartCrsr = (SwPaM*)rPam.GetNext(), in SetRubyList() local 115 *__pStartCrsr = _pStartCrsr; in SetRubyList() [all …]
|
| H A D | docglos.cxx | 160 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 D | doccorr.cxx | 61 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \ 65 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
|
| H A D | docbm.cxx | 1058 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \ 1062 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
|
| /trunk/main/sw/inc/ |
| H A D | edimp.hxx | 36 #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 D | accdoc.cxx | 956 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 D | editsh.cxx | 114 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 D | crsrsh.cxx | 3237 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()
|