Searched refs:ChartSpaceModel (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | chartspacemodel.cxx | 32 ChartSpaceModel::ChartSpaceModel() : in ChartSpaceModel() function in oox::drawingml::chart::ChartSpaceModel 42 ChartSpaceModel::~ChartSpaceModel() in ~ChartSpaceModel()
|
H A D | converterbase.cxx | 165 const ChartSpaceModel& rChartModel, 176 const ChartSpaceModel& rChartModel, in ConverterData() 223 const ChartSpaceModel& rChartModel, in ConverterRoot()
|
H A D | chartspacefragment.cxx | 44 …rtSpaceFragment( XmlFilterBase& rFilter, const OUString& rFragmentPath, ChartSpaceModel& rModel ) : in ChartSpaceFragment() 45 FragmentBase< ChartSpaceModel >( rFilter, rFragmentPath, rModel ) in ChartSpaceFragment()
|
H A D | objectformatter.cxx | 709 const ChartSpaceModel& rChartSpace ); 771 const ChartSpaceModel& rChartSpace ); 987 …jectFormatterData& rData, const ObjectTypeFormatEntry& rEntry, const ChartSpaceModel& rChartSpace … in ObjectTypeFormatter() 1043 …rBase& rFilter, const Reference< XChartDocument >& rxChartDoc, const ChartSpaceModel& rChartSpace … in ObjectFormatterData() 1073 …rBase& rFilter, const Reference< XChartDocument >& rxChartDoc, const ChartSpaceModel& rChartSpace … in ObjectFormatter()
|
H A D | chartspaceconverter.cxx | 71 ChartSpaceConverter::ChartSpaceConverter( const ConverterRoot& rParent, ChartSpaceModel& rModel ) : in ChartSpaceConverter() 72 ConverterBase< ChartSpaceModel >( rParent, rModel ) in ChartSpaceConverter()
|
H A D | chartconverter.cxx | 56 ChartSpaceModel& rChartModel, const Reference< XChartDocument >& rxChartDoc, in convertFromModel()
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | chartspacefragment.hxx | 35 struct ChartSpaceModel; 39 class ChartSpaceFragment : public FragmentBase< ChartSpaceModel > 45 ChartSpaceModel& rModel );
|
H A D | chartspaceconverter.hxx | 39 struct ChartSpaceModel; 41 class ChartSpaceConverter : public ConverterBase< ChartSpaceModel > 44 … explicit ChartSpaceConverter( const ConverterRoot& rParent, ChartSpaceModel& rModel );
|
H A D | chartspacemodel.hxx | 37 struct ChartSpaceModel struct 64 explicit ChartSpaceModel(); 65 ~ChartSpaceModel();
|
H A D | chartconverter.hxx | 45 struct ChartSpaceModel; 77 ChartSpaceModel& rChartModel,
|
H A D | objectformatter.hxx | 76 struct ChartSpaceModel; 86 const ChartSpaceModel& rChartSpace );
|
H A D | converterbase.hxx | 47 struct ChartSpaceModel; 67 const ChartSpaceModel& rChartModel,
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 603 chart::ChartSpaceModel aModel; in finalizeXShape()
|
Completed in 59 milliseconds