LibreOffice Module lotuswordpro (master) 1
|
#include <lwpfont.hxx>
Public Member Functions | |
LwpFontTableEntry () | |
void | Read (LwpObjectStream *pStrm) |
OUString const & | GetFaceName () const |
Private Member Functions | |
void | RegisterFontDecl () |
Private Attributes | |
LwpAtomHolder | m_WindowsFaceName |
LwpAtomHolder | m_FaceName |
Definition at line 75 of file lwpfont.hxx.
|
inline |
Definition at line 78 of file lwpfont.hxx.
OUString const & LwpFontTableEntry::GetFaceName | ( | ) | const |
Definition at line 232 of file lwpfont.cxx.
References m_WindowsFaceName, and LwpAtomHolder::str().
void LwpFontTableEntry::Read | ( | LwpObjectStream * | pStrm | ) |
Definition at line 215 of file lwpfont.cxx.
References m_FaceName, m_WindowsFaceName, LwpAtomHolder::Read(), LwpPanoseNumber::Read(), RegisterFontDecl(), and LwpObjectStream::SkipExtra().
|
private |
Definition at line 237 of file lwpfont.cxx.
References XFStyleManager::AddFontDecl(), LwpGlobalMgr::GetInstance(), LwpGlobalMgr::GetXFStyleManager(), m_FaceName, and LwpAtomHolder::str().
Referenced by Read().
|
private |
Definition at line 84 of file lwpfont.hxx.
Referenced by Read(), and RegisterFontDecl().
|
private |
Definition at line 83 of file lwpfont.hxx.
Referenced by GetFaceName(), and Read().