Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3298 SwPaM * pStartCrsr = GetCrsr(); in ClearUpCrsrs() local
3300 SwPaM * pCrsr = (SwPaM *) pStartCrsr->GetNext(); in ClearUpCrsrs()
3308 while (pCrsr != pStartCrsr) in ClearUpCrsrs()
3322 if( pStartCrsr->HasMark() && !lcl_PosOk( *pStartCrsr->GetMark() ) ) in ClearUpCrsrs()
3324 lcl_RemoveMark( pStartCrsr ); in ClearUpCrsrs()
3327 if( !lcl_PosOk( *pStartCrsr->GetPoint() ) ) in ClearUpCrsrs()
3330 const SwNode* pStart = lcl_NodeContext( pStartCrsr->GetPoint()->nNode.GetNode() ); in ClearUpCrsrs()
3331 SwNodeIndex aIdx( pStartCrsr->GetPoint()->nNode ); in ClearUpCrsrs()
3352 *pStartCrsr = aTmpPam; in ClearUpCrsrs()

Completed in 28 milliseconds