|
LibreOffice Module filter (master) 1
|
#include <bundles.hxx>
Public Member Functions | |
| CGMFList () | |
| FontEntry * | GetFontEntry (sal_uInt32) |
| void | InsertName (sal_uInt8 const *pSource, sal_uInt32 nSize) |
| void | InsertCharSet (sal_uInt8 const *pSource, sal_uInt32 nSize) |
Private Attributes | |
| sal_uInt32 | nFontNameCount |
| sal_uInt32 | nCharSetCount |
| std::vector< FontEntry > | aFontEntryList |
Definition at line 152 of file bundles.hxx.
| CGMFList::CGMFList | ( | ) |
Definition at line 30 of file bundles.cxx.
| FontEntry * CGMFList::GetFontEntry | ( | sal_uInt32 | nIndex | ) |
Definition at line 36 of file bundles.cxx.
References aFontEntryList, and nIndex.
| void CGMFList::InsertCharSet | ( | sal_uInt8 const * | pSource, |
| sal_uInt32 | nSize | ||
| ) |
Definition at line 121 of file bundles.cxx.
References FontEntry::aCharSetValue, aFontEntryList, and nCharSetCount.
| void CGMFList::InsertName | ( | sal_uInt8 const * | pSource, |
| sal_uInt32 | nSize | ||
| ) |
Definition at line 61 of file bundles.cxx.
References aBuf, aFontEntryList, FontEntry::aFontName, ImplSearchEntry(), nFontNameCount, and FontEntry::nFontType.
|
private |
Definition at line 156 of file bundles.hxx.
Referenced by GetFontEntry(), InsertCharSet(), and InsertName().
|
private |
Definition at line 155 of file bundles.hxx.
Referenced by InsertCharSet().
|
private |
Definition at line 154 of file bundles.hxx.
Referenced by InsertName().