Lines Matching refs:pNew

92     inline void SetEnd( SwPosition* pNew ){ delete pEnd; pEnd = pNew; }  in SetEnd()  argument
95 inline void SetStart( SwPosition* pNew ){ delete pStart; pStart = pNew; } in SetStart() argument
98 inline void SetCurr( SwPosition* pNew ){ delete pCurr; pCurr = pNew; } in SetCurr() argument
101 inline void SetCurrX( SwPosition* pNew ){ delete pCurrX; pCurrX = pNew; } in SetCurrX() argument
273 SwPosition* pNew = new SwPosition( *GetStart() ); in _Start() local
274 SetCurr( pNew ); in _Start()
275 pNew = new SwPosition( *pNew ); in _Start()
276 SetCurrX( pNew ); in _Start()
386 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in Continue() local
387 SetStart( pNew ); in Continue()
388 pNew = new SwPosition( *pCrsr->GetMark() ); in Continue()
389 SetEnd( pNew ); in Continue()
390 pNew = new SwPosition( *GetStart() ); in Continue()
391 SetCurr( pNew ); in Continue()
392 pNew = new SwPosition( *pNew ); in Continue()
393 SetCurrX( pNew ); in Continue()
466 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in Continue() local
467 SetStart( pNew ); in Continue()
468 pNew = new SwPosition( *pCrsr->GetMark() ); in Continue()
469 SetEnd( pNew ); in Continue()
470 pNew = new SwPosition( *GetStart() ); in Continue()
471 SetCurr( pNew ); in Continue()
472 pNew = new SwPosition( *pNew ); in Continue()
473 SetCurrX( pNew ); in Continue()
600 SwPosition* pNew = new SwPosition(*pCrsr->End()); in Continue() local
601 SetEnd( pNew ); in Continue()
1594 SwPosition* pNew = new SwPosition( *pCrsr->GetPoint() ); in SpellSentence() local
1595 SetStart( pNew ); in SpellSentence()
1596 pNew = new SwPosition( *pCrsr->GetMark() ); in SpellSentence()
1597 SetEnd( pNew ); in SpellSentence()
1598 pNew = new SwPosition( *GetStart() ); in SpellSentence()
1599 SetCurr( pNew ); in SpellSentence()
1600 pNew = new SwPosition( *pNew ); in SpellSentence()
1601 SetCurrX( pNew ); in SpellSentence()