Lines Matching refs:SwPosition

80     SwPosition  *pStart;
81 SwPosition *pEnd;
82 SwPosition *pCurr;
83 SwPosition *pCurrX;
91 inline const SwPosition *GetEnd() const { return pEnd; } in GetEnd()
92 inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; } in SetEnd()
94 inline const SwPosition *GetStart() const { return pStart; } in GetStart()
95 inline void SetStart( SwPosition* pNew ){ delete pStart; pStart = pNew; } in SetStart()
97 inline const SwPosition *GetCurr() const { return pCurr; } in GetCurr()
98 inline void SetCurr( SwPosition* pNew ){ delete pCurr; pCurr = pNew; } in SetCurr()
100 inline const SwPosition *GetCurrX() const { return pCurrX; } in GetCurrX()
101 inline void SetCurrX( SwPosition* pNew ){ delete pCurrX; pCurrX = pNew; } in SetCurrX()
269 pStart = new SwPosition( *pCrsr->GetPoint() ); in _Start()
270 pEnd = new SwPosition( *pCrsr->GetMark() ); in _Start()
273 SwPosition* pNew = new SwPosition( *GetStart() ); in _Start()
275 pNew = new SwPosition( *pNew ); in _Start()
375 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in Continue()
376 SwPosition* pNewMark = new SwPosition( *pCrsr->GetMark() ); in Continue()
386 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in Continue()
388 pNew = new SwPosition( *pCrsr->GetMark() ); in Continue()
390 pNew = new SwPosition( *GetStart() ); in Continue()
392 pNew = new SwPosition( *pNew ); in Continue()
454 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in Continue()
455 SwPosition* pNewMark = new SwPosition( *pCrsr->GetMark() ); in Continue()
466 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in Continue()
468 pNew = new SwPosition( *pCrsr->GetMark() ); in Continue()
470 pNew = new SwPosition( *GetStart() ); in Continue()
472 pNew = new SwPosition( *pNew ); in Continue()
600 SwPosition* pNew = new SwPosition(*pCrsr->End()); in Continue()
635 const SwPosition* pStt = rPam.Start(); in DelSoftHyph()
655 SwPosition* pSttPos = pCrsr->Start(); in InsertSoftHyph()
656 SwPosition* pEndPos = pCrsr->End(); in InsertSoftHyph()
766 SwPosition *pTmp = new SwPosition( *pSwCrsr->GetPoint() ); in SpellStart()
770 pTmp = new SwPosition( *pTmp ); in SpellStart()
1010 SwPosition aPos( *pCrsr->GetPoint() ); in GetCorrection()
1125 SwPosition aPos( *pCrsr->GetPoint() ); in GetGrammarCorrection()
1304 pSpellIter->SetCurr( new SwPosition( *pSpellIter->GetCurrX() ) ); in MoveContinuationPosToEndOfCheckedSentence()
1455 pSpellIter->SetCurr( new SwPosition( *pCrsr->Start() ) ); in ApplyChangedSentence()
1473 const SwPosition* pStartPos = pCrsr->Start(); in lcl_CollectDeletedRedlines()
1509 const SwPosition* pEndPos = pCrsr->End(); in lcl_CutRedlines()
1582 SwPosition* pNewPoint = new SwPosition( *pCrsr->GetPoint() ); in SpellSentence()
1583 SwPosition* pNewMark = new SwPosition( *pCrsr->GetMark() ); in SpellSentence()
1594 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in SpellSentence()
1596 pNew = new SwPosition( *pCrsr->GetMark() ); in SpellSentence()
1598 pNew = new SwPosition( *GetStart() ); in SpellSentence()
1600 pNew = new SwPosition( *pNew ); in SpellSentence()
1632 SwPosition aSaveStartPos = *pCrsr->End(); in SpellSentence()
1658 const SwPosition aSaveEndPos = *GetEnd(); in SpellSentence()
1660 SetEnd( new SwPosition( *pCrsr->End() )); in SpellSentence()
1677 SetCurr( new SwPosition( *pCrsr->GetPoint() )); in SpellSentence()
1678 SetCurrX( new SwPosition( *pCrsr->GetMark() )); in SpellSentence()
1728 SetCurr( new SwPosition(*GetEnd()) ); in SpellSentence()
1731 SetEnd( new SwPosition(aSaveEndPos) ); in SpellSentence()
1841 SwPosition aStart(*pCrsr->GetPoint()); in AddPortion()
1842 SwPosition aEnd(*pCrsr->GetMark()); in AddPortion()