|
LibreOffice Module unotools (master) 1
|
#include <sal/config.h>#include <string_view>#include <unotools/unotoolsdllapi.h>#include <rtl/ustring.hxx>Go to the source code of this file.
Classes | |
| class | StarSymbolToMSMultiFont |
Typedefs | |
| typedef void * | FontToSubsFontConverter |
Enumerations | |
| enum class | FontToSubsFontFlags { IMPORT = 0x01 , EXPORT = 0x02 } |
Functions | |
| UNOTOOLS_DLLPUBLIC FontToSubsFontConverter | CreateFontToSubsFontConverter (std::u16string_view rFontName, FontToSubsFontFlags nFlags) |
| UNOTOOLS_DLLPUBLIC sal_Unicode | ConvertFontToSubsFontChar (FontToSubsFontConverter hConverter, sal_Unicode c) |
| UNOTOOLS_DLLPUBLIC OUString | GetFontToSubsFontName (FontToSubsFontConverter hConverter) |
| UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont * | CreateStarSymbolToMSMultiFont () |
| typedef void* FontToSubsFontConverter |
Definition at line 37 of file fontcvt.hxx.
|
strong |
| Enumerator | |
|---|---|
| IMPORT | |
| EXPORT | |
Definition at line 31 of file fontcvt.hxx.
| UNOTOOLS_DLLPUBLIC sal_Unicode ConvertFontToSubsFontChar | ( | FontToSubsFontConverter | hConverter, |
| sal_Unicode | c | ||
| ) |
Definition at line 1414 of file fontcvt.cxx.
| UNOTOOLS_DLLPUBLIC FontToSubsFontConverter CreateFontToSubsFontConverter | ( | std::u16string_view | rFontName, |
| FontToSubsFontFlags | nFlags | ||
| ) |
Definition at line 1383 of file fontcvt.cxx.
References aImplStarSymbolCvt, aName, aStarSymbolRecodeTable, GetEnglishSearchFontName(), i, and IMPORT.
| UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont * CreateStarSymbolToMSMultiFont | ( | ) |
Definition at line 1235 of file fontcvt.cxx.
| UNOTOOLS_DLLPUBLIC OUString GetFontToSubsFontName | ( | FontToSubsFontConverter | hConverter | ) |
Definition at line 1423 of file fontcvt.cxx.
References pName.