|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfont.hxx>
Public Member Functions | |
| LwpFontAttrManager () | |
| ~LwpFontAttrManager () | |
| void | Read (LwpObjectStream *pStrm) |
| void | Override (sal_uInt16 index, rtl::Reference< XFFont > const &pFont) |
Private Attributes | |
| sal_uInt16 | m_nCount |
| std::unique_ptr< LwpFontAttrEntry[]> | m_pFontAttrs |
Definition at line 242 of file lwpfont.hxx.
|
inline |
Definition at line 245 of file lwpfont.hxx.
| LwpFontAttrManager::~LwpFontAttrManager | ( | ) |
Definition at line 424 of file lwpfont.cxx.
| void LwpFontAttrManager::Override | ( | sal_uInt16 | index, |
| rtl::Reference< XFFont > const & | pFont | ||
| ) |
Definition at line 415 of file lwpfont.cxx.
References index, m_nCount, and m_pFontAttrs.
Referenced by LwpFontManager::CreateFont(), and LwpFontManager::Override().
| void LwpFontAttrManager::Read | ( | LwpObjectStream * | pStrm | ) |
Definition at line 403 of file lwpfont.cxx.
References i, m_nCount, m_pFontAttrs, LwpObjectStream::QuickReaduInt16(), and LwpObjectStream::SkipExtra().
Referenced by LwpFontManager::Read().
|
private |
Definition at line 253 of file lwpfont.hxx.
Referenced by Override(), and Read().
|
private |
Definition at line 254 of file lwpfont.hxx.
Referenced by Override(), and Read().