/aoo42x/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 79 void convertFromModel( 123 void AxesSetConverter::convertFromModel( const Reference< XDiagram >& rxDiagram, in convertFromModel() function in oox::drawingml::chart::__anonfd49e3820111::AxesSetConverter 168 aView3DConv.convertFromModel( rxDiagram, rFirstTypeGroup ); in convertFromModel() 180 …aXAxisConv.convertFromModel( xCoordSystem, rFirstTypeGroup, xYAxis.get(), nAxesSetIdx, API_X_AXIS … in convertFromModel() 182 …aYAxisConv.convertFromModel( xCoordSystem, rFirstTypeGroup, xXAxis.get(), nAxesSetIdx, API_Y_AXIS … in convertFromModel() 188 … aZAxisConv.convertFromModel( xCoordSystem, rFirstTypeGroup, 0, nAxesSetIdx, API_Z_AXIS ); in convertFromModel() 193 … (*aTIt)->convertFromModel( rxDiagram, xCoordSystem, nAxesSetIdx, bSupportsVaryColorsByPoint ); in convertFromModel() 214 void View3DConverter::convertFromModel( const Reference< XDiagram >& rxDiagram, TypeGroupConverter&… in convertFromModel() function in oox::drawingml::chart::View3DConverter 290 void WallFloorConverter::convertFromModel( const Reference< XDiagram >& rxDiagram, ObjectType eObjT… in convertFromModel() function in oox::drawingml::chart::WallFloorConverter 320 void PlotAreaConverter::convertFromModel( View3DModel& rView3DModel ) in convertFromModel() function in oox::drawingml::chart::PlotAreaConverter [all …]
|
H A D | seriesconverter.cxx | 170 void DataLabelConverter::convertFromModel( const Reference< XDataSeries >& rxDataSeries, const Type… in convertFromModel() function in oox::drawingml::chart::DataLabelConverter 205 aLabelConv.convertFromModel( rxDataSeries, rTypeGroup ); in convertFromModel() 220 void ErrorBarConverter::convertFromModel( const Reference< XDataSeries >& rxDataSeries ) in convertFromModel() function in oox::drawingml::chart::ErrorBarConverter 348 void TrendlineLabelConverter::convertFromModel( PropertySet& rPropSet ) in convertFromModel() function in oox::drawingml::chart::TrendlineLabelConverter 365 void TrendlineConverter::convertFromModel( const Reference< XDataSeries >& rxDataSeries ) in convertFromModel() function in oox::drawingml::chart::TrendlineConverter 398 aLabelConv.convertFromModel( aLabelProp ); in convertFromModel() 425 void DataPointConverter::convertFromModel( const Reference< XDataSeries >& rxDataSeries, in convertFromModel() function in oox::drawingml::chart::DataPointConverter 522 aErrorBarConv.convertFromModel( xDataSeries ); in createDataSeries() 529 aTrendlineConv.convertFromModel( xDataSeries ); in createDataSeries() 584 aPointConv.convertFromModel( xDataSeries, rTypeGroup, mrModel ); in createDataSeries() [all …]
|
H A D | chartspaceconverter.cxx | 80 void ChartSpaceConverter::convertFromModel( const Reference< XShapes >& rxExternalPage, const Point… in convertFromModel() function in oox::drawingml::chart::ChartSpaceConverter 103 aPlotAreaConv.convertFromModel( mrModel.mxView3D.getOrCreate() ); in convertFromModel() 112 aFloorConv.convertFromModel( xDiagram, OBJECTTYPE_FLOOR ); in convertFromModel() 115 aWallConv.convertFromModel( xDiagram, OBJECTTYPE_WALL ); in convertFromModel() 130 aTitleConv.convertFromModel( xTitled, aAutoTitle, OBJECTTYPE_CHARTTITLE ); in convertFromModel() 141 aLegendConv.convertFromModel( xDiagram ); in convertFromModel()
|
H A D | titleconverter.cxx | 153 void TitleConverter::convertFromModel( const Reference< XTitled >& rxTitled, const OUString& rAutoT… in convertFromModel() function in oox::drawingml::chart::TitleConverter 197 void LegendConverter::convertFromModel( const Reference< XDiagram >& rxDiagram ) in convertFromModel() function in oox::drawingml::chart::LegendConverter 251 if( aLayoutConv.convertFromModel( aPropSet ) ) in convertFromModel()
|
H A D | converterbase.cxx | 102 aLayoutConv.convertFromModel( xTitleShape, fAngle ); in convertTitlePos() 379 bool LayoutConverter::convertFromModel( PropertySet& rPropSet ) in convertFromModel() function in oox::drawingml::chart::LayoutConverter 403 bool LayoutConverter::convertFromModel( const Reference< XShape >& rxShape, double fRotationAngle ) in convertFromModel() function in oox::drawingml::chart::LayoutConverter
|
H A D | chartconverter.cxx | 55 void ChartConverter::convertFromModel( XmlFilterBase& rFilter, in convertFromModel() function in oox::drawingml::chart::ChartConverter 64 aSpaceConv.convertFromModel( rxExternalPage, rChartPos ); in convertFromModel()
|
H A D | typegroupconverter.cxx | 116 void UpDownBarsConverter::convertFromModel( const Reference< XChartType >& rxChartType ) in convertFromModel() function in oox::drawingml::chart::UpDownBarsConverter 294 void TypeGroupConverter::convertFromModel( const Reference< XDiagram >& rxDiagram, in convertFromModel() function in oox::drawingml::chart::TypeGroupConverter 398 aUpDownConv.convertFromModel( xChartType ); in convertFromModel()
|
H A D | axisconverter.cxx | 126 void AxisConverter::convertFromModel( const Reference< XCoordinateSystem >& rxCoordSystem, in convertFromModel() function in oox::drawingml::chart::AxisConverter 339 …aTitleConv.convertFromModel( xTitled, CREATE_OUSTRING( "Axis Title" ), OBJECTTYPE_AXISTITLE, nAxes… in convertFromModel()
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | seriesconverter.hxx | 53 void convertFromModel( 75 void convertFromModel( 89 void convertFromModel( 106 void convertFromModel( PropertySet& rPropSet ); 118 void convertFromModel( 131 void convertFromModel(
|
H A D | plotareaconverter.hxx | 49 void convertFromModel( 65 void convertFromModel( 81 void convertFromModel( View3DModel& rView3DModel );
|
H A D | titleconverter.hxx | 81 void convertFromModel( 98 void convertFromModel(
|
H A D | converterbase.hxx | 138 bool convertFromModel( PropertySet& rPropSet ); 142 bool convertFromModel(
|
H A D | typegroupconverter.hxx | 119 void convertFromModel( 166 void convertFromModel(
|
H A D | chartspaceconverter.hxx | 48 void convertFromModel(
|
H A D | axisconverter.hxx | 52 void convertFromModel(
|
H A D | chartconverter.hxx | 75 void convertFromModel(
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 610 …rFilter.getChartConverter().convertFromModel( rFilter, aModel, xChartDoc, xExternalPage, mxShape->… in finalizeXShape()
|