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

Go to the source code of this file.

Macros

#define B_IMG_VERSION_12   0x00000012
 
#define B_IMG_VERSION_13   0x00000013
 

Enumerations

enum class  FileOffset {
  Library = 0x4C42 ,
  Module = 0x4D42 ,
  Name = 0x4E4D ,
  Comment = 0x434D ,
  Source = 0x4353 ,
  PCode = 0x4350 ,
  OldPublics = 0x7550 ,
  Publics = 0x5550 ,
  PoolDir = 0x4450 ,
  SymPool = 0x5953 ,
  StringPool = 0x5453 ,
  LineRanges = 0x524C ,
  ModEnd = 0x454D ,
  SbxObjects = 0x5853 ,
  ExtSource = 0x5345 ,
  UserTypes = 0x4369 ,
  LastValue = UserTypes
}
 

Macro Definition Documentation

◆ B_IMG_VERSION_12

#define B_IMG_VERSION_12   0x00000012

Definition at line 48 of file filefmt.hxx.

◆ B_IMG_VERSION_13

#define B_IMG_VERSION_13   0x00000013

Definition at line 49 of file filefmt.hxx.

Enumeration Type Documentation

◆ FileOffset

enum class FileOffset
strong
Enumerator
Library 
Module 
Name 
Comment 
Source 
PCode 
OldPublics 
Publics 
PoolDir 
SymPool 
StringPool 
LineRanges 
ModEnd 
SbxObjects 
ExtSource 
UserTypes 
LastValue 

Definition at line 61 of file filefmt.hxx.