|
LibreOffice Module sc (master) 1
|
#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>Go to the source code of this file.
Functions | |
| static o3tl::span< const SfxItemPropertyMapEntry > | lcl_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) |
|
static |
Definition at line 294 of file tokenuno.cxx.
Referenced by ScTokenConversion::ConvertToTokenSequence().
|
static |
Definition at line 49 of file tokenuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNO_COMPILEENGLISH, SC_UNO_COMPILEFAP, SC_UNO_FORMULACONVENTION, SC_UNO_IGNORELEADING, and SC_UNO_OPCODEMAP.
Referenced by ScFormulaParserObj::getPropertySetInfo().
|
static |
Definition at line 327 of file tokenuno.cxx.
References ScSingleRefData::Col(), ScSingleRefData::IsColDeleted(), ScSingleRefData::IsColRel(), ScSingleRefData::IsFlag3D(), ScSingleRefData::IsRelName(), ScSingleRefData::IsRowDeleted(), ScSingleRefData::IsRowRel(), ScSingleRefData::IsTabDeleted(), ScSingleRefData::IsTabRel(), ScSingleRefData::Row(), and ScSingleRefData::Tab().
Referenced by ScTokenConversion::ConvertToTokenSequence().
| const formula::FormulaGrammar::AddressConvention aConvMap[] |
Definition at line 62 of file tokenuno.cxx.
Referenced by ScFormulaParserObj::SetCompilerFlags(), and ScFormulaParserObj::setPropertyValue().
|
constexpr |
Definition at line 70 of file tokenuno.cxx.
Referenced by ScFormulaParserObj::SetCompilerFlags(), and ScFormulaParserObj::setPropertyValue().