Home
last modified time | relevance | path

Searched refs:SvxChartColorTableItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/options/
H A Dcfgchart.cxx40 TYPEINIT1( SvxChartColorTableItem, SfxPoolItem );
270 SvxChartColorTableItem::SvxChartColorTableItem( sal_uInt16 nWhich_, const SvxChartColorTable& aTabl… in SvxChartColorTableItem() function in SvxChartColorTableItem
276 SvxChartColorTableItem::SvxChartColorTableItem( const SvxChartColorTableItem& rOther ) : in SvxChartColorTableItem() function in SvxChartColorTableItem
282 SfxPoolItem* __EXPORT SvxChartColorTableItem::Clone( SfxItemPool * ) const in Clone()
284 return new SvxChartColorTableItem( *this ); in Clone()
287 int __EXPORT SvxChartColorTableItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
291 …const SvxChartColorTableItem * rCTItem( dynamic_cast< const SvxChartColorTableItem * >( & rAttr )); in operator ==()
300 void __EXPORT SvxChartColorTableItem::SetOptions( SvxChartOptions* pOpts ) const in SetOptions()
307 SvxChartColorTable & SvxChartColorTableItem::GetColorTable() in GetColorTable()
312 const SvxChartColorTable & SvxChartColorTableItem::GetColorTable() const in GetColorTable()
[all …]
H A Dcfgchart.hxx92 class SvxChartColorTableItem : public SfxPoolItem class
96 SvxChartColorTableItem( sal_uInt16 nWhich, const SvxChartColorTable& );
97 SvxChartColorTableItem( const SvxChartColorTableItem& );
H A Doptchart.cxx81 pColorConfig = SAL_STATIC_CAST( SvxChartColorTableItem*, pItem->Clone() ); in SvxDefaultColorOptPage()
87 pColorConfig = new SvxChartColorTableItem( SID_SCH_EDITOPTIONS, aTable ); in SvxDefaultColorOptPage()
H A Doptchart.hxx63 SvxChartColorTableItem* pColorConfig;
H A Dtreeopt.cxx1647 pRet->Put( SvxChartColorTableItem( SID_SCH_EDITOPTIONS, aChartOpt.GetDefaultColors() ) ); in CreateItemSet()

Completed in 34 milliseconds