LibreOffice Module sc (master) 1
Functions | Variables
tokenuno.cxx File Reference
#include <memory>
#include <tokenuno.hxx>
#include <sal/macros.h>
#include <sal/log.hxx>
#include <com/sun/star/sheet/ComplexReference.hpp>
#include <com/sun/star/sheet/ExternalReference.hpp>
#include <com/sun/star/sheet/ReferenceFlags.hpp>
#include <com/sun/star/sheet/AddressConvention.hpp>
#include <com/sun/star/sheet/NameToken.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <svl/itemprop.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/string.hxx>
#include <miscuno.hxx>
#include <convuno.hxx>
#include <unonames.hxx>
#include <compiler.hxx>
#include <tokenarray.hxx>
#include <docsh.hxx>
#include <rangeseq.hxx>
#include <externalrefmgr.hxx>
Include dependency graph for tokenuno.cxx:

Go to the source code of this file.

Functions

static o3tl::span< const SfxItemPropertyMapEntrylcl_GetFormulaParserMap ()
 
static void lcl_ExternalRefToApi (sheet::SingleReference &rAPI, const ScSingleRefData &rRef)
 
static void lcl_SingleRefToApi (sheet::SingleReference &rAPI, const ScSingleRefData &rRef)
 

Variables

const formula::FormulaGrammar::AddressConvention aConvMap []
 
constexpr sal_Int16 nConvMapCount = SAL_N_ELEMENTS(aConvMap)
 

Function Documentation

◆ lcl_ExternalRefToApi()

static void lcl_ExternalRefToApi ( sheet::SingleReference &  rAPI,
const ScSingleRefData rRef 
)
static

Definition at line 294 of file tokenuno.cxx.

Referenced by ScTokenConversion::ConvertToTokenSequence().

◆ lcl_GetFormulaParserMap()

static o3tl::span< const SfxItemPropertyMapEntry > lcl_GetFormulaParserMap ( )
static

◆ lcl_SingleRefToApi()

static void lcl_SingleRefToApi ( sheet::SingleReference &  rAPI,
const ScSingleRefData rRef 
)
static

Variable Documentation

◆ aConvMap

◆ nConvMapCount

constexpr sal_Int16 nConvMapCount = SAL_N_ELEMENTS(aConvMap)
constexpr