Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx454 SwNode* pEndSrch = &aEndRg.GetNode(); in MoveOutlinePara()
485 if( aEndRg == aSttRg ) in MoveOutlinePara()
488 aEndRg++; in MoveOutlinePara()
501 if( pNd->GetIndex() >= aEndRg.GetIndex() ) in MoveOutlinePara()
507 aEndRg--; in MoveOutlinePara()
508 while( aEndRg.GetNode().IsStartNode() ) in MoveOutlinePara()
509 aEndRg--; in MoveOutlinePara()
510 while( aEndRg.GetNode().IsEndNode() ) in MoveOutlinePara()
515 aEndRg--; in MoveOutlinePara()
517 aEndRg++; in MoveOutlinePara()
[all …]

Completed in 23 milliseconds