Lines Matching refs:pCNd
250 const SwCntntNode* pCNd; in InsertSwSection() local
268 pCNd = pEndPos->nNode.GetNode().GetCntntNode(); in InsertSwSection()
269 if( pCNd && pCNd->Len() != pEndPos->nContent.GetIndex() ) in InsertSwSection()
299 const SwCntntNode* pCNd = pPos->nNode.GetNode().GetCntntNode(); in InsertSwSection() local
305 else if( pPos->nContent.GetIndex() == pCNd->Len() ) in InsertSwSection()
312 if( pUndoInsSect && pCNd->IsTxtNode() ) in InsertSwSection()
314 pUndoInsSect->SaveSplitNode( (SwTxtNode*)pCNd, sal_True ); in InsertSwSection()
400 const SwCntntNode* pCNd = pEnd->nNode.GetNode().GetCntntNode(); in IsInsRegionAvailable() local
403 const SwSectionNode* pEndSectNd = pCNd ? pCNd->FindSectionNode() : 0; in IsInsRegionAvailable()
412 pCNd->Len() ) in IsInsRegionAvailable()
453 if( pEnd->nContent.GetIndex() == pCNd->Len() ) in IsInsRegionAvailable()
600 SwCntntNode* pCNd; in DelSectionFmt() local
602 if( 0 != (pCNd = GetNodes()[ nSttNd ]->GetCntntNode() ) && in DelSectionFmt()
603 RES_CONDTXTFMTCOLL == pCNd->GetFmtColl()->Which() ) in DelSectionFmt()
604 pCNd->ChkCondColl(); in DelSectionFmt()
1098 SwCntntNode* pCNd = rNds.GoNextSection( &aIdx, sal_True, sal_False ); in MakeFrms() local
1099 if( !pCNd ) in MakeFrms()
1102 if( 0 == ( pCNd = rNds.GoPrevSection( &aIdx, sal_True, sal_False )) ) in MakeFrms()
1105 pCNd = aIdx.GetNode().GetCntntNode(); in MakeFrms()
1106 pCNd->MakeFrms( (SwCntntNode&)rIdx.GetNode() ); in MakeFrms()