Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Ddocnum.cxx445 SwNodeIndex aSttRg( rStt.nNode ), aEndRg( rEnd.nNode ); in MoveOutlinePara() local
449 SwNode* pSrch = &aSttRg.GetNode(); in MoveOutlinePara()
485 if( aEndRg == aSttRg ) in MoveOutlinePara()
497 aSttRg--; in MoveOutlinePara()
498 while( aSttRg.GetNode().IsStartNode() ) in MoveOutlinePara()
500 pNd = aSttRg.GetNode().EndOfSectionNode(); in MoveOutlinePara()
503 aSttRg--; in MoveOutlinePara()
505 aSttRg++; in MoveOutlinePara()
513 if( pNd->GetIndex() >= aSttRg.GetIndex() ) in MoveOutlinePara()
555 if( pNd->GetIndex() >= aSttRg.GetIndex() ) in MoveOutlinePara()
[all …]

Completed in 135 milliseconds