|
LibreOffice Module formula (master) 1
|
#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>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 |
| int mnCurArg |
Definition at line 1089 of file token.cxx.
Referenced by formula::FormulaTokenArray::RewriteMissing().