LibreOffice Module sc (master) 1
|
Contains all API font attributes. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
ApiFontData () | |
True = shadowed chgaracters. More... | |
Public Attributes | |
ApiScriptFontName | maLatinFont |
ApiScriptFontName | maAsianFont |
Font name for latin scripts. More... | |
ApiScriptFontName | maCmplxFont |
Font name for east-asian scripts. More... | |
css::awt::FontDescriptor | maDesc |
Font name for complex scripts. More... | |
::Color | mnColor |
Font descriptor (height in twips, weight in %). More... | |
model::ComplexColor | maComplexColor |
Font color. More... | |
sal_Int16 | mnEscapement |
Font complex color. More... | |
sal_Int8 | mnEscapeHeight |
Escapement style. More... | |
bool | mbOutline |
Escapement font height. More... | |
bool | mbShadow |
True = outlined characters. More... | |
Contains all API font attributes.
Definition at line 193 of file stylesbuffer.hxx.
|
explicit |
True = shadowed chgaracters.
Definition at line 518 of file stylesbuffer.cxx.
References DONTKNOW, maDesc, maLatinFont, oox::xls::ApiScriptFontName::maName, mnColor, NONE, and NORMAL.
ApiScriptFontName oox::xls::ApiFontData::maAsianFont |
Font name for latin scripts.
Definition at line 196 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
ApiScriptFontName oox::xls::ApiFontData::maCmplxFont |
Font name for east-asian scripts.
Definition at line 197 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
model::ComplexColor oox::xls::ApiFontData::maComplexColor |
Font color.
Definition at line 200 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), and oox::xls::Font::finalizeImport().
css::awt::FontDescriptor oox::xls::ApiFontData::maDesc |
Font name for complex scripts.
Definition at line 198 of file stylesbuffer.hxx.
Referenced by ApiFontData(), oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), oox::xls::Font::getFontDescriptor(), and oox::xls::Font::writeToPropertyMap().
ApiScriptFontName oox::xls::ApiFontData::maLatinFont |
Definition at line 195 of file stylesbuffer.hxx.
Referenced by ApiFontData(), oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontData::mbOutline |
Escapement font height.
Definition at line 203 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
bool oox::xls::ApiFontData::mbShadow |
True = outlined characters.
Definition at line 204 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
::Color oox::xls::ApiFontData::mnColor |
Font descriptor (height in twips, weight in %).
Definition at line 199 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
sal_Int8 oox::xls::ApiFontData::mnEscapeHeight |
Escapement style.
Definition at line 202 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::finalizeImport(), and oox::xls::Font::writeToPropertyMap().
sal_Int16 oox::xls::ApiFontData::mnEscapement |
Font complex color.
Definition at line 201 of file stylesbuffer.hxx.
Referenced by oox::xls::Font::fillToItemSet(), oox::xls::Font::finalizeImport(), oox::xls::Font::needsRichTextFormat(), and oox::xls::Font::writeToPropertyMap().