LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <comphelper/sequence.hxx>
#include <formula/token.hxx>
#include <svl/hint.hxx>
#include <sfx2/linkmgr.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <svl/sharedstringpool.hxx>
#include <linkuno.hxx>
#include <miscuno.hxx>
#include <convuno.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
#include <tablink.hxx>
#include <arealink.hxx>
#include <hints.hxx>
#include <unonames.hxx>
#include <rangeseq.hxx>
#include <scmatrix.hxx>
#include <documentlinkmgr.hxx>
#include <string_view>
#include <vector>
Go to the source code of this file.
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetSheetLinkMap () |
static ScAreaLink * | lcl_GetAreaLink (ScDocShell *pDocShell, size_t nPos) |
static OUString | lcl_BuildDDEName (std::u16string_view rAppl, std::u16string_view rTopic, std::u16string_view rItem) |
|
static |
Definition at line 1030 of file linkuno.cxx.
Referenced by ScDDELinksObj::addDDELink(), ScDDELinksObj::getElementNames(), ScDDELinkObj::getName(), ScDDELinksObj::GetObjectByName_Impl(), and ScDDELinksObj::hasByName().
|
static |
Definition at line 551 of file linkuno.cxx.
References ScDocShell::GetDocument(), ScDocument::GetLinkManager(), sfx2::LinkManager::GetLinks(), i, and nPos.
Referenced by ScAreaLinkObj::getDestArea(), ScAreaLinkObj::getFileName(), ScAreaLinkObj::getFilter(), ScAreaLinkObj::getFilterOptions(), ScAreaLinkObj::getRefreshDelay(), ScAreaLinkObj::getSourceArea(), ScAreaLinkObj::Modify_Impl(), ScAreaLinkObj::ModifyRefreshDelay_Impl(), ScAreaLinkObj::Notify(), ScAreaLinkObj::refresh(), and ScAreaLinksObj::removeByIndex().
|
static |
Definition at line 56 of file linkuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNONAME_FILTER, SC_UNONAME_FILTOPT, SC_UNONAME_LINKURL, SC_UNONAME_REFDELAY, and SC_UNONAME_REFPERIOD.