Home
last modified time | relevance | path

Searched refs:rLnks (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dsection.cxx633 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() 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()
[all …]
H A Dswbaslnk.cxx248 const ::sfx2::SvBaseLinks& rLnks = pDoc->GetLinkManager().GetLinks(); in DataChanged() local
249 for( sal_uInt16 n = rLnks.Count(); n; ) in DataChanged()
251 ::sfx2::SvBaseLink* pLnk = &(*rLnks[ --n ]); in DataChanged()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx596 SvBaseLinks& rLnks = (SvBaseLinks&)pLinkMgr->GetLinks(); in SetManager() local
597 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() local
695 for( sal_uInt16 n = 0; n < rLnks.Count(); ++n ) in SetActLink()
697 SvBaseLinkRef* pLinkRef = rLnks[ n ]; in SetActLink()
/trunk/main/sw/source/core/doc/
H A Dswserv.cxx254 const ::sfx2::SvBaseLinks& rLnks = pNds->GetDoc()->GetLinkManager().GetLinks(); in IsLinkInServer() local
264 for( sal_uInt16 n = rLnks.Count(); n; ) in IsLinkInServer()
266 const ::sfx2::SvBaseLink* pLnk = &(*rLnks[ --n ]); in IsLinkInServer()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx469 const sfx2::SvBaseLinks& rLnks = GetLinks(); in CancelTransfers() local
470 for( sal_uInt16 n = rLnks.Count(); n; ) in CancelTransfers()
471 if( 0 != ( pLnk = &(*rLnks[ --n ])) && in CancelTransfers()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1156 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in DelAllGrfCacheEntries() local
1159 for ( sal_uInt16 n = rLnks.Count(); n; ) in DelAllGrfCacheEntries()
1161 ::sfx2::SvBaseLink* pLnk = &( *rLnks[--n] ); in DelAllGrfCacheEntries()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1127 const ::sfx2::SvBaseLinks& rLnks = rLnkMgr.GetLinks(); in GetState() local
1129 if( rLnks.Count() ) in GetState()

Completed in 89 milliseconds