Lines Matching refs:pNd

124         const SwStartNode* pNd = rSortBoxes[ n ]->GetSttNd();  in lcl_IsInSameTblBox()  local
125 if ( pNd->GetIndex() < nIdx && nIdx < pNd->EndOfSectionIndex() ) in lcl_IsInSameTblBox()
129 return pNd->GetIndex() < nIdx && nIdx < pNd->EndOfSectionIndex(); in lcl_IsInSameTblBox()
401 const SwNode* pNd = &pStt->nNode.GetNode(); in IsInsRegionAvailable() local
402 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInsRegionAvailable()
418 while( 0 != ( pPrvNd = (pNd = &aIdx.GetNode())->GetSectionNode() ) && in IsInsRegionAvailable()
425 pPrvNd = pNd->IsStartNode() ? (SwStartNode*)pNd in IsInsRegionAvailable()
426 : pNd->StartOfSectionNode(); in IsInsRegionAvailable()
430 while( 0 != ( pNxtNd = (pNd = &aIdx.GetNode())->GetEndNode() ) && in IsInsRegionAvailable()
438 pNxtNd = pNd->EndOfSectionNode(); in IsInsRegionAvailable()
767 void lcl_DeleteFtn( SwSectionNode *pNd, sal_uLong nStt, sal_uLong nEnd ) in lcl_DeleteFtn() argument
769 SwFtnIdxs& rFtnArr = pNd->GetDoc()->GetFtnIdxs(); in lcl_DeleteFtn()
773 rFtnArr.SeekEntry( SwNodeIndex( *pNd ), &nPos ); in lcl_DeleteFtn()
830 SwNode* pNd; in InsertTextSection() local
835 ( pNd = &aInsPos.GetNode())->IsEndNode() && in InsertTextSection()
836 pNd->StartOfSectionNode()->IsSectionNode()) in InsertTextSection()
934 SwNode* pNd = (*this)[n]; in InsertTextSection() local
939 pNd->pStartOfSection = pSectNd; in InsertTextSection()
943 if( pNd->IsStartNode() ) in InsertTextSection()
946 if( pNd->IsSectionNode() ) in InsertTextSection()
948 ((SwSectionNode*)pNd)->GetSection().GetFmt()-> in InsertTextSection()
950 ((SwSectionNode*)pNd)->DelFrms(); in InsertTextSection()
951 n = pNd->EndOfSectionIndex(); in InsertTextSection()
955 if( pNd->IsTableNode() ) in InsertTextSection()
956 ((SwTableNode*)pNd)->DelFrms(); in InsertTextSection()
959 nSkipIdx = pNd->EndOfSectionIndex(); in InsertTextSection()
962 else if( pNd->IsCntntNode() ) in InsertTextSection()
963 ((SwCntntNode*)pNd)->DelFrms(); in InsertTextSection()