Lines Matching refs:rSectNd
629 void SwSection::MakeChildLinksVisible( const SwSectionNode& rSectNd ) in MakeChildLinksVisible() argument
632 const ::sfx2::SvBaseLinks& rLnks = rSectNd.GetDoc()->GetLinkManager().GetLinks(); in MakeChildLinksVisible()
644 || pNd == &rSectNd )) in MakeChildLinksVisible()
1177 void lcl_BreakSectionLinksInSect( const SwSectionNode& rSectNd ) in lcl_BreakSectionLinksInSect() argument
1179 if ( !rSectNd.GetDoc() ) in lcl_BreakSectionLinksInSect()
1186 if ( !rSectNd.GetSection().IsConnected() ) in lcl_BreakSectionLinksInSect()
1192 const ::sfx2::SvBaseLink* pOwnLink( &(rSectNd.GetSection().GetBaseLink() ) ); in lcl_BreakSectionLinksInSect()
1193 const ::sfx2::SvBaseLinks& rLnks = rSectNd.GetDoc()->GetLinkManager().GetLinks(); in lcl_BreakSectionLinksInSect()
1198 pSectLnk->IsInRange( rSectNd.GetIndex(), rSectNd.EndOfSectionIndex() ) ) in lcl_BreakSectionLinksInSect()
1214 void lcl_UpdateLinksInSect( SwBaseLink& rUpdLnk, SwSectionNode& rSectNd ) in lcl_UpdateLinksInSect() argument
1216 SwDoc* pDoc = rSectNd.GetDoc(); in lcl_UpdateLinksInSect()
1234 ( pBLink = (SwBaseLink*)pLnk )->IsInRange( rSectNd.GetIndex(), in lcl_UpdateLinksInSect()
1235 rSectNd.EndOfSectionIndex() ) ) in lcl_UpdateLinksInSect()