Home
last modified time | relevance | path

Searched refs:SvxChartStyleItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/items/
H A Dchrtitem.cxx49 TYPEINIT1_FACTORY(SvxChartStyleItem, SfxEnumItem, new SvxChartStyleItem(CHSTYLE_2D_LINE, 0));
64 SvxChartStyleItem::SvxChartStyleItem(SvxChartStyle eStyle, sal_uInt16 nId) : in SvxChartStyleItem() function in SvxChartStyleItem
71 SvxChartStyleItem::SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId) : in SvxChartStyleItem() function in SvxChartStyleItem
78 SfxPoolItem* SvxChartStyleItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
80 return new SvxChartStyleItem(*this); in Clone()
85 SfxPoolItem* SvxChartStyleItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
87 return new SvxChartStyleItem(rIn, Which()); in Create()
/trunk/main/svx/inc/svx/
H A Dchrtitem.hxx171 class SVX_DLLPUBLIC SvxChartStyleItem : public SfxEnumItem class
175 SvxChartStyleItem(SvxChartStyle eStyle /*= CHSTYLE_2D_LINE*/,
177 SvxChartStyleItem(SvStream& rIn, sal_uInt16 nId );
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx150 …ppPoolDefaults[SCHATTR_DIAGRAM_STYLE - SCHATTR_START] = new SvxChartStyleItem( CHSTYLE_2D_C… in ChartItemPool()

Completed in 27 milliseconds