LibreOffice Module lotuswordpro (master) 1
Macros | Enumerations
lwpfribheader.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FRIB_TAG_NOUNICODE   0x40
 
#define FRIB_TAG_MODIFIER   0x80
 
#define FRIB_TAG_TYPEMASK   (FRIB_TAG_NOUNICODE | FRIB_TAG_MODIFIER)
 
#define FRIB_TAG_ELVIS   0
 
#define FRIB_MTAG_NONE   0
 
#define FRIB_MTAG_FONT   1
 
#define FRIB_MTAG_REVISION   2
 
#define FRIB_MTAG_CHARSTYLE   3
 
#define FRIB_MTAG_ATTRIBUTE   4
 
#define FRIB_MTAG_LANGUAGE   5
 
#define FRIB_MTAG_CODEPAGE   8
 
#define FT_MAXIMUM   30
 

Enumerations

enum  {
  FS_RIGHTSIDE = 0x00 ,
  FS_LEFTSIDE = 0x10
}
 
enum  {
  FS_REGISTERSELF = 0x20 ,
  FS_READING = 0x40
}
 
enum  {
  FRIB_TAG_INVALID ,
  FRIB_TAG_EOP ,
  FRIB_TAG_TEXT ,
  FRIB_TAG_TABLE ,
  FRIB_TAG_TAB ,
  FRIB_TAG_PAGEBREAK ,
  FRIB_TAG_FRAME ,
  FRIB_TAG_FOOTNOTE ,
  FRIB_TAG_COLBREAK ,
  FRIB_TAG_LINEBREAK ,
  FRIB_TAG_HARDSPACE ,
  FRIB_TAG_SOFTHYPHEN ,
  FRIB_TAG_PARANUMBER ,
  FRIB_TAG_UNICODE ,
  FRIB_TAG_UNICODE2 ,
  FRIB_TAG_UNICODE3 ,
  FRIB_TAG_SEPARATOR ,
  FRIB_TAG_SECTION ,
  FRIB_TAG_TOMBSTONE ,
  FRIB_TAG_SPECIALTAB ,
  FRIB_TAG_PAGENUMBER ,
  FRIB_TAG_NOTE ,
  FRIB_TAG_DOCVAR ,
  FRIB_TAG_BOOKMARK ,
  FRIB_TAG_DDE ,
  FRIB_TAG_FIELD ,
  FRIB_TAG_CHBLOCK ,
  FRIB_TAG_FLOWBREAK ,
  FRIB_TAG_RUBYMARKER ,
  FRIB_TAG_RUBYFRAME
}
 

Macro Definition Documentation

◆ FRIB_MTAG_ATTRIBUTE

#define FRIB_MTAG_ATTRIBUTE   4

Definition at line 69 of file lwpfribheader.hxx.

◆ FRIB_MTAG_CHARSTYLE

#define FRIB_MTAG_CHARSTYLE   3

Definition at line 68 of file lwpfribheader.hxx.

◆ FRIB_MTAG_CODEPAGE

#define FRIB_MTAG_CODEPAGE   8

Definition at line 71 of file lwpfribheader.hxx.

◆ FRIB_MTAG_FONT

#define FRIB_MTAG_FONT   1

Definition at line 66 of file lwpfribheader.hxx.

◆ FRIB_MTAG_LANGUAGE

#define FRIB_MTAG_LANGUAGE   5

Definition at line 70 of file lwpfribheader.hxx.

◆ FRIB_MTAG_NONE

#define FRIB_MTAG_NONE   0

Definition at line 65 of file lwpfribheader.hxx.

◆ FRIB_MTAG_REVISION

#define FRIB_MTAG_REVISION   2

Definition at line 67 of file lwpfribheader.hxx.

◆ FRIB_TAG_ELVIS

#define FRIB_TAG_ELVIS   0

Definition at line 63 of file lwpfribheader.hxx.

◆ FRIB_TAG_MODIFIER

#define FRIB_TAG_MODIFIER   0x80

Definition at line 60 of file lwpfribheader.hxx.

◆ FRIB_TAG_NOUNICODE

#define FRIB_TAG_NOUNICODE   0x40

Definition at line 59 of file lwpfribheader.hxx.

◆ FRIB_TAG_TYPEMASK

#define FRIB_TAG_TYPEMASK   (FRIB_TAG_NOUNICODE | FRIB_TAG_MODIFIER)

Definition at line 61 of file lwpfribheader.hxx.

◆ FT_MAXIMUM

#define FT_MAXIMUM   30

Definition at line 73 of file lwpfribheader.hxx.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
FS_RIGHTSIDE 
FS_LEFTSIDE 

Definition at line 76 of file lwpfribheader.hxx.

◆ anonymous enum

anonymous enum
Enumerator
FS_REGISTERSELF 
FS_READING 

Definition at line 82 of file lwpfribheader.hxx.

◆ anonymous enum

anonymous enum
Enumerator
FRIB_TAG_INVALID 
FRIB_TAG_EOP 
FRIB_TAG_TEXT 
FRIB_TAG_TABLE 
FRIB_TAG_TAB 
FRIB_TAG_PAGEBREAK 
FRIB_TAG_FRAME 
FRIB_TAG_FOOTNOTE 
FRIB_TAG_COLBREAK 
FRIB_TAG_LINEBREAK 
FRIB_TAG_HARDSPACE 
FRIB_TAG_SOFTHYPHEN 
FRIB_TAG_PARANUMBER 
FRIB_TAG_UNICODE 
FRIB_TAG_UNICODE2 
FRIB_TAG_UNICODE3 
FRIB_TAG_SEPARATOR 
FRIB_TAG_SECTION 
FRIB_TAG_TOMBSTONE 
FRIB_TAG_SPECIALTAB 
FRIB_TAG_PAGENUMBER 
FRIB_TAG_NOTE 
FRIB_TAG_DOCVAR 
FRIB_TAG_BOOKMARK 
FRIB_TAG_DDE 
FRIB_TAG_FIELD 
FRIB_TAG_CHBLOCK 
FRIB_TAG_FLOWBREAK 
FRIB_TAG_RUBYMARKER 
FRIB_TAG_RUBYFRAME 

Definition at line 88 of file lwpfribheader.hxx.