LibreOffice Module sc (master) 1
Classes | Typedefs
xeformula.hxx File Reference
#include "xlformula.hxx"
#include "xeroot.hxx"
#include <memory>
Include dependency graph for xeformula.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XclExpRefLogEntry
 Log entry for external references in a formula, used i.e. More...
 
class  XclExpFormulaCompiler
 The formula compiler to create Excel token arrays from Calc token arrays. More...
 

Typedefs

typedef ::std::vector< XclExpRefLogEntryXclExpRefLog
 Vector containing a log for all external references in a formula, used i.e. More...
 

Typedef Documentation

◆ XclExpRefLog

typedef ::std::vector< XclExpRefLogEntry > XclExpRefLog

Vector containing a log for all external references in a formula, used i.e.

in change tracking.

Definition at line 43 of file xeformula.hxx.