Home
last modified time | relevance | path

Searched refs:moBold (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx64 moBold.assignIfUsed( rSourceProps.moBold ); in assignUsed()
134 float fWeight = moBold.get( false ) ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL; in pushToPropMap()
H A Dtextcharacterpropertiescontext.cxx64 mrTextCharacterProperties.moBold = aAttribs.getBool( XML_b ); in TextCharacterPropertiesContext()
/AOO42X/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx55 OptValue< bool > moBold; member
/AOO42X/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx959 mxAutoText->moBold = pAutoTextEntry->mbBold; in TextFormatter()