Searched refs:SvxChartColorTableItem (Results 1 – 5 of 5) sorted by relevance
40 TYPEINIT1( SvxChartColorTableItem, SfxPoolItem );270 SvxChartColorTableItem::SvxChartColorTableItem( sal_uInt16 nWhich_, const SvxChartColorTable& aTabl… in SvxChartColorTableItem() function in SvxChartColorTableItem276 SvxChartColorTableItem::SvxChartColorTableItem( const SvxChartColorTableItem& rOther ) : in SvxChartColorTableItem() function in SvxChartColorTableItem282 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 …]
92 class SvxChartColorTableItem : public SfxPoolItem class96 SvxChartColorTableItem( sal_uInt16 nWhich, const SvxChartColorTable& );97 SvxChartColorTableItem( const SvxChartColorTableItem& );
81 pColorConfig = SAL_STATIC_CAST( SvxChartColorTableItem*, pItem->Clone() ); in SvxDefaultColorOptPage()87 pColorConfig = new SvxChartColorTableItem( SID_SCH_EDITOPTIONS, aTable ); in SvxDefaultColorOptPage()
63 SvxChartColorTableItem* pColorConfig;
1646 pRet->Put( SvxChartColorTableItem( SID_SCH_EDITOPTIONS, aChartOpt.GetDefaultColors() ) ); in CreateItemSet()
Completed in 35 milliseconds