#include "precompiled_starmath.hxx"#include <types.hxx>Include dependency graph for types.cxx:

Go to the source code of this file.
Classes | |
| struct | MathConversionEntry |
Functions | |
| sal_Unicode | ConvertMathPrivateUseAreaToUnicode (sal_Unicode cChar) |
| sal_Unicode | ConvertUnicodeToMathPrivateUseArea (sal_Unicode cChar) |
| sal_Unicode | ConvertMathToMathType (sal_Unicode cChar) |
| sal_Unicode | ConvertMathTypeToMath (sal_Unicode cChar) |
| sal_Unicode | ConvertMathToMathML (sal_Unicode cChar) |
| sal_Unicode | ConvertMathMLToMath (sal_Unicode cChar) |
| sal_Unicode | GetTokenChar (sal_Unicode cChar, sal_Bool bConvertForExport) |
Variables | |
| static MathConversionEntry | aMathConvTbl [] |
| static int | nMathToUnicodeLen = sizeof(aMathConvTbl) / sizeof(aMathConvTbl[0]) |
| sal_Unicode ConvertMathMLToMath | ( | sal_Unicode | cChar | ) |
Definition at line 238 of file types.cxx.
References ConvertUnicodeToMathPrivateUseArea(), MS_OVERBRACE, and MS_UNDERBRACE.
| sal_Unicode ConvertMathPrivateUseAreaToUnicode | ( | sal_Unicode | cChar | ) |
Definition at line 169 of file types.cxx.
References IsInPrivateUseArea(), and nMathToUnicodeLen.
Referenced by ConvertMathToMathML(), and GetTokenChar().
| sal_Unicode ConvertMathToMathML | ( | sal_Unicode | cChar | ) |
Definition at line 226 of file types.cxx.
References ConvertMathPrivateUseAreaToUnicode(), MS_OVERBRACE, and MS_UNDERBRACE.
Referenced by SmXMLExport::ExportMath().
| sal_Unicode ConvertMathToMathType | ( | sal_Unicode | cChar | ) |
| sal_Unicode ConvertMathTypeToMath | ( | sal_Unicode | cChar | ) |
Definition at line 211 of file types.cxx.
References aMathConvTbl, MathConversionEntry::cMathType, and nMathToUnicodeLen.
| sal_Unicode ConvertUnicodeToMathPrivateUseArea | ( | sal_Unicode | cChar | ) |
Definition at line 183 of file types.cxx.
References nMathToUnicodeLen.
Referenced by ConvertMathMLToMath().
| sal_Unicode GetTokenChar | ( | sal_Unicode | cChar, | |
| sal_Bool | bConvertForExport | |||
| ) |
MathConversionEntry aMathConvTbl[] [static] |
int nMathToUnicodeLen = sizeof(aMathConvTbl) / sizeof(aMathConvTbl[0]) [static] |
Definition at line 167 of file types.cxx.
Referenced by ConvertMathPrivateUseAreaToUnicode(), ConvertMathToMathType(), ConvertMathTypeToMath(), and ConvertUnicodeToMathPrivateUseArea().
1.5.1