Home
last modified time | relevance | path

Searched refs:SfxIntegerListItem (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svl/source/items/
H A Dilstitem.cxx36 TYPEINIT1_AUTOFACTORY(SfxIntegerListItem, SfxPoolItem);
38 SfxIntegerListItem::SfxIntegerListItem() in SfxIntegerListItem() function in SfxIntegerListItem
42 SfxIntegerListItem::SfxIntegerListItem( sal_uInt16 which, const SvULongs& rList ) in SfxIntegerListItem() function in SfxIntegerListItem
50 SfxIntegerListItem::SfxIntegerListItem( const SfxIntegerListItem& rItem ) in SfxIntegerListItem() function in SfxIntegerListItem
56 SfxIntegerListItem::~SfxIntegerListItem() in ~SfxIntegerListItem()
60 int SfxIntegerListItem::operator==( const SfxPoolItem& rPoolItem ) const in operator ==()
62 if ( !rPoolItem.ISA( SfxIntegerListItem ) ) in operator ==()
65 const SfxIntegerListItem rItem = (const SfxIntegerListItem&) rPoolItem; in operator ==()
69 SfxPoolItem* SfxIntegerListItem::Clone( SfxItemPool * ) const in Clone()
71 return new SfxIntegerListItem( *this ); in Clone()
[all …]
/trunk/main/svl/inc/svl/
H A Dilstitem.hxx33 class SVL_DLLPUBLIC SfxIntegerListItem : public SfxPoolItem class
40 SfxIntegerListItem();
41 SfxIntegerListItem( sal_uInt16 nWhich, const SvULongs& rList );
42 SfxIntegerListItem( const SfxIntegerListItem& rItem );
43 ~SfxIntegerListItem();
48 { return SAL_CONST_CAST(SfxIntegerListItem *, this)->GetSequence(); } in GetConstSequence()
/trunk/main/chart2/source/view/main/
H A DChartItemPool.cxx64 …ppPoolDefaults[SCHATTR_DATADESCR_AVAILABLE_PLACEMENTS - SCHATTR_START] = new SfxIntegerListItem(SC… in ChartItemPool()
156 …[SCHATTR_AVAILABLE_MISSING_VALUE_TREATMENTS - SCHATTR_START] = new SfxIntegerListItem(SCHATTR_AVAI… in ChartItemPool()
/trunk/main/sc/sdi/
H A Dscslots.sdi44 item INT32 SfxIntegerListItem;
H A Dscalc.sdi7649 (SfxIntegerListItem Tables SID_SELECT_TABLES)
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx803 SFX_REQUEST_ARG( rReq, pItem, SfxIntegerListItem, SID_SELECT_TABLES, sal_False ); in Execute()
834 rReq.AppendItem( SfxIntegerListItem( SID_SELECT_TABLES, aIndexList ) ); in Execute()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_SeriesToAxis.cxx186 aMissingValueTreatments =((const SfxIntegerListItem*)pPoolItem)->GetConstSequence(); in Reset()
H A Dres_DataLabel.cxx144 aAvailabelPlacementList =((const SfxIntegerListItem*)pPoolItem)->GetConstSequence(); in DataLabelResources()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx434 rOutItemSet.Put( SfxIntegerListItem( nWhichId, aList ) ); in FillSpecialItem()
H A DDataPointItemConverter.cxx643 rOutItemSet.Put( SfxIntegerListItem( nWhichId, aList ) ); in FillSpecialItem()

Completed in 60 milliseconds