LibreOffice Module formula (master) 1
Namespaces | Functions | Variables
token.cxx File Reference
#include <algorithm>
#include <string.h>
#include <limits.h>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <com/sun/star/sheet/FormulaToken.hpp>
#include <formula/errorcodes.hxx>
#include <formula/token.hxx>
#include <formula/tokenarray.hxx>
#include <formula/FormulaCompiler.hxx>
#include <formula/compiler.hxx>
#include <svl/sharedstringpool.hxx>
#include <memory>
#include <utility>
Include dependency graph for token.cxx:

Go to the source code of this file.

Namespaces

namespace  formula
 

Functions

static bool formula::lcl_IsReference (OpCode eOp, StackVar eType)
 

Variables

const svl::SharedString formula::INVALID_STRING
 

Variable Documentation

◆ mnCurArg

int mnCurArg

Definition at line 1089 of file token.cxx.

Referenced by formula::FormulaTokenArray::RewriteMissing().

◆ mpFunc

const FormulaToken* mpFunc

Definition at line 1088 of file token.cxx.