Searched refs:_pStartCrsr (Results 1 – 8 of 8) sorted by relevance
63 *__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 …]
160 SwPaM *_pStartCrsr = &rPaM, *__pStartCrsr = _pStartCrsr; in InsertGlossary() local163 SwPosition& rInsPos = *_pStartCrsr->GetPoint(); in InsertGlossary()184 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != in InsertGlossary()
61 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \65 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
1058 SwPaM *_pStartCrsr = pSttCrsr, *_pCurrCrsr = pSttCrsr; \1062 } while( (_pCurrCrsr=(SwPaM *)_pCurrCrsr->GetNext()) != _pStartCrsr ); \
36 #define PCURCRSR (_pStartCrsr)40 SwPaM *_pStartCrsr = (pCURSH)->GetCrsr(), *__pStartCrsr = _pStartCrsr; \44 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); \
956 SwPaM *_pStartCrsr = pCrsrShell->GetCrsr(), *__pStartCrsr = _pStartCrsr; in get_AccFlowTo() local961 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()
114 SwPaM *_pStartCrsr = getShellCrsr( true ), *__pStartCrsr = _pStartCrsr; in Insert2() local118 GetDoc()->InsertString(*_pStartCrsr, rStr, nInsertFlags); in Insert2()122 SaveTblBoxCntnt( _pStartCrsr->GetPoint() ); in Insert2()124 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != __pStartCrsr ); in Insert2()
3229 const SwPaM *_pStartCrsr = (SwPaM*)rCrsr.GetNext(); in SetSelection() local3233 *pCurrentCrsr->GetPoint() = *_pStartCrsr->GetPoint(); in SetSelection()3234 if(_pStartCrsr->HasMark()) in SetSelection()3237 *pCurrentCrsr->GetMark() = *_pStartCrsr->GetMark(); in SetSelection()3239 } while( (_pStartCrsr=(SwPaM *)_pStartCrsr->GetNext()) != &rCrsr ); in SetSelection()
Completed in 66 milliseconds