LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
LwpFontManager Class Reference

#include <lwpfont.hxx>

Collaboration diagram for LwpFontManager:
[legend]

Public Member Functions

 LwpFontManager ()
 
void Read (LwpObjectStream *pStrm)
 
rtl::Reference< XFFontCreateOverrideFont (sal_uInt32 fontID, sal_uInt32 overID)
 
rtl::Reference< XFFontCreateFont (sal_uInt32 fontID)
 
OUString GetNameByID (sal_uInt32 fontID)
 

Private Member Functions

void Override (sal_uInt32 fontID, rtl::Reference< XFFont > const &pFont)
 

Static Private Member Functions

static sal_uInt16 GetFontNameIndex (sal_uInt32 fontID)
 
static sal_uInt16 GetFontAttrIndex (sal_uInt32 fontID)
 

Private Attributes

LwpFontNameManager m_FNMgr
 
LwpFontAttrManager m_AttrMgr
 

Detailed Description

Definition at line 257 of file lwpfont.hxx.

Constructor & Destructor Documentation

◆ LwpFontManager()

LwpFontManager::LwpFontManager ( )
inline

Definition at line 260 of file lwpfont.hxx.

Member Function Documentation

◆ CreateFont()

rtl::Reference< XFFont > LwpFontManager::CreateFont ( sal_uInt32  fontID)

◆ CreateOverrideFont()

rtl::Reference< XFFont > LwpFontManager::CreateOverrideFont ( sal_uInt32  fontID,
sal_uInt32  overID 
)

Definition at line 484 of file lwpfont.cxx.

References Override().

Referenced by LwpFrib::RegisterStyle().

◆ GetFontAttrIndex()

sal_uInt16 LwpFontManager::GetFontAttrIndex ( sal_uInt32  fontID)
inlinestaticprivate

Definition at line 282 of file lwpfont.hxx.

Referenced by CreateFont(), and Override().

◆ GetFontNameIndex()

sal_uInt16 LwpFontManager::GetFontNameIndex ( sal_uInt32  fontID)
inlinestaticprivate

Definition at line 277 of file lwpfont.hxx.

Referenced by CreateFont(), GetNameByID(), and Override().

◆ GetNameByID()

OUString LwpFontManager::GetNameByID ( sal_uInt32  fontID)

◆ Override()

void LwpFontManager::Override ( sal_uInt32  fontID,
rtl::Reference< XFFont > const &  pFont 
)
private

◆ Read()

void LwpFontManager::Read ( LwpObjectStream pStrm)

Member Data Documentation

◆ m_AttrMgr

LwpFontAttrManager LwpFontManager::m_AttrMgr
private

Definition at line 263 of file lwpfont.hxx.

Referenced by CreateFont(), Override(), and Read().

◆ m_FNMgr

LwpFontNameManager LwpFontManager::m_FNMgr
private

Definition at line 262 of file lwpfont.hxx.

Referenced by CreateFont(), GetNameByID(), Override(), and Read().


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