Searched refs:pDstNd (Results 1 – 2 of 2) sorted by relevance
165 void lcl_CpyBreakAttrs( SwCntntNode* pSrcNd, SwCntntNode* pDstNd, in lcl_CpyBreakAttrs() argument169 if( pSrcNd && pDstNd && 0 != ( pSet = pSrcNd->GetpSwAttrSet() ) ) in lcl_CpyBreakAttrs()183 if( lcl_HasBreakAttrs( *pDstNd )) in lcl_CpyBreakAttrs()185 SwPosition aPos( *pDstNd, SwIndex( pDstNd )); in lcl_CpyBreakAttrs()187 pDstNd->GetDoc()->AppendTxtNode( aPos ); in lcl_CpyBreakAttrs()191 SwCntntNode* pOldNd = pDstNd; in lcl_CpyBreakAttrs()192 pDstNd = aPos.nNode.GetNode().GetCntntNode(); in lcl_CpyBreakAttrs()193 pDstNd->ChgFmtColl( pOldNd->GetFmtColl() ); in lcl_CpyBreakAttrs()194 if( pDstNd->HasSwAttrSet() ) in lcl_CpyBreakAttrs()196 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()