Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/docnode/
H A Dnodes.cxx1753 SwTxtNode * pDestNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange() local
1755 sal_Bool bCopyCollFmt = pDestNd && !pDestNd->GetTxt().Len(); in MoveRange()
1761 if( !pDestNd ) in MoveRange()
1763 pDestNd = rNodes.MakeTxtNode( rPos.nNode, pSrcNd->GetTxtColl() ); in MoveRange()
1765 rPos.nContent.Assign( pDestNd, 0 ); in MoveRange()
1768 bSplitDestNd = pDestNd->Len() > rPos.nContent.GetIndex() || in MoveRange()
1802 SwDoc* const pInsDoc = pDestNd->GetDoc(); in MoveRange()
1808 pDestNd->SplitCntntNode( rPos ); in MoveRange()
1817 pDestNd = rNodes[ rPos.nNode.GetIndex() - 1 ]->GetTxtNode(); in MoveRange()
1820 pSrcNd->CutText( pDestNd, SwIndex( pDestNd, pDestNd->Len()), in MoveRange()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dfecopy.cxx717 SwTableNode *pDestNd, *pSrcNd = aCpyPam.GetNode()->GetTableNode(); in Paste() local
849 0 != ( pDestNd = GetDoc()->IsIdxInTbl( PCURCRSR->GetPoint()->nNode ))) in Paste()
867 pDestNd->GetTable().IsNewModel() ) ) in Paste()
870 SwTableBox* pBox = pDestNd->GetTable().GetTblBox( in Paste()
876 SwNodeIndex aNdIdx( *pDestNd->EndOfSectionNode()); in Paste()
884 SwPaM const tmpPaM(*pDestNd, *pDestNd->EndOfSectionNode()); in Paste()
/AOO41X/main/sw/source/core/doc/
H A Ddocredln.cxx3447 SwCntntNode* pDestNd = aPos.nNode.GetNode().GetCntntNode(); in CopyToSection() local
3448 if( pDestNd ) in CopyToSection()
3450 if( pDestNd->IsTxtNode() && pCEndNd->IsTxtNode() ) in CopyToSection()
3452 *(SwTxtNode*)pDestNd ); in CopyToSection()
3454 pDestNd->ChgFmtColl( pCEndNd->GetFmtColl() ); in CopyToSection()