| /AOO42X/main/oox/source/drawingml/ |
| H A D | textcharacterproperties.cxx | 45 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 D | textparagraph.cxx | 63 const TextCharacterProperties& rTextStyleProperties, in insertAt() 78 TextCharacterProperties aTextCharacterStyle( rTextStyleProperties ); in insertAt() 92 TextCharacterProperties aTextCharacterProps( aTextCharacterStyle ); in insertAt()
|
| H A D | theme.cxx | 69 const TextCharacterProperties* Theme::getFontStyle( sal_Int32 nSchemeType ) const in getFontStyle() 82 const TextCharacterProperties* pCharProps = 0; in resolveFont()
|
| H A D | textfield.cxx | 141 const TextCharacterProperties& rTextCharacterStyle ) const in insertAt() 152 TextCharacterProperties aTextCharacterProps( rTextCharacterStyle ); in insertAt()
|
| H A D | textrun.cxx | 57 const TextCharacterProperties& rTextCharacterStyle ) const in insertAt() 63 TextCharacterProperties aTextCharacterProps( rTextCharacterStyle ); in insertAt()
|
| H A D | themeelementscontext.cxx | 163 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext() 167 mxCharProps.reset( new TextCharacterProperties ); in createFastChildContext()
|
| H A D | shape.cxx | 500 TextCharacterProperties aCharStyleProperties; in createAndInsert() 504 … if( const TextCharacterProperties* pCharProps = pTheme->getFontStyle( pFontRef->mnThemedIdx ) ) in createAndInsert()
|
| H A D | textbody.cxx | 56 const TextCharacterProperties& rTextStyleProperties, in insertAt()
|
| H A D | textcharacterpropertiescontext.cxx | 48 TextCharacterProperties& rTextCharacterProperties ) in TextCharacterPropertiesContext()
|
| /AOO42X/main/oox/inc/oox/drawingml/ |
| H A D | textrun.hxx | 43 …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 D | textparagraph.hxx | 52 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 D | textcharacterpropertiescontext.hxx | 31 struct TextCharacterProperties; 38 TextCharacterProperties& rTextCharacterProperties ); 45 TextCharacterProperties& mrTextCharacterProperties;
|
| H A D | textparagraphproperties.hxx | 94 …TextCharacterProperties& getTextCharacterProperties() { return maTextCharacterPropertie… in getTextCharacterProperties() 95 …const TextCharacterProperties& getTextCharacterProperties() const { return maTextCharacterPro… in getTextCharacterProperties() 114 TextCharacterProperties maTextCharacterProperties;
|
| H A D | textfield.hxx | 34 struct TextCharacterProperties; 52 const TextCharacterProperties& rTextCharacterStyle ) const;
|
| H A D | textcharacterproperties.hxx | 39 struct TextCharacterProperties struct 61 void assignUsed( const TextCharacterProperties& rSourceProps );
|
| H A D | theme.hxx | 43 typedef RefMap< sal_Int32, TextCharacterProperties > FontScheme; 79 const TextCharacterProperties* getFontStyle( sal_Int32 nSchemeType ) const;
|
| H A D | drawingmltypes.hxx | 58 struct TextCharacterProperties; 59 typedef ::boost::shared_ptr< TextCharacterProperties > TextCharacterPropertiesPtr;
|
| H A D | textbody.hxx | 62 const TextCharacterProperties& rTextStyleProperties,
|
| /AOO42X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 690 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 D | titleconverter.cxx | 91 …const TextCharacterProperties& rParaProps = rTextPara.getProperties().getTextCharacterProperties(); in createStringSequence() 98 TextCharacterProperties aRunProps( rParaProps ); in createStringSequence()
|
| /AOO42X/main/oox/source/drawingml/table/ |
| H A D | tablecell.cxx | 116 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 D | titleconverter.hxx | 36 namespace oox { namespace drawingml { struct TextCharacterProperties; } }
|
| H A D | objectformatter.hxx | 125 const TextCharacterProperties& rTextProps,
|