LibreOffice Module sc (master) 1
|
#include <interpre.hxx>
#include <jumpmatrix.hxx>
#include <formulacell.hxx>
#include <scmatrix.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/character.hxx>
#include <formula/errorcodes.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/linkmgr.hxx>
#include <tools/urlobj.hxx>
#include <officecfg/Office/Common.hxx>
#include <libxml/xpath.h>
#include <datastreamgettime.hxx>
#include <dpobject.hxx>
#include <document.hxx>
#include <tokenarray.hxx>
#include <webservicelink.hxx>
#include <sc.hrc>
#include <cstring>
#include <memory>
#include <string_view>
Go to the source code of this file.
Functions | |
static ScWebServiceLink * | lcl_GetWebServiceLink (const sfx2::LinkManager *pLinkMgr, std::u16string_view rURL) |
static bool | lcl_FunctionAccessLoadWebServiceLink (OUString &rResult, ScDocument *pDoc, const OUString &rURI) |
|
static |
Definition at line 259 of file interpr7.cxx.
References ScWebServiceLink::DataChanged(), ScWebServiceLink::GetResult(), and ScWebServiceLink::HasResult().
Referenced by ScInterpreter::ScWebservice().
|
static |
Definition at line 243 of file interpr7.cxx.
References sfx2::LinkManager::GetLinks(), i, nCount, and pLink.
Referenced by ScInterpreter::ScWebservice().