Lines Matching refs:rLnks
632 const ::sfx2::SvBaseLinks& rLnks = rSectNd.GetDoc()->GetLinkManager().GetLinks(); in MakeChildLinksVisible() local
633 for( sal_uInt16 n = rLnks.Count(); n; ) in MakeChildLinksVisible()
635 ::sfx2::SvBaseLink* pBLnk = &(*rLnks[ --n ]); in MakeChildLinksVisible()
1193 const ::sfx2::SvBaseLinks& rLnks = rSectNd.GetDoc()->GetLinkManager().GetLinks(); in lcl_BreakSectionLinksInSect() local
1194 for ( sal_uInt16 n = rLnks.Count(); n > 0; ) in lcl_BreakSectionLinksInSect()
1196 SwIntrnlSectRefLink* pSectLnk = dynamic_cast<SwIntrnlSectRefLink*>(&(*rLnks[ --n ])); in lcl_BreakSectionLinksInSect()
1205 if ( n > rLnks.Count() ) in lcl_BreakSectionLinksInSect()
1207 n = rLnks.Count(); in lcl_BreakSectionLinksInSect()
1227 const ::sfx2::SvBaseLinks& rLnks = pDoc->GetLinkManager().GetLinks(); in lcl_UpdateLinksInSect() local
1228 for( sal_uInt16 n = rLnks.Count(); n; ) in lcl_UpdateLinksInSect()
1230 ::sfx2::SvBaseLink* pLnk = &(*rLnks[ --n ]); in lcl_UpdateLinksInSect()
1247 if( n >= rLnks.Count() && 0 != ( n = rLnks.Count() )) in lcl_UpdateLinksInSect()
1250 if( n && pLnk != &(*rLnks[ n ]) ) in lcl_UpdateLinksInSect()
1254 if( pLnk == &(*rLnks[ --n ] ) ) in lcl_UpdateLinksInSect()