Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx615 SwNodeIndex* pNodeIndex = pRedline->GetContentIdx(); in createEnumeration() local
616 if(pNodeIndex) in createEnumeration()
618 SwPaM aPam(*pNodeIndex); in createEnumeration()
646 SwNodeIndex* pNodeIndex = pRedline->GetContentIdx(); in createTextCursor() local
647 if(pNodeIndex) in createTextCursor()
649 SwPosition aPos(*pNodeIndex); in createTextCursor()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2653 const SwNodeIndex* pNodeIndex = rFlyFrmFmt.GetCntnt().GetCntntIdx(); in OutWW6FlyFrmsInCntnt() local
2655 if( pNodeIndex ) in OutWW6FlyFrmsInCntnt()
2657 sal_uLong nStt = pNodeIndex->GetIndex()+1, in OutWW6FlyFrmsInCntnt()
2658 nEnd = pNodeIndex->GetNode().EndOfSectionIndex(); in OutWW6FlyFrmsInCntnt()
2726 const SwNodeIndex* pNodeIndex = rFrmFmt.GetCntnt().GetCntntIdx(); in OutputFlyFrame_Impl() local
2728 sal_uLong nStt = pNodeIndex ? pNodeIndex->GetIndex()+1 : 0; in OutputFlyFrame_Impl()
2729 sal_uLong nEnd = pNodeIndex ? pNodeIndex->GetNode().EndOfSectionIndex() : 0; in OutputFlyFrame_Impl()
H A Drtfattributeoutput.cxx1715 const SwNodeIndex* pNodeIndex = rFrmFmt.GetCntnt().GetCntntIdx(); in OutputFlyFrame_Impl() local
1716 sal_uLong nStt = pNodeIndex ? pNodeIndex->GetIndex()+1 : 0; in OutputFlyFrame_Impl()
1717 sal_uLong nEnd = pNodeIndex ? pNodeIndex->GetNode().EndOfSectionIndex() : 0; in OutputFlyFrame_Impl()
H A Dww8par6.cxx2390 const SwNodeIndex* pNodeIndex = pFlyFmt->GetCntnt(). in MoveOutsideFly() local
2392 if (pNodeIndex) in MoveOutsideFly()
2394 SwNodeIndex aIdx( *pNodeIndex, 1 ), in MoveOutsideFly()
2395 aEnd( *pNodeIndex->GetNode().EndOfSectionNode() ); in MoveOutsideFly()

Completed in 120 milliseconds