LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
formel.hxx File Reference
#include <tools/stream.hxx>
#include "tokstack.hxx"
#include "xiroot.hxx"
#include <memory>
#include <vector>
#include <map>
Include dependency graph for formel.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScRangeListTabs
 
class  ConverterBase
 
class  ExcelConverterBase
 
class  LotusConverterBase
 

Namespaces

namespace  svl
 These need to be in global namespace just like their respective types are.
 

Enumerations

enum class  ConvErr {
  OK = 0 ,
  Ni ,
  Count
}
 
enum  FORMULA_TYPE {
  FT_CellFormula ,
  FT_RangeName ,
  FT_SharedFormula ,
  FT_CondFormat
}
 

Enumeration Type Documentation

◆ ConvErr

enum class ConvErr
strong
Enumerator
OK 
Ni 
Count 

Definition at line 40 of file formel.hxx.

◆ FORMULA_TYPE

Enumerator
FT_CellFormula 
FT_RangeName 
FT_SharedFormula 
FT_CondFormat 

Definition at line 47 of file formel.hxx.