Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx635 const ::std::auto_ptr<SwUnoCrsr> aNewCrsr( in NextElement_Impl() local
641 aNewCrsr->SetRemainInSection( sal_False ); in NextElement_Impl()
646 SwTableNode *const pTblNode = aNewCrsr->GetNode()->FindTableNode(); in NextElement_Impl()
650 aNewCrsr->GetPoint()->nNode = pTblNode->EndOfSectionIndex(); in NextElement_Impl()
651 aNewCrsr->Move(fnMoveForward, fnGoNode); in NextElement_Impl()
655 aNewCrsr->MovePara(fnParaNext, fnParaStart); in NextElement_Impl()
657 if (m_nEndIndex < aNewCrsr->Start()->nNode.GetIndex()) in NextElement_Impl()

Completed in 17 milliseconds