LibreOffice Module sc (master) 1
Functions | Variables
funcuno.cxx File Reference
#include <cppuhelper/supportsservice.hxx>
#include <sfx2/app.hxx>
#include <svl/itemprop.hxx>
#include <svl/sharedstringpool.hxx>
#include <unotools/charclass.hxx>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <funcuno.hxx>
#include <miscuno.hxx>
#include <cellsuno.hxx>
#include <scdll.hxx>
#include <document.hxx>
#include <compiler.hxx>
#include <formula/errorcodes.hxx>
#include <callform.hxx>
#include <addincol.hxx>
#include <rangeseq.hxx>
#include <formulacell.hxx>
#include <docoptio.hxx>
#include <optuno.hxx>
#include <markdata.hxx>
#include <patattr.hxx>
#include <docpool.hxx>
#include <attrib.hxx>
#include <clipparam.hxx>
#include <stringutil.hxx>
#include <tokenarray.hxx>
#include <memory>
Include dependency graph for funcuno.cxx:

Go to the source code of this file.

Functions

static bool lcl_CopyData (ScDocument *pSrcDoc, const ScRange &rSrcRange, ScDocument *pDestDoc, const ScAddress &rDestPos)
 merge this with ScAreaLink::Refresh copy directly without a clipboard document? More...
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ScFunctionAccess_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 
static bool lcl_AddFunctionToken (ScTokenArray &rArray, const OUString &rName, const ScCompiler &rCompiler)
 
static void lcl_AddRef (ScTokenArray &rArray, sal_Int32 nStartRow, sal_Int32 nColCount, sal_Int32 nRowCount)
 

Variables

constexpr OUStringLiteral SCFUNCTIONACCESS_SERVICE = u"com.sun.star.sheet.FunctionAccess"
 
constexpr OUStringLiteral SCDOCSETTINGS_SERVICE = u"com.sun.star.sheet.SpreadsheetDocumentSettings"
 

Function Documentation

◆ lcl_AddFunctionToken()

static bool lcl_AddFunctionToken ( ScTokenArray rArray,
const OUString &  rName,
const ScCompiler rCompiler 
)
static

◆ lcl_AddRef()

static void lcl_AddRef ( ScTokenArray rArray,
sal_Int32  nStartRow,
sal_Int32  nColCount,
sal_Int32  nRowCount 
)
static

◆ lcl_CopyData()

static bool lcl_CopyData ( ScDocument pSrcDoc,
const ScRange rSrcRange,
ScDocument pDestDoc,
const ScAddress rDestPos 
)
static

◆ ScFunctionAccess_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ScFunctionAccess_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 198 of file funcuno.cxx.

References ScDLL::Init().

Variable Documentation

◆ SCDOCSETTINGS_SERVICE

constexpr OUStringLiteral SCDOCSETTINGS_SERVICE = u"com.sun.star.sheet.SpreadsheetDocumentSettings"
constexpr

Definition at line 56 of file funcuno.cxx.

Referenced by ScFunctionAccess::getSupportedServiceNames().

◆ SCFUNCTIONACCESS_SERVICE

constexpr OUStringLiteral SCFUNCTIONACCESS_SERVICE = u"com.sun.star.sheet.FunctionAccess"
constexpr

Definition at line 55 of file funcuno.cxx.

Referenced by ScFunctionAccess::getSupportedServiceNames().