Searched refs:pDestNd (Results 1 – 3 of 3) sorted by relevance
1755 sal_Bool bCopyCollFmt = pDestNd && !pDestNd->GetTxt().Len(); in MoveRange()1761 if( !pDestNd ) in MoveRange()1765 rPos.nContent.Assign( pDestNd, 0 ); in MoveRange()1808 pDestNd->SplitCntntNode( rPos ); in MoveRange()1820 pSrcNd->CutText( pDestNd, SwIndex( pDestNd, pDestNd->Len()), in MoveRange()1833 pSrcNd->CopyCollFmt( *pDestNd ); in MoveRange()1851 else if( pDestNd ) in MoveRange()1877 pDestNd = rPos.nNode.GetNode().GetTxtNode(); in MoveRange()1901 pDestNd = in MoveRange()1904 rPos.nContent.Assign( pDestNd, 0 ); in MoveRange()[all …]
717 SwTableNode *pDestNd, *pSrcNd = aCpyPam.GetNode()->GetTableNode(); in Paste() local849 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()
3454 SwCntntNode* pDestNd = aPos.nNode.GetNode().GetCntntNode(); in CopyToSection() local3455 if( pDestNd ) in CopyToSection()3457 if( pDestNd->IsTxtNode() && pCEndNd->IsTxtNode() ) in CopyToSection()3459 *(SwTxtNode*)pDestNd ); in CopyToSection()3461 pDestNd->ChgFmtColl( pCEndNd->GetFmtColl() ); in CopyToSection()
Completed in 85 milliseconds