Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1502 SwPosition* pNewPos = (SwPosition*)aAnchor.GetCntntAnchor(); in CopyFlyInFlyImpl() local
1567 pNewPos->nNode = aAnchorNdIdx; in CopyFlyInFlyImpl()
1571 long nOffset = pNewPos->nNode.GetIndex() - rRg.aStart.GetIndex(); in CopyFlyInFlyImpl()
1573 pNewPos->nNode = aIdx; in CopyFlyInFlyImpl()
1578 pNewPos->nNode.GetNode().IsTxtNode() ) in CopyFlyInFlyImpl()
1580 pNewPos->nContent.Assign( (SwTxtNode*)&pNewPos->nNode.GetNode(), in CopyFlyInFlyImpl()
1581 pNewPos->nContent.GetIndex() ); in CopyFlyInFlyImpl()
1585 pNewPos->nContent.Assign( 0, 0 ); in CopyFlyInFlyImpl()
/trunk/main/sw/source/filter/html/
H A Dhtmlctxt.cxx244 const SwPosition *pNewPos ) in SaveDocContext() argument
252 if( pNewPos ) in SaveDocContext()
268 SplitAttrTab( *pNewPos ); in SaveDocContext()
278 *pPam->GetPoint() = *pNewPos; in SaveDocContext()
H A Dswhtml.hxx620 const SwPosition *pNewPos );
/trunk/main/sw/source/core/doc/
H A Ddocbm.cxx736 ::std::auto_ptr< SwPosition > pNewPos; in deleteMarks()
740 pNewPos = ::std::auto_ptr< SwPosition >( new SwPosition( rEnd, *pEndIdx ) ); in deleteMarks()
744 pNewPos = in deleteMarks()
756 bMoveMark = pMark->GetMarkPos().nNode != pNewPos->nNode; in deleteMarks()
770 pMark->SetMarkPos(*pNewPos); in deleteMarks()
772 pMark->SetOtherMarkPos(*pNewPos); in deleteMarks()
/trunk/main/sc/source/ui/unoobj/
H A Dnameuno.cxx139 const ScAddress* pNewPos, const sal_uInt16* pNewType, in Modify_Impl() argument
173 if (pNewPos) in Modify_Impl()
174 aPos = *pNewPos; in Modify_Impl()
/trunk/main/sc/inc/
H A Dnameuno.hxx73 const ScAddress* pNewPos, const sal_uInt16* pNewType,

Completed in 56 milliseconds