Searched refs:rLnks (Results 1 – 7 of 7) sorted by relevance
632 const ::sfx2::SvBaseLinks& rLnks = rSectNd.GetDoc()->GetLinkManager().GetLinks(); in MakeChildLinksVisible() local633 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() local1194 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() local1228 for( sal_uInt16 n = rLnks.Count(); n; ) in lcl_UpdateLinksInSect()[all …]
248 const ::sfx2::SvBaseLinks& rLnks = pDoc->GetLinkManager().GetLinks(); in DataChanged() local249 for( sal_uInt16 n = rLnks.Count(); n; ) in DataChanged()251 ::sfx2::SvBaseLink* pLnk = &(*rLnks[ --n ]); in DataChanged()
596 SvBaseLinks& rLnks = (SvBaseLinks&)pLinkMgr->GetLinks(); in SetManager() local597 for( sal_uInt16 n = 0; n < rLnks.Count(); ++n ) in SetManager()599 SvBaseLinkRef* pLinkRef = rLnks[ n ]; in SetManager()602 rLnks.Remove( n, 1 ); in SetManager()610 if( rLnks.Count() ) in SetManager()693 const SvBaseLinks& rLnks = pLinkMgr->GetLinks(); in SetActLink() local695 for( sal_uInt16 n = 0; n < rLnks.Count(); ++n ) in SetActLink()697 SvBaseLinkRef* pLinkRef = rLnks[ n ]; in SetActLink()
254 const ::sfx2::SvBaseLinks& rLnks = pNds->GetDoc()->GetLinkManager().GetLinks(); in IsLinkInServer() local264 for( sal_uInt16 n = rLnks.Count(); n; ) in IsLinkInServer()266 const ::sfx2::SvBaseLink* pLnk = &(*rLnks[ --n ]); in IsLinkInServer()
473 const sfx2::SvBaseLinks& rLnks = GetLinks(); in CancelTransfers() local474 for( sal_uInt16 n = rLnks.Count(); n; ) in CancelTransfers()475 if( 0 != ( pLnk = &(*rLnks[ --n ])) && in CancelTransfers()
1159 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in DelAllGrfCacheEntries() local1162 for ( sal_uInt16 n = rLnks.Count(); n; ) in DelAllGrfCacheEntries()1164 ::sfx2::SvBaseLink* pLnk = &( *rLnks[--n] ); in DelAllGrfCacheEntries()
1127 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in GetState() local1129 if( rLnks.Count() ) in GetState()