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

#include <fonthelper.hxx>

Public Member Functions

bool isEmpty () const
 

Public Attributes

std::optional< const SvxFontItem * > pFontAttr
 
std::optional< sal_uInt32 > nFontHeight
 
std::optional< FontWeighteWeight
 
std::optional< FontItaliceItalic
 
std::optional< FontLineStyleeUnder
 
std::optional< FontLineStyleeOver
 
std::optional< bool > bWordLine
 
std::optional< FontStrikeouteStrike
 
std::optional< bool > bOutline
 
std::optional< bool > bShadow
 
std::optional< FontEmphasisMarkeEmphasis
 
std::optional< FontReliefeRelief
 
std::optional< ColoraColor
 
std::optional< LanguageTypeeLang
 

Detailed Description

Definition at line 21 of file fonthelper.hxx.

Member Function Documentation

◆ isEmpty()

bool ScDxfFont::isEmpty ( ) const
inline

Definition at line 38 of file fonthelper.hxx.

Referenced by XclExpDxfFont::SaveXml().

Member Data Documentation

◆ aColor

std::optional<Color> ScDxfFont::aColor

Definition at line 35 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ bOutline

std::optional<bool> ScDxfFont::bOutline

Definition at line 31 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ bShadow

std::optional<bool> ScDxfFont::bShadow

Definition at line 32 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ bWordLine

std::optional<bool> ScDxfFont::bWordLine

Definition at line 29 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont().

◆ eEmphasis

std::optional<FontEmphasisMark> ScDxfFont::eEmphasis

Definition at line 33 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont().

◆ eItalic

std::optional<FontItalic> ScDxfFont::eItalic

Definition at line 26 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ eLang

std::optional<LanguageType> ScDxfFont::eLang

Definition at line 36 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont().

◆ eOver

std::optional<FontLineStyle> ScDxfFont::eOver

Definition at line 28 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont().

◆ eRelief

std::optional<FontRelief> ScDxfFont::eRelief

Definition at line 34 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont().

◆ eStrike

std::optional<FontStrikeout> ScDxfFont::eStrike

Definition at line 30 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ eUnder

std::optional<FontLineStyle> ScDxfFont::eUnder

Definition at line 27 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ eWeight

std::optional<FontWeight> ScDxfFont::eWeight

Definition at line 25 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ nFontHeight

std::optional<sal_uInt32> ScDxfFont::nFontHeight

Definition at line 24 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().

◆ pFontAttr

std::optional<const SvxFontItem*> ScDxfFont::pFontAttr

Definition at line 23 of file fonthelper.hxx.

Referenced by ScPatternAttr::GetDxfFont(), and XclExpDxfFont::SaveXml().


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