Home
last modified time | relevance | path

Searched refs:TextParagraphProperties (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx321 TextParagraphProperties::TextParagraphProperties() in TextParagraphProperties() function in oox::drawingml::TextParagraphProperties
326 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()
H A Dtextliststyle.cxx32 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()
H A Dtextparagraphpropertiescontext.cxx49TextParagraphProperties& rTextParagraphProperties ) in TextParagraphPropertiesContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextparagraphproperties.hxx41 class TextParagraphProperties;
43 typedef boost::shared_ptr< TextParagraphProperties > TextParagraphPropertiesPtr;
82 class TextParagraphProperties class
86 TextParagraphProperties();
87 ~TextParagraphProperties();
102 void apply( const TextParagraphProperties& rSourceProps );
H A Dtextfield.hxx42 … inline TextParagraphProperties& getTextParagraphProperties() { return maTextParagraphProperties; } in getTextParagraphProperties()
43 …inline const TextParagraphProperties& getTextParagraphProperties() const { return maTextParagraphP… in getTextParagraphProperties()
55 TextParagraphProperties maTextParagraphProperties;
H A Dtextparagraph.hxx49 inline TextParagraphProperties& getProperties() { return maProperties; } in getProperties()
50 inline const TextParagraphProperties& getProperties() const { return maProperties; } in getProperties()
66 TextParagraphProperties maProperties;
H A Dtextparagraphpropertiescontext.hxx42 TextParagraphProperties& rTextParagraphProperties );
49 TextParagraphProperties& mrTextParagraphProperties;
H A Dtextliststyle.hxx32 typedef RefVector< TextParagraphProperties > TextParagraphPropertiesVector;

Completed in 20 milliseconds