| LibreOffice Module sc (master) 1
    | 
| 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< SvxFontItem > | pFont | 
| std::unique_ptr< SvxFontHeightItem > | pHeight | 
| sal_Int32 | nType = -1 | 
Definition at line 31 of file lotfntbf.hxx.
| 
 | inline | 
Definition at line 41 of file lotfntbf.hxx.
References pHeight.
Referenced by LotusFontBuffer::SetHeight().
| 
 | inline | 
Definition at line 37 of file lotfntbf.hxx.
References xTmpName.
Referenced by LotusFontBuffer::SetName().
| 
 | inline | 
Definition at line 45 of file lotfntbf.hxx.
References nType.
Referenced by LotusFontBuffer::SetType().
| sal_Int32 LotusFontBuffer::ENTRY::nType = -1 | 
Definition at line 36 of file lotfntbf.hxx.
Referenced by LotusFontBuffer::MakeFont(), LotusFontBuffer::SetName(), and Type().
| std::unique_ptr<SvxFontItem> LotusFontBuffer::ENTRY::pFont | 
Definition at line 34 of file lotfntbf.hxx.
Referenced by LotusFontBuffer::Fill(), and LotusFontBuffer::MakeFont().
| std::unique_ptr<SvxFontHeightItem> LotusFontBuffer::ENTRY::pHeight | 
Definition at line 35 of file lotfntbf.hxx.
Referenced by LotusFontBuffer::Fill(), and Height().
| std::optional<OUString> LotusFontBuffer::ENTRY::xTmpName | 
Definition at line 33 of file lotfntbf.hxx.
Referenced by LotusFontBuffer::MakeFont(), LotusFontBuffer::SetType(), and TmpName().