Searched refs:ObjectFormatter (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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() 1104 void ObjectFormatter::convertTextFormatting( PropertySet& rPropSet, const ModelRef< TextBody >& rxT… in convertTextFormatting() 1122 void ObjectFormatter::convertTextRotation( PropertySet& rPropSet, const ModelRef< TextBody >& rxTex… in convertTextRotation() 1142 void ObjectFormatter::convertNumberFormat( PropertySet& rPropSet, const NumberFormat& rNumberFormat… in convertNumberFormat() 1168 void ObjectFormatter::convertAutomaticLine( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticLine() 1174 void ObjectFormatter::convertAutomaticFill( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticFill() 1180 /*static*/ bool ObjectFormatter::isAutomaticLine( const ModelRef< Shape >& rxShapeProp ) in isAutomaticLine() [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()
|
/aoo4110/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,
|
Completed in 24 milliseconds