LibreOffice Module sw (master) 1
|
Document links administration interface. More...
#include <IDocumentLinksAdministration.hxx>
Public Member Functions | |
virtual bool | IsVisibleLinks () const =0 |
Insert links in-/visibly into LinkManager (linked ranges). More... | |
virtual void | SetVisibleLinks (bool bFlag)=0 |
virtual sfx2::LinkManager & | GetLinkManager ()=0 |
virtual const sfx2::LinkManager & | GetLinkManager () const =0 |
virtual void | UpdateLinks ()=0 |
#i42634# Moved common code of SwReader::Read() and SwDocShell::UpdateLinks() to new SwDoc::UpdateLinks(): More... | |
virtual bool | GetData (const OUString &rItem, const OUString &rMimeType, css::uno::Any &rValue) const =0 |
for linking of parts of documents. More... | |
virtual void | SetData (const OUString &rItem)=0 |
virtual ::sfx2::SvLinkSource * | CreateLinkSource (const OUString &rItem)=0 |
virtual bool | EmbedAllLinks ()=0 |
Embed all local links (ranges/graphics). More... | |
virtual void | SetLinksUpdated (const bool bNewLinksUpdated)=0 |
virtual bool | LinksUpdated () const =0 |
Protected Member Functions | |
virtual | ~IDocumentLinksAdministration () |
Document links administration interface.
Definition at line 33 of file IDocumentLinksAdministration.hxx.
|
inlineprotectedvirtual |
Definition at line 68 of file IDocumentLinksAdministration.hxx.
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
Embed all local links (ranges/graphics).
Implemented in sw::DocumentLinksAdministrationManager.
Referenced by lcl_CreateWorkingDocument().
|
pure virtual |
for linking of parts of documents.
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
Referenced by SwSection::BreakLink(), SwOLENode::CheckFileLink_Impl(), SwSection::CreateLink(), SwBaseLink::DataChanged(), sw::mark::DdeBookmark::DeregisterFromDoc(), SwOLENode::DisconnectFileLink_Impl(), SwFEShell::FinishOLEObj(), SwDoc::GetDocStorage(), SwDoc::GetPersist(), sw::DocumentDrawModelManager::InitDrawModel(), SwGrfNode::InsertLink(), SwServerObject::IsLinkInServer(), lcl_BreakSectionLinksInSect(), lcl_UpdateLinksInSect(), SwSection::MakeChildLinksVisible(), SwSectionNode::MakeCopy(), SwSectionNode::NodesArrChgd(), SwDDEFieldType::RefCntChgd(), SwGrfNode::ReleaseLink(), SwGrfNode::ReRead(), SwGrfNode::RestorePersistentData(), SwGrfNode::SavePersistentData(), SwDDEFieldType::SetDoc(), SwDoc::SetDocShell(), SwXTextDocument::updateLinks(), SwDoc::UpdateSection(), SwDataChanged::~SwDataChanged(), SwDDEFieldType::~SwDDEFieldType(), SwDoc::~SwDoc(), SwGrfNode::~SwGrfNode(), SwSection::~SwSection(), and SwTable::~SwTable().
|
pure virtual |
Insert links in-/visibly into LinkManager (linked ranges).
Implemented in sw::DocumentLinksAdministrationManager.
Referenced by SwSection::CreateLink(), SwGrfNode::InsertLink(), SwDDEFieldType::RefCntChgd(), SwGrfNode::RestorePersistentData(), and SwDDEFieldType::SetDoc().
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
Referenced by SwWriter::Write().
|
pure virtual |
Implemented in sw::DocumentLinksAdministrationManager.
|
pure virtual |
#i42634# Moved common code of SwReader::Read() and SwDocShell::UpdateLinks() to new SwDoc::UpdateLinks():
Implemented in sw::DocumentLinksAdministrationManager.
Referenced by SwDocShell::UpdateLinks().