LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
LotusFontBuffer::ENTRY Struct Reference

Public Member Functions

void TmpName (const OUString &rNew)
 
void Height (std::unique_ptr< SvxFontHeightItem > pNew)
 
void Type (const sal_uInt16 nNew)
 

Public Attributes

std::optional< OUString > xTmpName
 
std::unique_ptr< SvxFontItempFont
 
std::unique_ptr< SvxFontHeightItempHeight
 
sal_Int32 nType = -1
 

Detailed Description

Definition at line 31 of file lotfntbf.hxx.

Member Function Documentation

◆ Height()

void LotusFontBuffer::ENTRY::Height ( std::unique_ptr< SvxFontHeightItem pNew)
inline

Definition at line 41 of file lotfntbf.hxx.

References pHeight.

Referenced by LotusFontBuffer::SetHeight().

◆ TmpName()

void LotusFontBuffer::ENTRY::TmpName ( const OUString &  rNew)
inline

Definition at line 37 of file lotfntbf.hxx.

References xTmpName.

Referenced by LotusFontBuffer::SetName().

◆ Type()

void LotusFontBuffer::ENTRY::Type ( const sal_uInt16  nNew)
inline

Definition at line 45 of file lotfntbf.hxx.

References nType.

Referenced by LotusFontBuffer::SetType().

Member Data Documentation

◆ nType

sal_Int32 LotusFontBuffer::ENTRY::nType = -1

Definition at line 36 of file lotfntbf.hxx.

Referenced by LotusFontBuffer::MakeFont(), LotusFontBuffer::SetName(), and Type().

◆ pFont

std::unique_ptr<SvxFontItem> LotusFontBuffer::ENTRY::pFont

Definition at line 34 of file lotfntbf.hxx.

Referenced by LotusFontBuffer::Fill(), and LotusFontBuffer::MakeFont().

◆ pHeight

std::unique_ptr<SvxFontHeightItem> LotusFontBuffer::ENTRY::pHeight

Definition at line 35 of file lotfntbf.hxx.

Referenced by LotusFontBuffer::Fill(), and Height().

◆ xTmpName

std::optional<OUString> LotusFontBuffer::ENTRY::xTmpName

Definition at line 33 of file lotfntbf.hxx.

Referenced by LotusFontBuffer::MakeFont(), LotusFontBuffer::SetType(), and TmpName().


The documentation for this struct was generated from the following file: