Searched refs:SfxIntegerListItem (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | ilstitem.cxx | 36 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 …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | ilstitem.hxx | 33 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()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartItemPool.cxx | 64 …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()
|
/aoo41x/main/sc/sdi/ |
H A D | scslots.sdi | 44 item INT32 SfxIntegerListItem;
|
H A D | scalc.sdi | 7649 (SfxIntegerListItem Tables SID_SELECT_TABLES)
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 803 SFX_REQUEST_ARG( rReq, pItem, SfxIntegerListItem, SID_SELECT_TABLES, sal_False ); in Execute() 834 rReq.AppendItem( SfxIntegerListItem( SID_SELECT_TABLES, aIndexList ) ); in Execute()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_SeriesToAxis.cxx | 186 aMissingValueTreatments =((const SfxIntegerListItem*)pPoolItem)->GetConstSequence(); in Reset()
|
H A D | res_DataLabel.cxx | 144 aAvailabelPlacementList =((const SfxIntegerListItem*)pPoolItem)->GetConstSequence(); in DataLabelResources()
|
/aoo41x/main/chart2/source/controller/itemsetwrapper/ |
H A D | SeriesOptionsItemConverter.cxx | 434 rOutItemSet.Put( SfxIntegerListItem( nWhichId, aList ) ); in FillSpecialItem()
|
H A D | DataPointItemConverter.cxx | 643 rOutItemSet.Put( SfxIntegerListItem( nWhichId, aList ) ); in FillSpecialItem()
|
Completed in 67 milliseconds