LibreOffice Module filter (master) 1
Public Member Functions | Private Attributes | List of all members
CGMFList Class Reference

#include <bundles.hxx>

Public Member Functions

 CGMFList ()
 
FontEntryGetFontEntry (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< FontEntryaFontEntryList
 

Detailed Description

Definition at line 152 of file bundles.hxx.

Constructor & Destructor Documentation

◆ CGMFList()

CGMFList::CGMFList ( )

Definition at line 30 of file bundles.cxx.

Member Function Documentation

◆ GetFontEntry()

FontEntry * CGMFList::GetFontEntry ( sal_uInt32  nIndex)

Definition at line 36 of file bundles.cxx.

References aFontEntryList, and nIndex.

◆ InsertCharSet()

void CGMFList::InsertCharSet ( sal_uInt8 const *  pSource,
sal_uInt32  nSize 
)

Definition at line 121 of file bundles.cxx.

References FontEntry::aCharSetValue, aFontEntryList, and nCharSetCount.

◆ InsertName()

void CGMFList::InsertName ( sal_uInt8 const *  pSource,
sal_uInt32  nSize 
)

Member Data Documentation

◆ aFontEntryList

std::vector<FontEntry> CGMFList::aFontEntryList
private

Definition at line 156 of file bundles.hxx.

Referenced by GetFontEntry(), InsertCharSet(), and InsertName().

◆ nCharSetCount

sal_uInt32 CGMFList::nCharSetCount
private

Definition at line 155 of file bundles.hxx.

Referenced by InsertCharSet().

◆ nFontNameCount

sal_uInt32 CGMFList::nFontNameCount
private

Definition at line 154 of file bundles.hxx.

Referenced by InsertName().


The documentation for this class was generated from the following files: