LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::ApiFontUsedFlags Struct Reference

Contains used flags for all API font attributes. More...

#include <stylesbuffer.hxx>

Public Member Functions

 ApiFontUsedFlags (bool bAllUsed)
 True = shadow style is used. More...
 

Public Attributes

bool mbNameUsed
 
bool mbColorUsed
 True = font name/family/char set are used. More...
 
bool mbSchemeUsed
 True = font color is used. More...
 
bool mbHeightUsed
 True = font scheme is used. More...
 
bool mbUnderlineUsed
 True = font height is used. More...
 
bool mbEscapementUsed
 True = underline style is used. More...
 
bool mbWeightUsed
 True = escapement style is used. More...
 
bool mbPostureUsed
 True = font weight (boldness) is used. More...
 
bool mbStrikeoutUsed
 True = font posture (italic) is used. More...
 
bool mbOutlineUsed
 True = strike out style is used. More...
 
bool mbShadowUsed
 True = outline style is used. More...
 

Detailed Description

Contains used flags for all API font attributes.

Definition at line 165 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ ApiFontUsedFlags()

oox::xls::ApiFontUsedFlags::ApiFontUsedFlags ( bool  bAllUsed)
explicit

True = shadow style is used.

Definition at line 497 of file stylesbuffer.cxx.

Member Data Documentation

◆ mbColorUsed

bool oox::xls::ApiFontUsedFlags::mbColorUsed

◆ mbEscapementUsed

bool oox::xls::ApiFontUsedFlags::mbEscapementUsed

◆ mbHeightUsed

bool oox::xls::ApiFontUsedFlags::mbHeightUsed

◆ mbNameUsed

bool oox::xls::ApiFontUsedFlags::mbNameUsed

◆ mbOutlineUsed

bool oox::xls::ApiFontUsedFlags::mbOutlineUsed

◆ mbPostureUsed

bool oox::xls::ApiFontUsedFlags::mbPostureUsed

◆ mbSchemeUsed

bool oox::xls::ApiFontUsedFlags::mbSchemeUsed

True = font color is used.

Definition at line 169 of file stylesbuffer.hxx.

Referenced by oox::xls::Font::importDxfScheme().

◆ mbShadowUsed

bool oox::xls::ApiFontUsedFlags::mbShadowUsed

◆ mbStrikeoutUsed

bool oox::xls::ApiFontUsedFlags::mbStrikeoutUsed

◆ mbUnderlineUsed

bool oox::xls::ApiFontUsedFlags::mbUnderlineUsed

◆ mbWeightUsed

bool oox::xls::ApiFontUsedFlags::mbWeightUsed

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