Home
last modified time | relevance | path

Searched refs:moHeight (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx59 moHeight.assignIfUsed( rSourceProps.moHeight ); in assignUsed()
120 if( moHeight.has() ) in pushToPropMap()
122 float fHeight = GetFontHeight( moHeight.get() ); in pushToPropMap()
161 return moHeight.has() ? GetFontHeight( moHeight.get() ) : fDefault; in getCharHeightPoints()
H A Dtextcharacterpropertiescontext.cxx56 mrTextCharacterProperties.moHeight = aAttribs.getInteger( XML_sz ); in TextCharacterPropertiesContext()
/aoo4110/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx958 mxAutoText->moHeight = pAutoTextEntry->mnDefFontSize; in TextFormatter()
964 if( pTextProps->moHeight.has() ) in TextFormatter()
965 … mxAutoText->moHeight = pTextProps->moHeight.get() * pAutoTextEntry->mnRelFontSize / 100; in TextFormatter()
/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx50 OptValue< sal_Int32 > moHeight; member
/aoo4110/main/oox/source/ppt/
H A Dslidemastertextstylescontext.cxx75 aTextListStylePtr->getListStyle()[ i ]->getTextCharacterProperties().moHeight = 1800; in createFastChildContext()

Completed in 27 milliseconds