Searched refs:pNodeIndex (Results 1 – 4 of 4) sorted by relevance
615 SwNodeIndex* pNodeIndex = pRedline->GetContentIdx(); in createEnumeration() local616 if(pNodeIndex) in createEnumeration()618 SwPaM aPam(*pNodeIndex); in createEnumeration()646 SwNodeIndex* pNodeIndex = pRedline->GetContentIdx(); in createTextCursor() local647 if(pNodeIndex) in createTextCursor()649 SwPosition aPos(*pNodeIndex); in createTextCursor()
2652 const SwNodeIndex* pNodeIndex = rFlyFrmFmt.GetCntnt().GetCntntIdx(); in OutWW6FlyFrmsInCntnt() local2654 if( pNodeIndex ) in OutWW6FlyFrmsInCntnt()2656 sal_uLong nStt = pNodeIndex->GetIndex()+1, in OutWW6FlyFrmsInCntnt()2657 nEnd = pNodeIndex->GetNode().EndOfSectionIndex(); in OutWW6FlyFrmsInCntnt()2725 const SwNodeIndex* pNodeIndex = rFrmFmt.GetCntnt().GetCntntIdx(); in OutputFlyFrame_Impl() local2727 sal_uLong nStt = pNodeIndex ? pNodeIndex->GetIndex()+1 : 0; in OutputFlyFrame_Impl()2728 sal_uLong nEnd = pNodeIndex ? pNodeIndex->GetNode().EndOfSectionIndex() : 0; in OutputFlyFrame_Impl()
1715 const SwNodeIndex* pNodeIndex = rFrmFmt.GetCntnt().GetCntntIdx(); in OutputFlyFrame_Impl() local1716 sal_uLong nStt = pNodeIndex ? pNodeIndex->GetIndex()+1 : 0; in OutputFlyFrame_Impl()1717 sal_uLong nEnd = pNodeIndex ? pNodeIndex->GetNode().EndOfSectionIndex() : 0; in OutputFlyFrame_Impl()
2389 const SwNodeIndex* pNodeIndex = pFlyFmt->GetCntnt(). in MoveOutsideFly() local2391 if (pNodeIndex) in MoveOutsideFly()2393 SwNodeIndex aIdx( *pNodeIndex, 1 ), in MoveOutsideFly()2394 aEnd( *pNodeIndex->GetNode().EndOfSectionNode() ); in MoveOutsideFly()