Lines Matching refs:pSectNd

96         const SwNode* pSectNd( const_cast<SwIntrnlSectRefLink*>(this)->GetAnchor() );  in GetSectNode()  local
97 return const_cast<SwSectionNode*>( dynamic_cast<const SwSectionNode*>( pSectNd ) ); in GetSectNode()
553 SwSectionNode* pSectNd = GetFmt()->GetSectionNode( sal_False ); in Modify() local
554 if( pSectNd ) in Modify()
555 pSectNd->GetDoc()->GetFtnIdxs().UpdateFtn(SwNodeIndex( *pSectNd )); in Modify()
677 SwSectionNode* pSectNd; in ~SwSectionFmt() local
680 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in ~SwSectionFmt()
682 SwSection& rSect = pSectNd->GetSection(); in ~SwSectionFmt()
686 rSect.MakeChildLinksVisible( *pSectNd ); in ~SwSectionFmt()
706 SwNodeRange aRg( *pSectNd, 0, *pSectNd->EndOfSectionNode() ); in ~SwSectionFmt()
726 SwSectionNode* pSectNd; in DelFrms() local
729 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in DelFrms()
747 sal_uLong nEnde = pSectNd->EndOfSectionIndex(); in DelFrms()
748 sal_uLong nStart = pSectNd->GetIndex()+1; in DelFrms()
749 lcl_DeleteFtn( pSectNd, nStart, nEnde ); in DelFrms()
772 SwSectionNode* pSectNd; in MakeFrms() local
776 0 != (pSectNd = pIdx->GetNode().GetSectionNode() )) in MakeFrms()
779 pSectNd->MakeFrms( &aIdx ); in MakeFrms()
1374 SwSectionNode* pSectNd = rSectFmt.GetSectionNode( sal_False ); in DataChanged() local
1379 if( !pSectNd || !pDoc || pDoc->IsInDtor() || ChkNoDataFlag() || in DataChanged()
1406 SwNodeIndex aIdx( *pSectNd, +1 ); in DataChanged()
1407 SwNodeIndex aEndIdx( *pSectNd->EndOfSectionNode() ); in DataChanged()
1431 SwSection& rSection = pSectNd->GetSection(); in DataChanged()
1560 if( 2 < pSectNd->EndOfSectionIndex() - pSectNd->GetIndex() ) in DataChanged()
1573 lcl_BreakSectionLinksInSect( *pSectNd ); in DataChanged()
1577 lcl_UpdateLinksInSect( *this, *pSectNd ); in DataChanged()
1684 SwSectionNode* pSectNd = rSectFmt.GetSectionNode( sal_False ); in Closed() local
1685 if( pSectNd ) in Closed()
1686 pSectNd->GetSection().MakeChildLinksVisible( *pSectNd ); in Closed()