Home
last modified time | relevance | path

Searched refs:TextCharacterProperties (Results 1 – 23 of 23) sorted by relevance

/AOO42X/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx45 void TextCharacterProperties::assignUsed( const TextCharacterProperties& rSourceProps ) in assignUsed()
70 void TextCharacterProperties::pushToPropMap( PropertyMap& rPropMap, const XmlFilterBase& rFilter ) … in pushToPropMap()
152 void TextCharacterProperties::pushToPropSet( PropertySet& rPropSet, const XmlFilterBase& rFilter ) … in pushToPropSet()
159 float TextCharacterProperties::getCharHeightPoints( float fDefault ) const in getCharHeightPoints()
H A Dtextparagraph.cxx63 const TextCharacterProperties& rTextStyleProperties, in insertAt()
78 TextCharacterProperties aTextCharacterStyle( rTextStyleProperties ); in insertAt()
92 TextCharacterProperties aTextCharacterProps( aTextCharacterStyle ); in insertAt()
H A Dtheme.cxx69 const TextCharacterProperties* Theme::getFontStyle( sal_Int32 nSchemeType ) const in getFontStyle()
82 const TextCharacterProperties* pCharProps = 0; in resolveFont()
H A Dtextfield.cxx141 const TextCharacterProperties& rTextCharacterStyle ) const in insertAt()
152 TextCharacterProperties aTextCharacterProps( rTextCharacterStyle ); in insertAt()
H A Dtextrun.cxx57 const TextCharacterProperties& rTextCharacterStyle ) const in insertAt()
63 TextCharacterProperties aTextCharacterProps( rTextCharacterStyle ); in insertAt()
H A Dthemeelementscontext.cxx163 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
167 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
H A Dshape.cxx500 TextCharacterProperties aCharStyleProperties; in createAndInsert()
504 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert()
H A Dtextbody.cxx56 const TextCharacterProperties& rTextStyleProperties, in insertAt()
H A Dtextcharacterpropertiescontext.cxx48 TextCharacterProperties& rTextCharacterProperties ) in TextCharacterPropertiesContext()
/AOO42X/main/oox/inc/oox/drawingml/
H A Dtextrun.hxx43 …inline TextCharacterProperties& getTextCharacterProperties() { return maTextCharacterPrope… in getTextCharacterProperties()
44 …inline const TextCharacterProperties& getTextCharacterProperties() const { return maTextCharacte… in getTextCharacterProperties()
52 const TextCharacterProperties& rTextCharacterStyle ) const;
56 TextCharacterProperties maTextCharacterProperties;
H A Dtextparagraph.hxx52 inline TextCharacterProperties& getEndProperties() { return maEndProperties; } in getEndProperties()
53 inline const TextCharacterProperties& getEndProperties() const { return maEndProperties; } in getEndProperties()
61 const TextCharacterProperties& rTextStyleProperties,
67 TextCharacterProperties maEndProperties;
H A Dtextcharacterpropertiescontext.hxx31 struct TextCharacterProperties;
38 TextCharacterProperties& rTextCharacterProperties );
45 TextCharacterProperties& mrTextCharacterProperties;
H A Dtextparagraphproperties.hxx94TextCharacterProperties& getTextCharacterProperties() { return maTextCharacterPropertie… in getTextCharacterProperties()
95 …const TextCharacterProperties& getTextCharacterProperties() const { return maTextCharacterPro… in getTextCharacterProperties()
114 TextCharacterProperties maTextCharacterProperties;
H A Dtextfield.hxx34 struct TextCharacterProperties;
52 const TextCharacterProperties& rTextCharacterStyle ) const;
H A Dtextcharacterproperties.hxx39 struct TextCharacterProperties struct
61 void assignUsed( const TextCharacterProperties& rSourceProps );
H A Dtheme.hxx43 typedef RefMap< sal_Int32, TextCharacterProperties > FontScheme;
79 const TextCharacterProperties* getFontStyle( sal_Int32 nSchemeType ) const;
H A Ddrawingmltypes.hxx58 struct TextCharacterProperties;
59 typedef ::boost::shared_ptr< TextCharacterProperties > TextCharacterPropertiesPtr;
H A Dtextbody.hxx62 const TextCharacterProperties& rTextStyleProperties,
/AOO42X/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx690 const TextCharacterProperties* pTextProps );
732 const TextCharacterProperties& rTextProps );
938 const TextCharacterProperties* lclGetTextProperties( const ModelRef< TextBody >& rxTextProp ) in lclGetTextProperties()
951 mxAutoText.reset( new TextCharacterProperties ); in TextFormatter()
953 …if( const TextCharacterProperties* pTextProps = pTheme->getFontStyle( pAutoTextEntry->mnThemedFont… in TextFormatter()
961 if( const TextCharacterProperties* pTextProps = lclGetTextProperties( rxGlobalTextProp ) ) in TextFormatter()
970 void TextFormatter::convertFormatting( PropertySet& rPropSet, const TextCharacterProperties* pTextP… in convertFormatting()
972 TextCharacterProperties aTextProps; in convertFormatting()
1018 …peFormatter::convertTextFormatting( PropertySet& rPropSet, const TextCharacterProperties& rTextPro… in convertTextFormatting()
1116 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const TextCharacterProperties& … in convertTextFormatting()
H A Dtitleconverter.cxx91 …const TextCharacterProperties& rParaProps = rTextPara.getProperties().getTextCharacterProperties(); in createStringSequence()
98 TextCharacterProperties aRunProps( rParaProps ); in createStringSequence()
/AOO42X/main/oox/source/drawingml/table/
H A Dtablecell.cxx116 TextCharacterProperties aTextCharProps; in applyTableStylePart()
155 void lcl_getCharPropFromTblStylePart(TextCharacterProperties& rDstCharProp, const TableStylePart& r… in lcl_getCharPropFromTblStylePart()
198 TextCharacterProperties aTextCharProps; in pushToXCell()
/AOO42X/main/oox/inc/oox/drawingml/chart/
H A Dtitleconverter.hxx36 namespace oox { namespace drawingml { struct TextCharacterProperties; } }
H A Dobjectformatter.hxx125 const TextCharacterProperties& rTextProps,