Home
last modified time | relevance | path

Searched refs:ChartItemPool (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx48 ChartItemPool::ChartItemPool(): in ChartItemPool() function in chart::ChartItemPool
186 ChartItemPool::ChartItemPool(const ChartItemPool& rPool): in ChartItemPool() function in chart::ChartItemPool
192 ChartItemPool::~ChartItemPool() in ~ChartItemPool()
209 SfxItemPool* ChartItemPool::Clone() const in Clone()
211 return new ChartItemPool(*this); in Clone()
214 SfxMapUnit ChartItemPool::GetMetric(sal_uInt16 /* nWhich */) const in GetMetric()
219 SfxItemPool* ChartItemPool::CreateChartItemPool() in CreateChartItemPool()
221 return new ChartItemPool(); in CreateChartItemPool()
H A DChartItemPool.hxx31 class ChartItemPool : public SfxItemPool class
38 ChartItemPool();
39 ChartItemPool(const ChartItemPool& rPool);
41 virtual ~ChartItemPool();
H A Dmakefile.mk40 $(SLO)$/ChartItemPool.obj \
H A DDrawModelWrapper.cxx124 m_pChartItemPool = ChartItemPool::CreateChartItemPool(); in DrawModelWrapper()

Completed in 25 milliseconds