LibreOffice Module sc (master) 1
|
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... | |
Contains used flags for all API font attributes.
Definition at line 165 of file stylesbuffer.hxx.
|
explicit |
True = shadow style is used.
Definition at line 497 of file stylesbuffer.cxx.
bool oox::xls::ApiFontUsedFlags::mbColorUsed |
True = font name/family/char set are used.
Definition at line 168 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfColor(), oox::xls::Font::importDxfName(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbEscapementUsed |
True = underline style is used.
Definition at line 172 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfEscapement(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbHeightUsed |
True = font scheme is used.
Definition at line 170 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfHeight(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbNameUsed |
Definition at line 167 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), oox::xls::Font::importAttribs(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbOutlineUsed |
True = strike out style is used.
Definition at line 176 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfFlag(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbPostureUsed |
True = font weight (boldness) is used.
Definition at line 174 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfFlag(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbSchemeUsed |
True = font color is used.
Definition at line 169 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::importDxfScheme().
bool oox::xls::ApiFontUsedFlags::mbShadowUsed |
True = outline style is used.
Definition at line 177 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfFlag(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbStrikeoutUsed |
True = font posture (italic) is used.
Definition at line 175 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfFlag(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbUnderlineUsed |
True = font height is used.
Definition at line 171 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfUnderline(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontUsedFlags::mbWeightUsed |
True = escapement style is used.
Definition at line 173 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::importAttribs(), oox::xls::Font::importDxfWeight(), and oox::xls::Font::writeToPropertyMap().