Searched refs:ItemId (Results 1 – 12 of 12) sorted by relevance
| /trunk/main/svtools/inc/svtools/ |
| H A D | roadmap.hxx | 46 typedef sal_Int16 ItemId; typedef 72 …void EnableRoadmapItem( ItemId _nItemId, sal_Bool _bEnable, ItemIndex _nStartIndex = 0 … 73 sal_Bool IsRoadmapItemEnabled( ItemId _nItemId, ItemIndex _nStartIndex = 0 ) const; 75 …void ChangeRoadmapItemLabel( ItemId _nID, const ::rtl::OUString& sLabel, ItemIndex _nSt… 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; 89 …nsertRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _nUniqueId, sal_Bo… 90 …placeRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _nUniqueId, sal_Bo… [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | roadmap.cxx | 143 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() 294 …map::InsertHyperLabel( ItemIndex _Index, const ::rtl::OUString& _sLabel, ItemId _RMID, sal_Bool _b… in InsertHyperLabel() 401 …placeRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _RMID, sal_Bool _b… in ReplaceRoadmapItem() 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() 445 …void ORoadmap::InsertRoadmapItem( ItemIndex _Index, const ::rtl::OUString& _RoadmapItem, ItemId _n… in InsertRoadmapItem() [all …]
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | propertystorage.hxx | 61 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 D | roadmapwizard.cxx | 427 … 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 D | unoiface.cxx | 1438 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 D | RoadmapItemStateChangeListener.java | 41 int nNewID = itemEvent.ItemId; in itemStateChanged()
|
| /trunk/main/dbaccess/source/ui/misc/ |
| H A D | propertystorage.cxx | 71 static bool trySet( SfxItemSet& _rSet, ItemId _nItemId, const Any& _rValue ) in trySet()
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | ItemEvent.idl | 57 long ItemId;
|
| /trunk/main/offapi/com/sun/star/ui/ |
| H A D | XStatusbarItem.idl | 44 [attribute, readonly] unsigned short ItemId;
|
| /trunk/main/toolkit/source/controls/ |
| H A D | roadmapcontrol.cxx | 457 sal_Int16 CurItemIndex = sal::static_int_cast< sal_Int16 >(rEvent.ItemId); in itemStateChanged()
|
| /trunk/main/wizards/com/sun/star/wizards/ui/ |
| H A D | WizardDialog.java | 162 nNewStep = itemEvent.ItemId; in itemStateChanged()
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | optimizerdialog.cxx | 424 SwitchPage( static_cast< sal_Int16 >( Event.ItemId ) ); in itemStateChanged()
|