Searched refs:TextParagraphProperties (Results 1 – 8 of 8) sorted by relevance
321 TextParagraphProperties::TextParagraphProperties() in TextParagraphProperties() function in oox::drawingml::TextParagraphProperties326 TextParagraphProperties::~TextParagraphProperties() in ~TextParagraphProperties()330 void TextParagraphProperties::apply( const TextParagraphProperties& rSourceProps ) in apply()345 void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet()414 float TextParagraphProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints()
32 maListStyle.push_back( TextParagraphPropertiesPtr( new TextParagraphProperties() ) ); in TextListStyle()33 … maAggregationListStyle.push_back( TextParagraphPropertiesPtr( new TextParagraphProperties() ) ); in TextListStyle()53 …rDestListStyle.push_back( TextParagraphPropertiesPtr( new TextParagraphProperties( **aSourceListSt… in applyStyleList()
49 … TextParagraphProperties& rTextParagraphProperties ) in TextParagraphPropertiesContext()
41 class TextParagraphProperties;43 typedef boost::shared_ptr< TextParagraphProperties > TextParagraphPropertiesPtr;82 class TextParagraphProperties class86 TextParagraphProperties();87 ~TextParagraphProperties();102 void apply( const TextParagraphProperties& rSourceProps );
42 … inline TextParagraphProperties& getTextParagraphProperties() { return maTextParagraphProperties; } in getTextParagraphProperties()43 …inline const TextParagraphProperties& getTextParagraphProperties() const { return maTextParagraphP… in getTextParagraphProperties()55 TextParagraphProperties maTextParagraphProperties;
49 inline TextParagraphProperties& getProperties() { return maProperties; } in getProperties()50 inline const TextParagraphProperties& getProperties() const { return maProperties; } in getProperties()66 TextParagraphProperties maProperties;
42 TextParagraphProperties& rTextParagraphProperties );49 TextParagraphProperties& mrTextParagraphProperties;
32 typedef RefVector< TextParagraphProperties > TextParagraphPropertiesVector;
Completed in 31 milliseconds