Searched refs:ObjectFormatter (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 1073 ObjectFormatter::ObjectFormatter( const XmlFilterBase& rFilter, const Reference< XChartDocument >& … in ObjectFormatter() function in oox::drawingml::chart::ObjectFormatter 1078 ObjectFormatter::~ObjectFormatter() in ~ObjectFormatter() 1082 void ObjectFormatter::setMaxSeriesIndex( sal_Int32 nMaxSeriesIdx ) in setMaxSeriesIndex() 1087 sal_Int32 ObjectFormatter::getMaxSeriesIndex() const in getMaxSeriesIndex() 1092 void ObjectFormatter::convertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxSha… in convertFrameFormatting() 1098 void ObjectFormatter::convertFrameFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxSha… in convertFrameFormatting() 1104 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxT… in convertTextFormatting() 1110 void ObjectFormatter::convertFormatting( PropertySet& rPropSet, const ModelRef< Shape >& rxShapePro… in convertFormatting() 1116 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const TextCharacterProperties& … in convertTextFormatting() 1122 void ObjectFormatter::convertTextRotation( PropertySet& rPropSet, const ModelRef< TextBody >& rxTex… in convertTextRotation() [all …]
|
| H A D | seriesconverter.cxx | 92 void lclConvertLabelFormatting( PropertySet& rPropSet, ObjectFormatter& rFormatter, in lclConvertLabelFormatting() 544 ObjectFormatter& rFormatter = getFormatter(); in createDataSeries() 557 …if( bIsPie || (bVaryColorsByPoint && rTypeGroup.isSeriesFrameFormat() && ObjectFormatter::isAutoma… in createDataSeries()
|
| H A D | converterbase.cxx | 155 ObjectFormatter maFormatter; 268 ObjectFormatter& ConverterRoot::getFormatter() const in getFormatter()
|
| H A D | axisconverter.cxx | 136 ObjectFormatter& rFormatter = getFormatter(); in convertFromModel()
|
| /AOO42X/main/oox/inc/oox/drawingml/chart/ |
| H A D | objectformatter.hxx | 80 class ObjectFormatter class 83 explicit ObjectFormatter( 87 ~ObjectFormatter();
|
| H A D | converterbase.hxx | 87 ObjectFormatter& getFormatter() const;
|
| H A D | seriesconverter.hxx | 60 ObjectFormatter& rFormatter,
|