LibreOffice Module hwpfilter (master) 1
Classes | Macros | Functions | Variables
mapping.h File Reference
#include <string.h>
#include <stdio.h>
#include <sal/macros.h>
#include "hwplib.h"
Include dependency graph for mapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FormulaEntry
 

Macros

#define DEFAULT_VALUE   0x25a1
 

Functions

::std::string getMathMLEntity (const char *tex)
 

Variables

const struct FormulaEntry FormulaMapTab []
 

Macro Definition Documentation

◆ DEFAULT_VALUE

#define DEFAULT_VALUE   0x25a1

Definition at line 36 of file mapping.h.

Function Documentation

◆ getMathMLEntity()

::std::string getMathMLEntity ( const char *  tex)

Definition at line 385 of file mapping.h.

References FormulaEntry::tex.

Referenced by Formula::makeDecoration(), Formula::makeFence(), and Formula::makeIdentifier().

Variable Documentation

◆ FormulaMapTab

const struct FormulaEntry FormulaMapTab[]

Definition at line 37 of file mapping.h.