Searched refs:rLnks (Results 1 – 7 of 7) sorted by relevance
633 for( sal_uInt16 n = rLnks.Count(); n; ) in MakeChildLinksVisible()635 ::sfx2::SvBaseLink* pBLnk = &(*rLnks[ --n ]); in MakeChildLinksVisible()1194 for ( sal_uInt16 n = rLnks.Count(); n > 0; ) 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()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()[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()
470 const sfx2::SvBaseLinks& rLnks = GetLinks(); in CancelTransfers() local471 for( sal_uInt16 n = rLnks.Count(); n; ) in CancelTransfers()472 if( 0 != ( pLnk = &(*rLnks[ --n ])) && in CancelTransfers()
1156 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in DelAllGrfCacheEntries() local1159 for ( sal_uInt16 n = rLnks.Count(); n; ) in DelAllGrfCacheEntries()1161 ::sfx2::SvBaseLink* pLnk = &( *rLnks[--n] ); in DelAllGrfCacheEntries()
1127 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in GetState() local1129 if( rLnks.Count() ) in GetState()
Completed in 65 milliseconds