Searched refs:pDstNd (Results 1 – 2 of 2) sorted by relevance
171 void lcl_CpyBreakAttrs( SwCntntNode* pSrcNd, SwCntntNode* pDstNd, in lcl_CpyBreakAttrs() argument175 if( pSrcNd && pDstNd && 0 != ( pSet = pSrcNd->GetpSwAttrSet() ) ) in lcl_CpyBreakAttrs()189 if( lcl_HasBreakAttrs( *pDstNd )) in lcl_CpyBreakAttrs()191 SwPosition aPos( *pDstNd, SwIndex( pDstNd )); in lcl_CpyBreakAttrs()193 pDstNd->GetDoc()->AppendTxtNode( aPos ); in lcl_CpyBreakAttrs()197 SwCntntNode* pOldNd = pDstNd; in lcl_CpyBreakAttrs()198 pDstNd = aPos.nNode.GetNode().GetCntntNode(); in lcl_CpyBreakAttrs()199 pDstNd->ChgFmtColl( pOldNd->GetFmtColl() ); in lcl_CpyBreakAttrs()200 if( pDstNd->HasSwAttrSet() ) in lcl_CpyBreakAttrs()202 SfxItemSet aSet( *pDstNd->GetpSwAttrSet() ); in lcl_CpyBreakAttrs()[all …]
1308 const SwNode* pDstNd = rDstNds[ nDstSttIdx ]; in CheckRanges() local1309 if( !SwCompareLine::CompareNode( *pSrcNd, *pDstNd )) in CheckRanges()1313 nDstSttIdx = NextIdx( pDstNd ); in CheckRanges()1321 const SwNode* pDstNd = rDstNds[ nDstEndIdx ]; in CheckRanges() local1322 if( !SwCompareLine::CompareNode( *pSrcNd, *pDstNd )) in CheckRanges()1326 nDstEndIdx = PrevIdx( pDstNd ); in CheckRanges()1837 const SwNode* pDstNd = GetNodes()[ in MergeDoc() local1843 *pDstNd, *pRedl, pRing ); in MergeDoc()