Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx362 …aPropSet.setProperty( PROP_ParaTopMargin, maParaTopMargin.toMargin( getCharHeightPoints( 18.0 ) ) … in pushToPropSet()
364 …t.setProperty( PROP_ParaBottomMargin, maParaBottomMargin.toMargin( getCharHeightPoints( 18.0 ) ) ); in pushToPropSet()
367 fCharacterSize = getCharHeightPoints( fCharacterSize ); in pushToPropSet()
414 float TextParagraphProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints() function in oox::drawingml::TextParagraphProperties
416 return maTextCharacterProperties.getCharHeightPoints( fDefault ); in getCharHeightPoints()
H A Dtextparagraph.cxx112 fCharacterSize = pTextParagraphStyle->getCharHeightPoints( 18 ); in insertAt()
H A Dtextcharacterproperties.cxx159 float TextCharacterProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints() function in oox::drawingml::TextCharacterProperties
/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx66 float getCharHeightPoints( float fDefault ) const;
H A Dtextparagraphproperties.hxx110 float getCharHeightPoints( float fDefault ) const;

Completed in 21 milliseconds