LibreOffice Module lotuswordpro (master) 1
Classes | Enumerations
lwptblformula.hxx File Reference

For LWP filter architecture prototype - table object. More...

#include <rtl/ustring.hxx>
#include <memory>
#include <vector>
#include "lwptblcell.hxx"
Include dependency graph for lwptblformula.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LwpFormulaArg
 
class  LwpFormulaTools
 
class  LwpFormulaConst
 
class  LwpFormulaText
 
class  LwpFormulaCellAddr
 
class  LwpFormulaCellRangeAddr
 
class  LwpFormulaFunc
 
class  LwpFormulaOp
 
class  LwpFormulaUnaryOp
 
class  LwpFormulaInfo
 

Enumerations

enum  lTokenType {
  TK_BAD = 0 ,
  TK_OPERAND = 1 ,
  TK_END = 2 ,
  TK_RIGHTPAREN = 3 ,
  TK_FUNCTION = 4 ,
  TK_LEFTPAREN = 5 ,
  TK_UNARY_MINUS = 6 ,
  TK_ADD = 7 ,
  TK_SUBTRACT = 8 ,
  TK_MULTIPLY = 9 ,
  TK_DIVIDE = 10 ,
  TK_EQUAL = 11 ,
  TK_LESS = 12 ,
  TK_GREATER = 13 ,
  TK_NOT_EQUAL = 14 ,
  TK_GREATER_OR_EQUAL = 15 ,
  TK_LESS_OR_EQUAL = 16 ,
  TK_NOT = 17 ,
  TK_AND = 18 ,
  TK_OR = 19 ,
  TK_CELLID = 20 ,
  TK_CONSTANT = 21 ,
  TK_TEXT = 22 ,
  TK_SUM = 23 ,
  TK_IF = 24 ,
  TK_AVERAGE = 25 ,
  TK_MAXIMUM = 26 ,
  TK_MINIMUM = 27 ,
  TK_COUNT = 28 ,
  TK_CELLRANGE = 29 ,
  TK_EXPRESSION = 30 ,
  TK_OPEN_FUNCTION = 31 ,
  TK_LIST_SEPARATOR = 32
}
 

Detailed Description

For LWP filter architecture prototype - table object.

Definition in file lwptblformula.hxx.

Enumeration Type Documentation

◆ lTokenType

enum lTokenType
Enumerator
TK_BAD 
TK_OPERAND 
TK_END 
TK_RIGHTPAREN 
TK_FUNCTION 
TK_LEFTPAREN 
TK_UNARY_MINUS 
TK_ADD 
TK_SUBTRACT 
TK_MULTIPLY 
TK_DIVIDE 
TK_EQUAL 
TK_LESS 
TK_GREATER 
TK_NOT_EQUAL 
TK_GREATER_OR_EQUAL 
TK_LESS_OR_EQUAL 
TK_NOT 
TK_AND 
TK_OR 
TK_CELLID 
TK_CONSTANT 
TK_TEXT 
TK_SUM 
TK_IF 
TK_AVERAGE 
TK_MAXIMUM 
TK_MINIMUM 
TK_COUNT 
TK_CELLRANGE 
TK_EXPRESSION 
TK_OPEN_FUNCTION 
TK_LIST_SEPARATOR 

Definition at line 72 of file lwptblformula.hxx.