Home
last modified time | relevance | path

Searched defs:ApiFontUsedFlags (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/inc/oox/xls/ !
H A Dstylesbuffer.hxx200 struct ApiFontUsedFlags struct
202 bool mbNameUsed; /// True = font name/family/char set are used.
203 bool mbColorUsed; /// True = font color is used.
204 bool mbSchemeUsed; /// True = font scheme is used.
205 bool mbHeightUsed; /// True = font height is used.
206 bool mbUnderlineUsed; /// True = underline style is used.
207 bool mbEscapementUsed; /// True = escapement style is used.
208 bool mbWeightUsed; /// True = font weight (boldness) is used.
209 bool mbPostureUsed; /// True = font posture (italic) is used.
210 bool mbStrikeoutUsed; /// True = strike out style is used.
[all …]
/AOO42X/main/oox/source/xls/ !
H A Dstylesbuffer.cxx659 ApiFontUsedFlags::ApiFontUsedFlags( bool bAllUsed ) : in ApiFontUsedFlags() function in oox::xls::ApiFontUsedFlags