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

Font declaration in OOo xml file. More...

#include <xffontdecl.hxx>

Public Member Functions

 XFFontDecl (const OUString &name, const OUString &family)
 
const OUString & GetFontName () const
 @descr Get font name. More...
 
const OUString & GetFontFamily () const
 @descr Get font family. More...
 

Private Attributes

OUString m_strFontName
 
OUString m_strFontFamily
 

Detailed Description

Font declaration in OOo xml file.

Each font used should be declared.

Definition at line 71 of file xffontdecl.hxx.

Constructor & Destructor Documentation

◆ XFFontDecl()

XFFontDecl::XFFontDecl ( const OUString &  name,
const OUString &  family 
)

Definition at line 62 of file xffontdecl.cxx.

References m_strFontFamily, m_strFontName, and name.

Member Function Documentation

◆ GetFontFamily()

const OUString & XFFontDecl::GetFontFamily ( ) const
inline

@descr Get font family.

Definition at line 85 of file xffontdecl.hxx.

References m_strFontFamily.

◆ GetFontName()

const OUString & XFFontDecl::GetFontName ( ) const
inline

@descr Get font name.

Definition at line 80 of file xffontdecl.hxx.

References m_strFontName.

Member Data Documentation

◆ m_strFontFamily

OUString XFFontDecl::m_strFontFamily
private

Definition at line 89 of file xffontdecl.hxx.

Referenced by GetFontFamily(), and XFFontDecl().

◆ m_strFontName

OUString XFFontDecl::m_strFontName
private

Definition at line 88 of file xffontdecl.hxx.

Referenced by GetFontName(), and XFFontDecl().


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