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.cxx2652 const SwNodeIndex* pNodeIndex = rFlyFrmFmt.GetCntnt().GetCntntIdx(); in OutWW6FlyFrmsInCntnt() local
2654 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() local
2727 sal_uLong nStt = pNodeIndex ? pNodeIndex->GetIndex()+1 : 0; in OutputFlyFrame_Impl()
2728 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.cxx2389 const SwNodeIndex* pNodeIndex = pFlyFmt->GetCntnt(). in MoveOutsideFly() local
2391 if (pNodeIndex) in MoveOutsideFly()
2393 SwNodeIndex aIdx( *pNodeIndex, 1 ), in MoveOutsideFly()
2394 aEnd( *pNodeIndex->GetNode().EndOfSectionNode() ); in MoveOutsideFly()