LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfont.hxx>
Public Member Functions | |
LwpFontTable () | |
~LwpFontTable () | |
void | Read (LwpObjectStream *pStrm) |
OUString | GetFaceName (sal_uInt16 index) |
Private Attributes | |
sal_uInt16 | m_nCount |
std::unique_ptr< LwpFontTableEntry[]> | m_pFontEntries |
Definition at line 90 of file lwpfont.hxx.
LwpFontTable::LwpFontTable | ( | ) |
Definition at line 245 of file lwpfont.cxx.
References m_nCount.
LwpFontTable::~LwpFontTable | ( | ) |
Definition at line 270 of file lwpfont.cxx.
OUString LwpFontTable::GetFaceName | ( | sal_uInt16 | index | ) |
Definition at line 264 of file lwpfont.cxx.
References index, m_nCount, m_pFontEntries, and SAL_WARN_IF.
Referenced by LwpFontNameManager::GetNameByIndex(), and LwpFontNameManager::Override().
void LwpFontTable::Read | ( | LwpObjectStream * | pStrm | ) |
Definition at line 249 of file lwpfont.cxx.
References i, m_nCount, m_pFontEntries, LwpObjectStream::QuickReaduInt16(), and LwpObjectStream::SkipExtra().
Referenced by LwpFontNameManager::Read().
|
private |
Definition at line 100 of file lwpfont.hxx.
Referenced by GetFaceName(), and Read().
|
private |
Definition at line 101 of file lwpfont.hxx.
Referenced by GetFaceName(), and Read().