Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx200 struct ApiFontUsedFlags struct
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.
211 bool mbOutlineUsed; /// True = outline style is used.
[all …]
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx659 ApiFontUsedFlags::ApiFontUsedFlags( bool bAllUsed ) : in ApiFontUsedFlags() function in oox::xls::ApiFontUsedFlags

Completed in 29 milliseconds