Searched refs:ScatterChartTypeTemplate (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/chart2/source/model/template/ |
H A D | ScatterChartTypeTemplate.cxx | 158 ScatterChartTypeTemplate::ScatterChartTypeTemplate( in ScatterChartTypeTemplate() function in chart::ScatterChartTypeTemplate 175 ScatterChartTypeTemplate::~ScatterChartTypeTemplate() in ~ScatterChartTypeTemplate() 179 uno::Any ScatterChartTypeTemplate::GetDefaultValue( sal_Int32 nHandle ) const in GetDefaultValue() 189 ::cppu::IPropertyArrayHelper & SAL_CALL ScatterChartTypeTemplate::getInfoHelper() in getInfoHelper() 201 sal_Int32 ScatterChartTypeTemplate::getDimension() const in getDimension() 206 StackMode ScatterChartTypeTemplate::getStackMode( sal_Int32 /* nChartTypeIndex */ ) const in getStackMode() 213 void SAL_CALL ScatterChartTypeTemplate::applyStyle( in applyStyle() 239 sal_Bool SAL_CALL ScatterChartTypeTemplate::supportsCategories() in supportsCategories() 245 sal_Bool SAL_CALL ScatterChartTypeTemplate::matchesTemplate( in matchesTemplate() 409 Sequence< OUString > ScatterChartTypeTemplate::getSupportedServiceNames_Static() in getSupportedServiceNames_Static() [all …]
|
H A D | ScatterChartTypeTemplate.hxx | 35 class ScatterChartTypeTemplate : class 41 explicit ScatterChartTypeTemplate( 48 virtual ~ScatterChartTypeTemplate();
|
H A D | ChartTypeManager.cxx | 453 …xTemplate.set( new ScatterChartTypeTemplate( m_xContext, aServiceSpecifier, /* bSymbols */ true )); in createInstance() 456 …xTemplate.set( new ScatterChartTypeTemplate( m_xContext, aServiceSpecifier, /* bSymbols */ false )… in createInstance() 459 …xTemplate.set( new ScatterChartTypeTemplate( m_xContext, aServiceSpecifier, /* bSymbols */ true, /… in createInstance() 462 …xTemplate.set( new ScatterChartTypeTemplate( m_xContext, aServiceSpecifier, /* bSymbols */ false, … in createInstance()
|
H A D | makefile.mk | 66 $(SLO)$/ScatterChartTypeTemplate.obj \
|
Completed in 32 milliseconds