| LibreOffice Module sc (master) 1
    | 
#include <fonthelper.hxx>
| Public Member Functions | |
| bool | isEmpty () const | 
| Public Attributes | |
| std::optional< const SvxFontItem * > | pFontAttr | 
| std::optional< sal_uInt32 > | nFontHeight | 
| std::optional< FontWeight > | eWeight | 
| std::optional< FontItalic > | eItalic | 
| std::optional< FontLineStyle > | eUnder | 
| std::optional< FontLineStyle > | eOver | 
| std::optional< bool > | bWordLine | 
| std::optional< FontStrikeout > | eStrike | 
| std::optional< bool > | bOutline | 
| std::optional< bool > | bShadow | 
| std::optional< FontEmphasisMark > | eEmphasis | 
| std::optional< FontRelief > | eRelief | 
| std::optional< Color > | aColor | 
| std::optional< LanguageType > | eLang | 
Definition at line 21 of file fonthelper.hxx.
| 
 | inline | 
Definition at line 38 of file fonthelper.hxx.
Referenced by XclExpDxfFont::SaveXml().
| std::optional<Color> ScDxfFont::aColor | 
Definition at line 35 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<bool> ScDxfFont::bOutline | 
Definition at line 31 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<bool> ScDxfFont::bShadow | 
Definition at line 32 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<bool> ScDxfFont::bWordLine | 
Definition at line 29 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont().
| std::optional<FontEmphasisMark> ScDxfFont::eEmphasis | 
Definition at line 33 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont().
| std::optional<FontItalic> ScDxfFont::eItalic | 
Definition at line 26 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<LanguageType> ScDxfFont::eLang | 
Definition at line 36 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont().
| std::optional<FontLineStyle> ScDxfFont::eOver | 
Definition at line 28 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont().
| std::optional<FontRelief> ScDxfFont::eRelief | 
Definition at line 34 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont().
| std::optional<FontStrikeout> ScDxfFont::eStrike | 
Definition at line 30 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<FontLineStyle> ScDxfFont::eUnder | 
Definition at line 27 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<FontWeight> ScDxfFont::eWeight | 
Definition at line 25 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<sal_uInt32> ScDxfFont::nFontHeight | 
Definition at line 24 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().
| std::optional<const SvxFontItem*> ScDxfFont::pFontAttr | 
Definition at line 23 of file fonthelper.hxx.
Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().