LibreOffice Module sc (master) 1
Classes | Typedefs | Enumerations
qproform.hxx File Reference
#include <sal/config.h>
#include "formel.hxx"
Include dependency graph for qproform.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QProToSc
 

Typedefs

typedef OpCode DefTokenId
 

Enumerations

enum  QPRO_FUNC_TYPE {
  FT_Return ,
  FT_FuncFix0 ,
  FT_FuncFix1 ,
  FT_FuncFix2 ,
  FT_FuncFix3 ,
  FT_FuncFix4 ,
  FT_FuncFix5 ,
  FT_FuncFix6 ,
  FT_FuncVar ,
  FT_DLL ,
  FT_Neg ,
  FT_Op ,
  FT_NotImpl ,
  FT_ConstFloat ,
  FT_Range ,
  FT_Braces ,
  FT_ConstInt ,
  FT_ConstString ,
  FT_NOP ,
  FT_Cref
}
 

Typedef Documentation

◆ DefTokenId

typedef OpCode DefTokenId

Definition at line 25 of file qproform.hxx.

Enumeration Type Documentation

◆ QPRO_FUNC_TYPE

Enumerator
FT_Return 
FT_FuncFix0 
FT_FuncFix1 
FT_FuncFix2 
FT_FuncFix3 
FT_FuncFix4 
FT_FuncFix5 
FT_FuncFix6 
FT_FuncVar 
FT_DLL 
FT_Neg 
FT_Op 
FT_NotImpl 
FT_ConstFloat 
FT_Range 
FT_Braces 
FT_ConstInt 
FT_ConstString 
FT_NOP 
FT_Cref 

Definition at line 27 of file qproform.hxx.