Home
last modified time | relevance | path

Searched refs:ItemId (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Droadmap.hxx46 typedef sal_Int16 ItemId; typedef
76 ::rtl::OUString GetRoadmapItemLabel( ItemId _nID, ItemIndex _nStartIndex = 0 );
77 … void ChangeRoadmapItemID( ItemId _nID, ItemId _NewID, ItemIndex _nStartIndex = 0 );
86 ItemId GetItemID( ItemIndex _nIndex ) const;
87 ItemIndex GetItemIndex( ItemId _nID ) const;
93 ItemId GetCurrentRoadmapItemID() const;
94 sal_Bool SelectRoadmapItemByID( ItemId _nItemID );
115 RoadmapItem* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 );
116 const RoadmapItem* GetByID( ItemId _nID, ItemIndex _nStartIndex = 0 ) const;
121 ItemId GetNextAvailableItemId( ItemIndex _NewIndex );
[all …]
/trunk/main/svtools/source/control/
H A Droadmap.cxx143 ItemId m_iCurItemID;
168 void setCurItemID( ItemId i ) {m_iCurItemID = i; } in setCurItemID()
169 ItemId getCurItemID() const { return m_iCurItemID; } in getCurItemID()
277 RoadmapTypes::ItemId ORoadmap::GetCurrentRoadmapItemID() const in GetCurrentRoadmapItemID()
419 RoadmapTypes::ItemId ORoadmap::GetItemID( ItemIndex _nIndex ) const in GetItemID()
428 RoadmapTypes::ItemIndex ORoadmap::GetItemIndex( ItemId _nID ) const in GetItemIndex()
430 ItemId nLocID = 0; in GetItemIndex()
514 void ORoadmap::ChangeRoadmapItemID( ItemId _nID, ItemId _NewID, ItemIndex _nStartIndex ) in ChangeRoadmapItemID()
524 ItemId nLocID = 0; in GetByID()
635 sal_Bool ORoadmap::SelectRoadmapItemByID( ItemId _nNewID ) in SelectRoadmapItemByID()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dpropertystorage.hxx61 typedef sal_uInt16 ItemId; typedef
68 SetItemPropertyStorage( SfxItemSet& _rItemSet, const ItemId _nItemID ) in SetItemPropertyStorage()
83 const ItemId m_nItemID;
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx427 … RoadmapTypes::ItemId nPresentItemId = m_pImpl->pRoadmap->GetItemID( nItemIndex ); in implUpdateRoadmap()
561 RoadmapTypes::ItemId nCurItemId = m_pImpl->pRoadmap->GetCurrentRoadmapItemID(); in IMPL_LINK()
659 m_pImpl->pRoadmap->EnableRoadmapItem( (RoadmapTypes::ItemId)_nState, _bEnable ); in enableState()
731 RoadmapTypes::ItemId nPresentItemId = m_pImpl->pRoadmap->GetItemID( nItemIndex ); in updateRoadmapItemLabel()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1438 aEvent.ItemId = CurItemID; in ProcessWindowEvent()
1470 pField->EnableRoadmapItem( (RoadmapTypes::ItemId)nID , bEnable ); in propertyChange()
1476 pField->ChangeRoadmapItemLabel( (RoadmapTypes::ItemId)nID , sLabel ); in propertyChange()
1483 pField->ChangeRoadmapItemID( (RoadmapTypes::ItemId)nID, (RoadmapTypes::ItemId)nNewID ); in propertyChange()
1528 …pField->InsertRoadmapItem( InsertIndex, CurItemData.Label, (RoadmapTypes::ItemId)CurItemData.n_ID,… in elementInserted()
1555 …pField->ReplaceRoadmapItem( ReplaceIndex, CurItemData.Label, (RoadmapTypes::ItemId)CurItemData.n_I… in elementReplaced()
1592 pField->SelectRoadmapItemByID( (RoadmapTypes::ItemId)nId ); in setProperty()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DRoadmapItemStateChangeListener.java41 int nNewID = itemEvent.ItemId; in itemStateChanged()
/trunk/main/dbaccess/source/ui/misc/
H A Dpropertystorage.cxx71 static bool trySet( SfxItemSet& _rSet, ItemId _nItemId, const Any& _rValue ) in trySet()
/trunk/main/offapi/com/sun/star/awt/
H A DItemEvent.idl57 long ItemId;
/trunk/main/offapi/com/sun/star/ui/
H A DXStatusbarItem.idl44 [attribute, readonly] unsigned short ItemId;
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx457 sal_Int16 CurItemIndex = sal::static_int_cast< sal_Int16 >(rEvent.ItemId); in itemStateChanged()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java162 nNewStep = itemEvent.ItemId; in itemStateChanged()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx426 SwitchPage( static_cast< sal_Int16 >( Event.ItemId ) ); in itemStateChanged()

Completed in 85 milliseconds