Searched refs:GetLinkDoc (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 310 if ( pDoc->IsLinked(nTab) && pDoc->GetLinkDoc(nTab) == aFileName ) // alte Datei in setFileName() 427 String aLinkDoc = pDoc->GetLinkDoc( nTab ); in GetObjectByIndex_Impl() 456 String aLinkDoc = pDoc->GetLinkDoc( nTab ); in GetObjectByName_Impl() 488 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in getCount() 553 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in hasByName() 581 String aLinkDoc(pDoc->GetLinkDoc( nTab )); in getElementNames()
|
H A D | cellsuno.cxx | 7667 aFile = pDocSh->GetDocument()->GetLinkDoc( GetTab_Impl() ); in getLinkUrl()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 397 String aDocName = aDocument.GetLinkDoc(i); in UpdateLinks() 404 && aDocument.GetLinkDoc(j) == aDocName in UpdateLinks()
|
H A D | tablink.cxx | 120 if (pDoc->IsLinked(nTab) && pDoc->GetLinkDoc(nTab)==aFileName) in ~ScTableLink() 251 if (nMode && pDoc->GetLinkDoc(nTab)==aFileName) in Refresh()
|
H A D | docsh.cxx | 436 … aName = ScGlobal::GetDocTabName( aDocument.GetLinkDoc( i ), aDocument.GetLinkTab( i ) ); in AfterXMLLoading()
|
H A D | docfunc.cxx | 2771 pUndoDoc->SetLink( nTab, pDoc->GetLinkMode(nTab), pDoc->GetLinkDoc(nTab), in DeleteTable()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1674 pDoc->GetLinkDoc(nTab), in Undo() 1685 pDoc->SetLink( nTab, pUndoDoc->GetLinkMode(nTab), pUndoDoc->GetLinkDoc(nTab), in Undo() 1719 pRedoDoc->GetLinkDoc(nTab), in Redo()
|
H A D | undotab.cxx | 381 pDoc->SetLink( nTab, pRefUndoDoc->GetLinkMode(nTab), pRefUndoDoc->GetLinkDoc(nTab), in Undo() 1106 if (pDoc->GetLinkDoc(i) == aDocName) in ScUndoRemoveLink()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen3.cxx | 363 const String& ScDocument::GetLinkDoc( SCTAB nTab ) const in GetLinkDoc() function in ScDocument 366 return pTab[nTab]->GetLinkDoc(); in GetLinkDoc() 412 && pTab[i]->GetLinkDoc() == rDoc in HasLink()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 261 const String& GetLinkDoc() const { return aLinkDoc; } in GetLinkDoc() function in ScTable
|
H A D | document.hxx | 656 SC_DLLPUBLIC const String& GetLinkDoc( SCTAB nTab ) const;
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2182 pUndoDoc->SetLink( nTab, pDoc->GetLinkMode(nTab), pDoc->GetLinkDoc(nTab), in DeleteTables()
|
Completed in 176 milliseconds